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

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

    Parameters

    g
    r
    See Also