RenderChildren Method (ColumnPanel)
Renders the child elements into a given rectangle.
'Declaration
Public Overridable Sub RenderChildren( _
ByVal As Graphics, _
ByVal As Rectangle _
)
Parameters
- g
- Graphics object where the element will be rendered.
- r
- Rectangle where the child elements will be rendered.