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

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

    Return Value

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