ResetValue Method (CustomTaskPropertyDescriptor)
In This Topic
Resets the value for this property of the component to the default value.
Syntax
'Declaration
Public Overrides Sub ResetValue( _
ByVal As Object _
)
public override void ResetValue(
object
)
Parameters
- component
See Also