RemoveCommand Method
Description
Removes an application-defined command, previously added using AddCommand.
Syntax
Visual Basic |
---|
Public Function RemoveCommand( _ ByVal menu As String _ ) As Integer |
Parameters
- menu
- The menu command string.
Remarks
Available: D OD OM
Groups:
Example
sis.RemoveCommand ("Query#Display Property Details")
Removes the Display Property Details command from the Query menu.