Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / ButtonBaseStyles Class / HotPressed Property

In This Topic
    HotPressed Property (ButtonBaseStyles)
    In This Topic
    Gets style containing display attributes that determine the general appearance of the pressed element on the screen when the cursor is over it.
    Syntax
    'Declaration
     
    
    Public Property HotPressed As StateElementStyle
    public StateElementStyle HotPressed {get; set;}
    See Also