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
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.
Namespace: System.WinForms
Assembly: System.WinForms.dll
FontDialog Members | System.WinForms Namespace | CommonDialog | Font