InputPanel for WinForms | ComponentOne
C1.Win.8 Assembly / C1.Win.Themes Namespace / StyledPropertyCollection Class / ResetProperty Method
Specified property name.

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

    Parameters

    name
    Specified property name.
    Exceptions
    See Also