Invokes the built-in dialog box for setting fonts and character attributes.
public DialogResult FontDialog();
Public Function FontDialog() As DialogResult
public DialogResult FontDialog(int activeTab);
Public Function FontDialog(activeTab as Integer) As DialogResult
Parameter | Description |
---|---|
active |
Specifies the index of the tab, zero-based, that is displayed when the tabbed dialog box is opened. If this parameter is 0, the dialog box shows the tab for selecting a font and its attributes, and if this parameter is 1, the dialog box shows the tab for setting the baseline position and further text effects. |
If the dialog has been left with the Cancel button the return value is Dialog