NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyValueUIItem.Reset

The action to call when this item is Reset. Override this class and this member to implement undoing any action that causes this item to be drawn.

[Visual Basic]
Overridable Public Sub Reset()
[C#]
public virtual void Reset();
[C++]
public: virtual void Reset();
[JScript]
public function Reset();

See Also

PropertyValueUIItem Class | PropertyValueUIItem Members | System.Drawing.Design Namespace