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