_Application.ListCommands(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.