Skip to main content

DefaultMenuItemNames Members

Contains names of the context menu items.

Fields

Name Description
AutoHide Returns MenuItemAutoHide. Corresponds to the menu item used to enable the auto-hide functionality for the item/panel.
BeginCustomization Returns MenuItemBeginCustomization. Corresponds to the menu item used to enter the customization mode.
CaptionImageLocation Returns MenuItemCaptionImageLocation. Corresponds to the menu item used to set whether caption images of the group’s items are shown before or after the text.
CaptionImageLocationAfterText Returns MenuItemAfterText. Corresponds to the sub menu item used to set caption images of the group items to be displayed after the text.
CaptionImageLocationBeforeText Returns MenuItemBeforeText. Corresponds to the sub menu item used to set caption images of the group’s items to be displayed before the text.
CaptionLocation Returns MenuItemCaptionLocation. Corresponds to the menu item used to set the location of the group’s caption and items.
CaptionLocationBottom Returns MenuItemBottom. Corresponds to the sub menu item used to set the group’s caption and items to be displayed at the bottom.
CaptionLocationLeft Returns MenuItemLeft. Corresponds to the sub menu item used to set the group’s caption and items to be displayed to the left.
CaptionLocationRight Returns MenuItemRight. Corresponds to the sub menu item used to set the group’s caption and items to be displayed to the right.
CaptionLocationTop Returns MenuItemTop. Corresponds to the sub menu item used to set the group’s caption and items to be displayed at the top.
Close Returns MenuItemClose. Corresponds to the menu item used to hide the tabbed panel.
CloseAllButThis Returns MenuItemCloseAllButThis. Corresponds to the menu item used to close all tabbed panels except the selected one.
ClosedPanels Returns MenuItemClosedPanels. Corresponds to the menu item used to toggle the visibility of the bar that displays closed panels.
ClosedPanelsSeparator Returns ClosedPanelsSeparator. Corresponds to the separator before the DocumentPanel‘s Closed Panels context menu section.
CollapseGroup Returns MenuItemCollapseGroup. Corresponds to the menu item used to collapse the group.
CustomizationOperationsSeparator Returns CustomizationOperationsSeparator. Corresponds to the separator before the DocumentPanel‘s Customization Operations context menu section.
Dockable Returns MenuItemDockable. Corresponds to the menu item used to dock a floating panel.
DocumentHostOperationsSeparator Returns DocumentHostOperationsSeparator. Corresponds to the separator before the DocumentPanel‘s Document Host Operations context menu section.
EndCustomization Returns MenuItemEndCustomization. Corresponds to the menu item used to exit the customization mode.
ExpandGroup Returns MenuItemExpandGroup. Corresponds to the menu item used to expand the group.
Floating Returns MenuItemFloating. Corresponds to the menu item used to make a docked panel floating.
GroupBorderStyle Returns MenuItemStyle. Corresponds to the menu item that allows users to select the group border style.
GroupBorderStyleGroup Returns MenuItemStyleGroup. Corresponds to the sub menu item that allows users to select the Group border style (the container is displayed with borders and caption).
GroupBorderStyleGroupBox Returns MenuItemStyleGroupBox. Corresponds to the sub menu item that allows users to select the GroupBox border style (the container is displayed with borders and title bar).
GroupBorderStyleNoBorder Returns MenuItemStyleNoBorder. Corresponds to the sub menu item that allows users to select the No Border border style (the container has no borders).
GroupBorderStyleTabbed Returns MenuItemStyleTabbed. Corresponds to the sub menu item that allows users to select the Tabbed border style (child items are displayed as tabs).
GroupItems Returns MenuItemGroupItems. Corresponds to the menu item used to group the items selected in the customization window.
GroupOrientation Returns MenuItemGroupOrientation. Corresponds to the menu item used to set whether the group orientation is horizontal or vertical.
GroupOrientationHorizontal Returns MenuItemHorizontal. Corresponds to the sub menu item used to set the group orientation to horizontal.
GroupOrientationVertical Returns MenuItemVertical. Corresponds to the sub menu item used to set the group orientation to vertical.
Hide Returns MenuItemHide. Corresponds to the menu item used to hide the panel.
HideCustomizationWindow Returns MenuItemHideCustomizationWindow. Corresponds to the menu item used to hide the customization window.
HideItem Returns MenuItemHideItem. Corresponds to the menu item used to hide the item/group.
MoveToNextTabGroup Returns MenuItemMoveToNextTabGroup. Corresponds to the menu item used to move the tab to the next group.
MoveToPreviousTabGroup Returns MenuItemMoveToPreviousTabGroup. Corresponds to the menu item used to move the tab to the previous group.
NewHorizontalTabbedGroup Returns MenuItemNewHorizontalTabbedGroup. Corresponds to the menu item used to create a new horizontally arranged group and move the tab to this group.
NewVerticalTabbedGroup Returns MenuItemNewVerticalTabbedGroup. Corresponds to the menu item used to create a new vertically arranged group and move the tab to this group.
PinTab Returns MenuItemPinTab. Corresponds to the menu item used to pin the tabbed panel.
Rename Returns MenuItemRename. Corresponds to the menu item used to rename the item/group.
RestoreItem Returns MenuItemRestoreItem. Corresponds to the menu item used to restore the hidden item/group.
ShowCaption Returns MenuItemShowCaption. Corresponds to the menu item used to toggle the visibility of the item/group caption.
ShowCaptionImage Returns MenuItemShowCaptionImage. Corresponds to the menu item used to toggle the visibility of the image next to the item caption.
ShowControl Returns MenuItemShowControl. Corresponds to the menu item used to toggle the visibility of the control displayed by the item.
ShowCustomizationWindow Returns MenuItemShowCustomizationWindow. Corresponds to the menu item used to invoke the customization window.
TabOperationsSeparator Returns TabOperationsSeparator. Corresponds to the separator before the DocumentPanel‘s Tab Operations context menu section.
Ungroup Returns MenuItemUngroup. Corresponds to the menu item used to ungroup the items selected in the customization window.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also