AccessibleDescription
|
Gets or sets the object’s description used by accessibility client applications.
|
AccessibleName
|
Gets or sets the object’s name used by accessibility client applications.
|
AccessibleRole
|
Gets or sets the object’s accessible role.
|
ActAsDropDown
|
Gets or sets whether clicking a bar item link should invoke an associated Dropdown control. This member is not supported by the RibbonGalleryBarItem class.
|
Alignment
|
Gets or sets the horizontal alignment of the bar item’s link(s).
|
AllowAllUp
|
Gets or sets whether all the button items in a group can be in the normal (elevated) state at a time. This member is not supported by the RibbonGalleryBarItem class.
|
AllowDrawArrow
|
Gets or sets whether an arrow for the pop-up button should be displayed.
|
AllowDrawArrowInMenu
|
Gets or sets whether the drop-down BarButtonItem should display an arrow in menus.
|
AllowGlyphSkinning
|
Gets or sets whether glyphs for this BarItem should be painted using the text foreground color.
|
AllowHtmlText
|
Gets or sets whether the BarItem.Caption and BarItem.Description can be formatted using HTML tags.
|
AllowRightClickInMenu
|
Gets or sets if the current command’s functionality is invoked via the right mouse click when in a sub-menu or popup menu.
|
AllowStubGlyph
|
Gets or sets whether or not this item and all its links should display a stub glyph when it has no custom icon assigned.
|
Appearance
|
Provides access to the appearance settings for the current bar item, applied when the bar item is in the regular state.
|
AppearanceDisabled
|
Provides access to the appearance settings for the current bar item, applied when the bar item is disabled.
This property is supported for bar items used within a RibbonControl.
|
BindingContext
|
Gets or sets a BindingContext object that manages data bindings for this BarItem.
|
Border
|
Gets or sets the border style for links that refer to the current item.
|
BorderStyle
|
Obsolete. This member is not supported.
|
ButtonStyle
|
Get or sets the button item’s style. This member is not supported by the RibbonGalleryBarItem class.
|
CanDown
|
Gets a value indicating whether the button item has two states (normal and pressed).
|
CanPressDropDownButton
|
Gets a value indicating whether the Dropdown button of the BarButtonItem component can be pressed.
|
CanRaiseEvents
protected
|
Gets a value indicating whether the component can raise an event.
|
Caption
|
Gets or sets the BarButtonItem‘s caption.
|
Category
|
Gets or sets a category where the bar item is displayed.
|
CategoryGuid
|
Gets or sets a globally unique identifier (GUID) that identifies the category where the item is displayed.
|
CategoryIndex
|
Obsolete. Gets or sets the index of the category to which the current item belongs.
|
CausesValidation
|
Gets or sets whether data validation is performed on the currently focused control when clicking on the bar item.
|
CloseOwnerMenuOnlyOnClick
|
Gets or sets whether only the submenu owning the current button is closed on a click, but not precedent submenus.
|
CloseRadialMenuOnItemClick
|
Gets or sets whether clicking the current BarButtonItem‘s link within a RadialMenu should close this menu.
|
CloseSubMenuOnClick
|
Gets or sets a value indicating whether a submenu which contains the item’s link is closed on a click. This member is not supported by the RibbonGalleryBarItem class.
|
CloseSubMenuOnClickMode
|
Gets or sets whether a click on the button closes the submenu that contains this button.
|
Command
|
Gets or sets the ICommand whose Execute(Object) method will be called when the Click event is invoked.
|
CommandParameter
|
Gets or sets the parameter that is passed to the command specified by the Command property.
|
Container
|
Gets the IContainer that contains the Component.
|
ContentHorizontalAlignment
|
Gets or sets the horizontal alignment mode for this BarItem‘s content.
|
DataBindings
|
Provides access to the collection of data bindings for the BarItem.
|
DefaultDropDownLink
|
Assigns all core settings of a target link (caption, image, click event handler, and others) to this Bar Button Item.
|
Description
|
Gets or sets the BarButtonItem‘s description.
|
DescriptionMaxWidth
|
Gets or sets the maximum width of this item’s description. Bar Items display their descriptions in Customization Forms, and inside submenus with the LargeImagesTextDescription draw mode.
|
DesignMode
protected
|
Gets a value that indicates whether the Component is currently in design mode.
|
Down
|
Gets or sets a value indicating whether the button item is pressed down. This member is not supported by the RibbonGalleryBarItem class.
|
DropDownControl
|
Gets or sets the item’s Dropdown control. This member is not supported by the RibbonGalleryBarItem class.
|
DropDownEnabled
|
Gets or sets whether the item’s Dropdown control is enabled. This member is not supported by the RibbonGalleryBarItem class.
|
DropDownSuperTip
|
Gets or sets a SuperToolTip object that is displayed when the current item displays a separate dropdown arrow and this arrow is hot-tracked.
|
Enabled
|
Determines whether the current BarItem is active.
|
Events
protected
|
Gets the list of event handlers that are attached to this Component.
|
Font
|
Gets the font to display links of the current item.
|
Gallery
|
Gets the InRibbonGallery gallery associated with the item.
|
GalleryDropDown
|
Gets or sets the GalleryDropDown object, which is a control displaying a dropdown gallery.
|
Glyph
|
. Gets or sets the item’s image. This member is not supported by the RibbonGalleryBarItem class
|
GlyphDisabled
|
Gets or sets the image corresponding to the item’s disabled state. This member is not supported by the RibbonGalleryBarItem class.
|
GroupIndex
|
Gets or sets the item’s group index. This member is not supported by the RibbonGalleryBarItem class.
|
Hint
|
Specifies the bar item’s regular hint.
|
Id
|
Uniquely identifies the current BarItem.
|
ImageIndex
|
Gets or sets the index of the item’s small image. This member is not supported by the RibbonGalleryBarItem class.
|
ImageIndexDisabled
|
Gets or sets the index of the image displayed within the corresponding links when they are disabled. This member is not supported by the RibbonGalleryBarItem class.
|
ImageOptions
|
Provides access to properties that affect this button’s icon.
|
Images
|
Gets the object which contains images that can be displayed within the current item.
|
ImageToTextAlignment
|
Specifies whether the bar item image should go before or after this item caption.
|
ImageUri
|
Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the current item.
A specific version of the addressed image is automatically chosen, based on the app context (the current skin and required image size).
|
IsAllowHtmlText
|
Gets whether HTML tags can be used to format bar item captions.
|
IsImageExist
|
Gets whether an image which is associated with the bar item actually exists.
|
IsLargeImageExist
|
Gets whether a large image which is associated with the bar item actually exists.
|
ItemAppearance
|
Specifies appearance settings for this item in different states.
|
ItemClickFireMode
|
Gets or sets when the Click events for the bar item fire, immediately or asynchronously, after all events in the system event queue are processed.
|
ItemInMenuAppearance
|
Specifies appearance settings for this item when it is displayed in a sub-menu or pop-up menu.
|
ItemShortcut
|
Gets or sets the shortcut used to access associated links using the keyboard. This property is not supported by the RibbonGalleryBarItem class.
|
LargeGlyph
|
Gets or sets the item’s large image. This member is not supported by the RibbonGalleryBarItem class.
|
LargeGlyphDisabled
|
Gets or sets the item’s large image that is used when the item is disabled. This member is not supported by the RibbonGalleryBarItem class.
|
LargeImageIndex
|
Gets or sets the index of the item’s large image. This member is not supported by the RibbonGalleryBarItem class.
|
LargeImageIndexDisabled
|
Gets or sets the index of the item’s large image that is used when the item is disabled. This member is not supported by the RibbonGalleryBarItem class.
|
LargeImages
|
Gets the source of large images.
|
LargeWidth
|
This member is not supported by the RibbonGalleryBarItem object.
|
Links
|
Gets the collection of links to the bar item.
|
Manager
|
Specifies the BarManager responsible for managing the current item.
|
MergeOrder
|
Defines the visual position of the bar item after merging bars on a parent MDI form.
|
MergeType
|
Gets or sets how the item behaves during merge operations in MDI applications.
|
Name
|
Gets or sets the BarItem‘s name.
|
OwnFont
|
Obsolete. Specifies the font used to display the captions of links corresponding to this item.
|
PaintStyle
|
Gets or sets the item’s paint style. This member is not supported by the RibbonGalleryBarItem class.
|
RememberLastCommand
|
Gets or sets whether the current Split Button should repeat the last selected command from its drop-down when clicked.
|
RibbonStyle
|
Gets or sets the options that specify the item’s possible states within a RibbonControl. This member is not supported by the RibbonGalleryBarItem class.
|
SearchTags
|
Gets or sets a comma-separated list of keywords by which this bar item can be found using the ribbon search menu.
|
ShortCut
|
Obsolete. Specifies the shortcut key combination for the current item.
|
ShortcutKeyDisplayString
|
Gets or sets a custom display string for the shortcut assigned to the item via the BarItem.ItemShortcut property.
|
ShowInCustomizationForm
|
Gets or sets whether the bar item is visible at runtime in the Customization Window.
|
ShowItemShortcut
|
Gets or sets whether this BarItem should display its shortcut in sub-menus and pop-up menus.
|
ShowToolTip
|
Gets or sets whether this item should display its hint when hovered.
|
Site
|
Gets or sets the ISite of the Component.
|
Size
|
Gets or sets the BarItem‘s size. Not supported in Ribbon UI.
|
SmallWithoutTextWidth
|
This member is not supported by the RibbonGalleryBarItem object.
|
SmallWithTextWidth
|
This member is not supported by the RibbonGalleryBarItem object.
|
SuperTip
|
Gets or sets the Super Tip for the current BarButtonItem.
|
Tag
|
Gets or sets an object that contains data on the current item.
|
UseOwnFont
|
Obsolete. Gets or sets whether the item’s links are painted using the item’s own font (Appearance.Font).
|
Visibility
|
Specifies when the item is visible.
|
VisibleInSearchMenu
|
Gets or sets whether the bar item can be found using the ribbon search menu.
|
VisibleWhenVertical
|
Determines whether an item is visible when the bar is vertically oriented .
|
Width
|
When overridden in a derived class, this property specifies the current item width.
|