ResetProperty Method (StyledPropertyCollection)
In This Topic
Completely resets specified property (make it uninitialized, initialization required after that).
Syntax
'Declaration
Protected Overridable Sub ResetProperty( _
ByVal As System.String _
)
protected virtual void ResetProperty(
System.string
)
Parameters
- name
- Specified property name.
Exceptions
Exception | Description |
System.Collections.Generic.KeyNotFoundException | 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