ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / ButtonsSettings Class / ShouldSerializeUpDownButton Method

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

    Return Value

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