True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / ShouldSerializeVisualStyle Method

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

    Return Value

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