[]
Context menu.
[ToolboxBitmap(typeof(C1ContextMenu), "C1ContextMenu.png")]
[C1Description("C1ContextMenu", "Represents a command with a submenu (collection of command links) that can also be used as a context menu.")]
public class C1ContextMenu : C1CommandMenu, IComponent, IDisposable, ISupportSuperTooltip
| Name | Description |
|---|---|
| C1ContextMenu() | A context menu. |
| Name | Description |
|---|---|
| RightToLeft | Specifies a value indicating whether the text appears from right to left, such as when using Hebrew or Arabic fonts. |
| SourceControl | Gets the control that is displaying the shortcut menu. |
| Name | Description |
|---|---|
| CloseContextMenu() | Closes the currently open context menu if there is one. |
| Dispose(bool) | Releases the resources used by the C1CommandMenu. |
| OnBackColorChanged(EventArgs) | This method is for internal use only. |
| OnBackHiColorChanged(EventArgs) | This method is for internal use only. |
| OnBackgroundImageChanged(EventArgs) | This method is for internal use only. |
| OnForeColorChanged(EventArgs) | This method is for internal use only. |
| OnForeHiColorChanged(EventArgs) | This method is for internal use only. |
| ShowContextMenu(Control, Point) | Shows the menu at the specified location. |
| Name | Description |
|---|---|
| Select | This event is for internal use only. |