CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Process the command with the given MenuId. Return true if handled, false otherwise.
Namespace: CADability.UserInterfaceAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
bool OnCommand( string MenuId ) |
| Visual Basic |
|---|
Function OnCommand ( _ MenuId As String _ ) As Boolean |
| Visual C++ |
|---|
bool OnCommand( String^ MenuId ) |
Parameters
- MenuId
- Type: System..::..String
Id of the menu command to be processed