CanResetValue Method (CustomTaskPropertyDescriptor)
In This Topic
Returns whether resetting an object changes its value.
Syntax
'Declaration
Public Overrides Function CanResetValue( _
ByVal As Object _
) As Boolean
public override bool CanResetValue(
object
)
Parameters
- component
See Also