The members of System.Windows.Forms.FontDialog are listed below.
See Also: Inherited members from System.Windows.Forms.CommonDialog
Initializes a new instance of the System.Windows.Forms.FontDialog class. |
static readonly | EventApply | object.
Owns the FontDialog.Apply event. |
| AllowScriptChange | bool.
Gets or sets a value indicating whether the user can change the character set specified in the Script combo box to display a character set other than the one currently displayed. | |
| AllowSimulations | bool.
Gets or sets a value indicating whether the dialog box allows graphics device interface (GDI) font simulations. | |
| AllowVectorFonts | bool.
Gets or sets a value indicating whether the dialog box allows vector font selections. | |
| AllowVerticalFonts | bool.
Gets or sets a value indicating whether the dialog box displays both vertical and horizontal fonts or only horizontal fonts. | |
| Color | System.Drawing.Color.
Gets or sets the selected font color. | |
| FixedPitchOnly | bool.
Gets or sets a value indicating whether the dialog box allows only the selection of fixed-pitch fonts. | |
| Font | System.Drawing.Font.
Gets or sets the selected font. | |
| FontMustExist | bool.
Gets or sets a value indicating whether the dialog box specifies an error condition if the user attempts to select a font or style that does not exist. | |
| MaxSize | int.
Gets or sets the maximum point size a user can select. | |
| MinSize | int.
Gets or sets the minimum point size a user can select. | |
| ScriptsOnly | bool.
Gets or sets a value indicating whether the dialog box allows selection of fonts for all non-OEM and Symbol character sets, as well as the ANSI character set. | |
| ShowApply | bool.
Gets or sets a value indicating whether the dialog box contains an Apply button. | |
| ShowColor | bool.
Gets or sets a value indicating whether the dialog box displays the color choice. | |
| ShowEffects | bool.
Gets or sets a value indicating whether the dialog box contains controls that allow the user to specify strikethrough, underline, and text color options. | |
| ShowHelp | bool.
Gets or sets a value indicating whether the dialog box displays a Help button. |
| [read-only] | Options | int.
Gets values to initialize the System.Windows.Forms.FontDialog. |
| Apply |
Occurs when the user clicks the Apply button in the font dialog box. |