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

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

    Return Value

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