C1.Win.Input.DbNavigator.Styles Namespace / NavStateStyle Class / ResetProperty Method / ResetProperty(String,Object) Method
Specified property.
Resets to this value if can't reset automatically.

In This Topic
ResetProperty(String,Object) Method
In This Topic
Reset specified property to its default value.
Syntax
'Declaration
 
Protected Overloads Sub ResetProperty( _
   ByVal name As String, _
   ByVal defaultValue As Object _
) 
 

Parameters

name
Specified property.
defaultValue
Resets to this value if can't reset automatically.
See Also