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!

FontDialog.Reset

Resets all dialog box options to their default values.

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

Remarks

When the options are reset, the strikethrough, underline, and color effects are enabled and that the fonts listed include only the screen fonts supported by the system.

See Also

FontDialog Class | FontDialog Members | System.WinForms Namespace