ResetProperty(String) Method | Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Styles Namespace / NavStateStyle 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 Overridable Sub ResetProperty( _
   ByVal name As String _
) 
 

Parameters

name
Specified property name.
See Also