InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.C1Themes Namespace / BaseTheme Class / ResetProperty Method / ResetProperty(String,Object) Method
Specified property.
Resets to this value if can't reset automatically.

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

    Parameters

    name
    Specified property.
    defaultValue
    Resets to this value if can't reset automatically.
    See Also