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 Class

Represents a common dialog box that displays a list of fonts that are currently installed on the system.

Object
   Component
      CommonDialog
         FontDialog

[Visual Basic]
Public Class FontDialog
   Inherits CommonDialog
[C#]
public class FontDialog : CommonDialog
[C++]
public __gc class FontDialog : public CommonDialog
[JScript]
public class FontDialog extends CommonDialog

Remarks

The inherited member ShowDialog must be invoked to create this specific common dialog box. HookProc can be overridden to implement specific dialog box hook functionality.

When you create an instance of FontDialog, some of the read/write properties are set to initial values. For a list of these values see the FontDialog constructor.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

FontDialog Members | System.WinForms Namespace | CommonDialog | Font