
Invokes the built-in dialog box for setting the formatting attributes of a paragraph.
[C#]
public DialogResult ParagraphFormatDialog();
[Visual Basic]
Public Function ParagraphFormatDialog() As DialogResult
If the dialog has been left with the Cancel button the return value is DialogResult.Cancel. Otherwise, it is DialogResult.OK.