C1.Win.Themes Namespace / BaseStyle Class / ResetProperty Method / ResetProperty(String) Method
Specified property name.

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

Parameters

name
Specified property name.
Exceptions
See Also