ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / ShouldSerializeVisualStyle Method

In This Topic
    ShouldSerializeVisualStyle Method (C1Combo)
    In This Topic
    Indicates whether the VisualStyle has a default value.
    Syntax
    'Declaration
     
    
    Protected Overridable Function ShouldSerializeVisualStyle() As Boolean
    protected virtual bool ShouldSerializeVisualStyle()

    Return Value

    True if the VisualStyle has no default value; otherwise, it is false.
    See Also