InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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 Size, _
       Optional ByVal state As ComboBoxState _
    ) As Image
    public static Image GetDropDownButton( 
       Size sz,
       ComboBoxState state
    )

    Parameters

    sz
    state
    See Also