_DAcadDocumentEventsBeginShortcutMenuCommand Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
void BeginShortcutMenuCommand(
out Object ShortcutMenu,
string Command
)
Sub BeginShortcutMenuCommand (
<OutAttribute> ByRef ShortcutMenu As Object,
Command As String
)
void BeginShortcutMenuCommand(
[OutAttribute] Object^% ShortcutMenu,
[InAttribute] String^ Command
)
abstract BeginShortcutMenuCommand :
ShortcutMenu : Object byref *
Command : string -> unit
Parameters
- ShortcutMenu
- Type: SystemObject
- Command
- Type: SystemString
See Also