Render Method (ScrollablePanel)
In This Topic
Syntax
'Declaration
Public Overrides Sub Render( _
ByVal As System.Drawing.Graphics, _
ByVal As System.Drawing.Rectangle _
)
public override void Render(
System.Drawing.Graphics ,
System.Drawing.Rectangle
)
Parameters
- g
- rect
See Also