ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Themes Namespace / BaseC1FrameworkStyle 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 Overrides Sub ResetProperty( _
       ByVal name As System.String _
    ) 
    protected override void ResetProperty( 
       System.string name
    )

    Parameters

    name
    Specified property.
    See Also