Skip to main content

IBarDropDown Properties

A drop-down editor on the Rich Text Editor‘s ribbon or toolbar.
Name Description
AdaptivePriority Specifies the order in which bar items are hidden when the browser window is resized. Inherited from IBarItem.
Click Specifies the button’s Click event handler. Inherited from IBarButton.
CssClass Specifies the CSS class applied to the item. Inherited from IBarItem.
DropDownHeader Specifies a header for the drop-down window.
GetChecked Specifies whether the check button is checked. Inherited from IBarCheckableButton.
GetEnabled Specifies whether the item is enabled. Inherited from IBarItem.
GetVisible Specifies whether the item is visible. Inherited from IBarItem.
IconCssClass Specifies the CSS class of the item’s icon. Inherited from IBarItemWithImageBase.
IconUrl Specifies the URL of the item’s icon. Inherited from IBarItemWithImageBase.
Items Returns an item collection for the drop-down editor.
Name Specifies the name for a bar element (tab, group, or item). Inherited from IBarItemBase.
Text Specifies text for a bar element (tab, group, or item). Inherited from IBarItemBase.
TextDisplayMode Specifies display mode for item text. Inherited from IBarItem.
Tooltip Specifies the item tooltip. Inherited from IBarItem.
Type Returns the item type. Inherited from IBarItem.
See Also