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!

CommonDialog.Reset

When overridden in a derived class, resets the properties of a common dialog to their default values.

[Visual Basic]
MustOverride Public Sub Reset()
[C#]
public abstract void Reset();
[C++]
public: virtual void Reset() = 0;
[JScript]
public abstract function Reset();

Remarks

Notes to Inheritors: Inheriting classes can override this method to reset their properties.

See Also

CommonDialog Class | CommonDialog Members | System.WinForms Namespace