ToolbarItemAttrs Enumeration |
Attributes for toolbar items.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [FlagsAttribute]
public enum ToolbarItemAttrs
<FlagsAttribute>
Public Enumeration ToolbarItemAttrs
Members
| Member name | Value | Description |
---|
| SelectiveText | 1 | This item should include its caption if the SelectiveText option is selected. |
| NoHideWhenDisabled | 2 | Do not hide this item even when it is disabled and told to hide disabled items. |
| TooltipHelp | 4 | This item's tooltip provides general help and should be made more prominent to the user. |
| RenderAsTextButton | 8 | This item should render as a text button rather than an image button. |
| PopupMenu | 16 | This item invokes a popup menu. |
| NoUI | 32 | This item has no UI. It needs to be rendered on the toolbar, but not visible. |
| UseGlyph | 128 | This item should render using the associated glyph rather than the associated image. |
| Disabled | 512 | This item is disabled and should not be used. |
See Also