IAcadPopupMenuAddMenuItem Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
AcadPopupMenuItem AddMenuItem(
Object Index,
string Label,
string Macro
)
Function AddMenuItem (
Index As Object,
Label As String,
Macro As String
) As AcadPopupMenuItem
AcadPopupMenuItem^ AddMenuItem(
[InAttribute] Object^ Index,
[InAttribute] String^ Label,
[InAttribute] String^ Macro
)
abstract AddMenuItem :
Index : Object *
Label : string *
Macro : string -> AcadPopupMenuItem
Parameters
- Index
- Type: SystemObject
- Label
- Type: SystemString
- Macro
- Type: SystemString
Return Value
Type:
AcadPopupMenuItem
See Also