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

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

    Return Value

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