Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / ButtonBaseStyles Class / ShouldSerializeHotPressed Method

In This Topic
    ShouldSerializeHotPressed Method (ButtonBaseStyles)
    In This Topic
    Specifies whether to save the value of the HotPressed property.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeHotPressed() As Boolean
    protected bool ShouldSerializeHotPressed()

    Return Value

    Returns true if the property has changed; otherwise, returns false.
    See Also