ApplicationClass.ListCommands Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Sub ListCommands ( _
ListAllCommands As Boolean _
)
'Usage
Dim instance As ApplicationClass
Dim ListAllCommands As Boolean
instance.ListCommands(ListAllCommands)
public virtual void ListCommands(
bool ListAllCommands
)
Parameters
- ListAllCommands
Type: System.Boolean
Implements
_Application.ListCommands(Boolean)