_Application.ListCommands(Boolean) Method

Definition

Creates a new document and then inserts a table of Microsoft Word commands along with their associated shortcut keys and menu assignments.

public:
 void ListCommands(bool ListAllCommands);
public void ListCommands (bool ListAllCommands);
abstract member ListCommands : bool -> unit
Public Sub ListCommands (ListAllCommands As Boolean)

Parameters

ListAllCommands
Boolean

Required Boolean. True to include all Word commands and their assignments (whether customized or built-in); False to include only commands with customized assignments.

Applies to