[]
        
(Showing Draft Content)

C1.Win.C1Command.C1ContextMenu

C1ContextMenu Class

Context menu.

Implements
ISupportSuperTooltip
Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
[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

Constructors

Name Description
C1ContextMenu()

A context menu.

Properties

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.

Methods

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.

Events

Name Description
Select

This event is for internal use only.