
Invokes the built-in font dialog box.
[C#]
public DialogResult FontDialog();
[Visual Basic]
Public Function FontDialog() As DialogResult
If the dialog has been left with the Cancel button the return value is DialogResult.Cancel. Otherwise, it is DialogResult.OK.