ComponentOne MultiSelect for WinForms
C1.Win.Input.Base.Views Namespace / DropDownControlViewBase Class / RenderChildren Method

In This Topic
    RenderChildren Method (DropDownControlViewBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Sub RenderChildren( _
       ByVal g As Graphics, _
       ByVal r As Rectangle _
    ) 
    public virtual void RenderChildren( 
       Graphics g,
       Rectangle r
    )

    Parameters

    g
    r
    See Also