InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / ShouldSerializeVisualStyle Method

In This Topic
    ShouldSerializeVisualStyle Method (C1InputPanel)
    In This Topic
    Gets a value that determines whether the VisualStyle property is set explicitly and should be persisted.
    Syntax
    'Declaration
     
    Protected Function ShouldSerializeVisualStyle() As Boolean
    protected bool ShouldSerializeVisualStyle()

    Return Value

    True if the property was explicitly set by the user.
    See Also