Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcGraphicsExt Class / DrawDropDownButton Method
The graphics to draw on.
The control bounds.

In This Topic
    DrawDropDownButton Method
    In This Topic
    Draws a combo box drop-down button.
    Syntax
    'Declaration
     
    Public Shared Sub DrawDropDownButton( _
       ByVal g As GcGraphics, _
       ByVal bounds As System.Drawing.RectangleF _
    ) 
    public static void DrawDropDownButton( 
       GcGraphics g,
       System.Drawing.RectangleF bounds
    )

    Parameters

    g
    The graphics to draw on.
    bounds
    The control bounds.
    See Also