ComponentOne MultiSelect for WinForms
C1.Win.Input.Theme.MultiSelect Namespace / DropDownButtonStyle Class / Pressed Property

In This Topic
    Pressed Property (DropDownButtonStyle)
    In This Topic
    Gets or sets the style to be used when the element is pressed.
    Syntax
    'Declaration
     
    
    Public Property Pressed As BaseDropDownButtonStyle
    public BaseDropDownButtonStyle Pressed {get; set;}
    See Also