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

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

    Return Value

    True if C1.Win.C1List.ListBase.Frame.VisualStyle should be serialized, false otherwise.
    See Also