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

In This Topic
    ShouldSerializeVisualStyle Method (C1ListBase)
    In This Topic
    Tests whether VisualStyle should be serialized.
    Syntax
    'Declaration
     
    
    Protected Overridable Function ShouldSerializeVisualStyle() As Boolean
    protected virtual bool ShouldSerializeVisualStyle()

    Return Value

    True if VisualStyle should be serialized, false otherwise.
    See Also