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

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