ToolbarItemAttrs Enumeration |
Namespace: NetQuarry.WebControls
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. |