Skip to main content
Bar

BarCustomContainerItemLink Properties

Represents a bar element that can contain links to other items.
Name Description
Accelerator Gets the hotkey combination for the current BarItemLink. Inherited from BarItemLink.
ActAsButtonGroup Gets or sets whether the bar item link is arranged in the same manner as a BarButtonGroup object. This property is only in effect within a RibbonControl. Inherited from BarItemLink.
ActualRibbonStyle Returns the current ribbon style of this specific item link. Inherited from BarItemLink.
Alignment Gets the link’s horizontal alignment. Inherited from BarItemLink.
AllowCollapseInSimplifiedRibbon If the RibbonControl.RibbonStyle property equals Office2019, users can switch between normal and Simplified Ribbon states. In the Simplified state, a Ribbon has only one row for all its items, and hides some of them if there is not enough free space. The AllowCollapseInSimplifiedRibbon property specifies whether a Simplified Ribbon can hide this item link, or it should be always visible. Inherited from BarItemLink.
AllowHtmlText Gets whether HTML text formatting is enabled for the corresponding BarItem object. Inherited from BarItemLink.
Bar Returns a Bar to which the current item link belongs. Inherited from BarItemLink.
BeginGroup Determines whether the current item link starts a group. Inherited from BarItemLink.
Bounds Gets the bounds of the current link. Inherited from BarItemLink.
CanDrag Gets whether users can move this link between bars and remove it. For internal use. Inherited from BarItemLink.
CanOpenMenu Indicates whether the current menu can be opened.
CanPress Gets a value indicating whether the current item link can be pressed. Inherited from BarItemLink.
CanResize Gets or sets whether the link can be resized. Inherited from BarItemLink.
CanSelectInCustomization Indicates whether the current item link can be selected when customization is performed. Inherited from BarItemLink.
CanShowSuperTip Gets whether the bar item link’s super tip can be displayed. Inherited from BarItemLink.
CanVisible Gets a value indicating whether the link can be visible. Inherited from BarItemLink.
Caption A string containing the item’s caption. Inherited from BarItemLink.
ClickCount Gets or sets the number of times the current BarItemLink has been clicked. Inherited from BarItemLink.
Data Contains data associated with the current item link. Inherited from BarItemLink.
DisplayCaption Gets the display caption of the current BarCustomContainerItemLink.
DisplayHint Gets a value actually displayed as a hint for the current BarItemLink. Inherited from BarItemLink.
Enabled Indicates whether the item to which the current link corresponds is enabled. Inherited from BarItemLink.
Font Gets the font to display the current item link. Inherited from BarItemLink.
GalleryBarItemName Gets the name of a RibbonGalleryBarItem object that is associated with the current link, Inherited from BarItemLink.
GalleryLinkIndex For a link representing a RibbonGalleryBarItem object within the Quick Access Toolbar, this property returns the index of the link within the Ribbon Page Group‘s link collection. Inherited from BarItemLink.
Glyph Gets the bar item link‘s image. Inherited from BarItemLink.
ImageIndex Gets or sets the index of an image used by the item link. Inherited from BarItemLink.
ImageOptions Provides access to all properties that allow you to assign and customize an icon for this BarItemLink. Inherited from BarItemLink.
ImageUri Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the current link. Inherited from BarItemLink.
IsAllowHtmlText Gets whether the link’s caption can be formatted using HTML tags. Inherited from BarItemLink.
IsDefaultActAsButtonGroup Gets whether the BarItemLink.ActAsButtonGroup property is set to its default value. Inherited from BarItemLink.
IsGalleryToolbarItemLink Gets whether the link represents a gallery within the Quick Access Toolbar. Inherited from BarItemLink.
IsImageExist Indicates whether an image associated with the current item link actually exists. Inherited from BarItemLink.
IsLargeImageExist Gets whether a large image that is associated with the link’s item actually exists. Inherited from BarItemLink.
IsLinkInMenu Indicates whether the current BarItemLink is located within the opened menu. Inherited from BarItemLink.
IsMerged Gets whether this BarItemLink is merged from a child Bar. Inherited from BarItemLink.
IsPageGroupContentToolbarButtonLink Gets whether the link represents a Ribbon page group within the Quick Access Toolbar. Inherited from BarItemLink.
IsVertical Gets a value indicating whether link’s owning bar is oriented vertically. Inherited from BarItemLink.
Item Gets the item to which this link corresponds.
ItemId Obtains the BarItem.Id property value of the item corresponding to the current link. Inherited from BarItemLink.
ItemShortcut Gets the key combination used to access this link. Inherited from BarItemLink.
KeyTip Gets or sets the Key Tip for a bar item link. Inherited from BarItemLink.
LargeGlyph Gets the bar item link‘s large image. Inherited from BarItemLink.
LinkedObject For internal use only. Inherited from BarItemLink.
Links Gets the link collection that owns the current link. Inherited from BarItemLink.
Manager Specifies the BarManager managing the current item link. Inherited from BarItemLink.
MinWidth Returns the minimum width of the current BarItemLink. Inherited from BarItemLink.
MostRecentlyUsed Determines whether the current item link is initially visible when inside a submenu. Inherited from BarItemLink.
Opened Gets or sets a value indicating whether the Dropdown control of an item is visible.
OwnerItem Gets a link’s owner item. Inherited from BarItemLink.
OwnerListItemLink Gets or sets the BarListItemLink that owns the current item link. Inherited from BarItemLink.
OwnerPageGroup Returns the RibbonPageGroup that owns the parent BarItem of this link. Inherited from BarItemLink.
PageGroupName Gets the name of a Ribbon page group associated with the current link. Inherited from BarItemLink.
PaintStyle Gets the style to display the BarItem to which the current BarItemLink corresponds. Inherited from BarItemLink.
RecentIndex Specifies the index of the current item link among the list of the most recently used item links. Inherited from BarItemLink.
ScreenBounds Gets the bounds of the current link, its position is in screen coordinates. Inherited from BarItemLink.
ShortCutDisplayText Returns the string representation of the shortcut assigned to this link. Inherited from BarItemLink.
ShowNavigationHeader Gets whether the navigation header that provides navigation through the menu hierarchy, is shown at the top of the current BarCustomContainerItemLink. This property is in effect when the current BarCustomContainerItemLink is displayed in the Inplace popup show mode.
SvgImage Returns a vector image displayed by this BarItemLink. Inherited from BarItemLink.
UserAlignment Gets or sets the horizontal alignment of the current BarItemLink. Inherited from BarItemLink.
UserCaption Gets or sets the link’s caption defined by a user. Inherited from BarItemLink.
UserDefine Gets or sets link options that specify which link settings are determined by a user. Inherited from BarItemLink.
UserEditWidth Gets or sets the width of an editor within the current BarItemLink. Inherited from BarItemLink.
UserGlyph Gets or sets the link’s glyph defined by a user. Inherited from BarItemLink.
UserPaintStyle Gets or sets the link’s paint style defined by a user. Inherited from BarItemLink.
UserRibbonStyle Gets or sets the options that specify the current BarItemLink‘s possible states within a Ribbon Control. Inherited from BarItemLink.
UserWidth Gets or sets the link’s width defined by a user. Inherited from BarItemLink.
Visible Determines whether the current item link is visible at runtime. Inherited from BarItemLink.
VisibleLinks Provides access to the links owned by the corresponding container item.
Width Specifies the current item link’s width. Inherited from BarItemLink.
See Also