IBarSpinEdit Properties
A spin 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. |
CssClass | Assigns a CSS class to the item. Inherited from IBarItem. |
GetEnabled | Specifies whether the item is enabled. Inherited from IBarItem. |
GetValue | Returns the editor’s value. |
GetVisible | Specifies whether the item is visible. Inherited from IBarItem. |
Increment | Specifies the unit value by which the spin editor’s value changes when users click the increment and decrement spin buttons. |
MaxValue | Specifies the spin editor’s maximum value. |
MinValue | Specifies the spin editor’s minimum value. |
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. |
ValueChanged | Specifies whether the editor’s value is changed. |
See Also