[]
Gets a context menu contained within the C1CommandHolder.
[C1Description("C1CommandHolder.C1ContextMenu", "Determines the context menu (of the type C1ContextMenu) associated with the control.")]
public C1ContextMenu GetC1ContextMenu(object control)
<C1Description("C1CommandHolder.C1ContextMenu", "Determines the context menu (of the type C1ContextMenu) associated with the control.")>
Public Function GetC1ContextMenu(control As Object) As C1ContextMenu
| Type | Name | Description |
|---|---|---|
| object | control | The control or NotifyIcon for which to retrieve the context menu. |
| Type | Description |
|---|---|
| C1ContextMenu |