PropertyValue.ClearValue Method
When overridden in a derived class, clears the value so that it is not set.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public MustOverride Sub ClearValue
'Usage
Dim instance As PropertyValue
instance.ClearValue()
public abstract void ClearValue()
public:
virtual void ClearValue() abstract
public abstract function ClearValue()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace