Class ContextMenuManager

ContextMenuManager class

Represents context menu item’s available status.

public class ContextMenuManager

Properties

NameDescription
ContextMenu { get; }Gets the shortcut menu associated with the control.
MenuItemAvailable_AddRow { get; set; }Gets or sets a value indicating whether the context menu item “AddRow” is available.
MenuItemAvailable_All { set; }Sets a value indicating whether all the context menu items are available.
MenuItemAvailable_ClearContents { get; set; }Gets or sets a value indicating whether the context menu item “ClearContents” is available.
MenuItemAvailable_Copy { get; set; }Gets or sets a value indicating whether the context menu item “Copy” is available.
MenuItemAvailable_Cut { get; set; }Gets or sets a value indicating whether the context menu item “Cut” is available.
MenuItemAvailable_Delete { get; set; }Gets or sets a value indicating whether the context menu item “Delete” is available.
MenuItemAvailable_DeleteColumn { get; set; }Gets or sets a value indicating whether the context menu item “DeleteColumn” is available.
MenuItemAvailable_DeleteComment { get; set; }Gets or sets a value indicating whether the context menu item “DeleteComment” is available.
MenuItemAvailable_DeleteRow { get; set; }Gets or sets a value indicating whether the context menu item “DeleteRow” is available.
MenuItemAvailable_EditHyperlink { get; set; }Gets or sets a value indicating whether the context menu item “EditHyperlink” is available.
MenuItemAvailable_FormatCells { get; set; }Gets or sets a value indicating whether the context menu item “FormatCells” is available.
MenuItemAvailable_Hide { get; set; }Gets or sets a value indicating whether the context menu item “Hide” is available.
MenuItemAvailable_Hyperlink { get; set; }Gets or sets a value indicating whether the context menu item “Hyperlink” is available.
MenuItemAvailable_Insert { get; set; }Gets or sets a value indicating whether the context menu item “Insert” is available.
MenuItemAvailable_InsertColumn { get; set; }Gets or sets a value indicating whether the context menu item “InsertColumn” is available.
MenuItemAvailable_InsertComment { get; set; }Gets or sets a value indicating whether the context menu item “InsertComment” is available.
MenuItemAvailable_InsertRow { get; set; }Gets or sets a value indicating whether the context menu item “InsertRow” is available.
MenuItemAvailable_OpenHyperlink { get; set; }Gets or sets a value indicating whether the context menu item “OpenHyperlink” is available.
MenuItemAvailable_Paste { get; set; }Gets or sets a value indicating whether the context menu item “Paste” is available.
MenuItemAvailable_RemoveHyperlink { get; set; }Gets or sets a value indicating whether the context menu item “RemoveHyperlink” is available.
MenuItemAvailable_Separator1 { get; set; }Gets or sets a value indicating whether the context menu item separator “Separator1” is available.
MenuItemAvailable_Separator2 { get; set; }Gets or sets a value indicating whether the context menu item separator “Separator2” is available.
MenuItemAvailable_Separator3 { get; set; }Gets or sets a value indicating whether the context menu item separator “Separator3” is available.
MenuItemAvailable_UnHide { get; set; }Gets or sets a value indicating whether the context menu item “UnHide” is available.

See Also