ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / ButtonElement Class / GetDropDownButton Method

In This Topic
    GetDropDownButton Method (ButtonElement)
    In This Topic
    Returns drop-down button image.
    Syntax
    'Declaration
     
    Public Shared Function GetDropDownButton( _
       ByVal sz As System.Drawing.Size, _
       Optional ByVal state As System.Windows.Forms.VisualStyles.ComboBoxState _
    ) As System.Drawing.Image
    public static System.Drawing.Image GetDropDownButton( 
       System.Drawing.Size sz,
       System.Windows.Forms.VisualStyles.ComboBoxState state
    )

    Parameters

    sz
    state
    See Also