TreeView for WinForms | ComponentOne
C1.Win.Themes Namespace / BaseC1FrameworkStyle Class / ResetProperty Method / ResetProperty(String) Method
Specified property name.

In This Topic
    ResetProperty(String) Method
    In This Topic
    Completely resets specified property (make it uninitialized, initialization required after that).
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides Sub ResetProperty( _
       ByVal name As String _
    ) 
    protected override void ResetProperty( 
       string name
    )

    Parameters

    name
    Specified property name.
    Exceptions
    ExceptionDescription
    The exception that is thrown when the key specified for accessing an element in a collection does not match any key in the collection.
    See Also