InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.C1Themes Namespace / BaseTheme Class / ResetProperty Method / ResetProperty(String) Method
Specified property.

In This Topic
    ResetProperty(String) Method
    In This Topic
    Reset specified property to its default value.
    Syntax
    'Declaration
     
    Protected Overloads Overridable Sub ResetProperty( _
       ByVal name As String _
    ) 
    protected virtual void ResetProperty( 
       string name
    )

    Parameters

    name
    Specified property.
    See Also