ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / ButtonSettings Class / ShouldSerializeVisible Method

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

    Return Value

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