ComponentOne MultiSelect for WinForms
C1.Win.Input.Base.Views Namespace / DropDownControlViewBase Class / RenderContent Method / RenderContent(Graphics,Rectangle) Method

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

    Parameters

    g
    r
    See Also