Invokes the built-in dialog box for setting formatting attributes of bulleted and numbered lists.

ListFormatDialog()

public DialogResult ListFormatDialog();
Public Function ListFormatDialog() As DialogResult

Return Value

If the dialog has been left with the Cancel button or if nothing has been changed, the return value is DialogResult.Cancel. Otherwise, it is DialogResult.OK.