ToolTipOptions Enumeration |
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [FlagsAttribute]
public enum ToolTipOptions
<FlagsAttribute>
Public Enumeration ToolTipOptions
Members
| Member name | Value | Description |
---|
| ShowTipInPlace | 1 | The tooltip should be displayed in place on the page. |
| SuppressTip | 2 | The tooltip should be suppressed. |
| PlaceTipOnRight | 16 | When combined with ShowTipInPlace, specifies that the tooltip should be displayed to the right of its field. |
| PlaceTipBelow | 32 | When combined with ShowTipInPlace, specifies that the tooltip should be displayed below its field. |
| ShowInList | 64 | Show this field's tooltip on cells in list views. |
| PermAggBubbleTip | 256 | Add a permanently visible bubble tip to this field's aggregate cell. Ignored when no aggregate shown. |
| NoBubbleTipIfLocked | 512 | Use normal tooltip, rather than bubble tip, on this field's control when locked. |
| TipOnTextBox | 1024 | On BndLkup-based controls, add the tip to the control's TextBox, instead of its icon button. |
| ShowTipWhenDisabled | 2048 | Show the tooltip on this control even when disabled. |
| UseOnImmediateSave | 4096 | Allow tooltip to be used as the immediate save tooltip. |
| ContainsHtml | 8192 | This tooltip contains HTML markups. Note that in-place tips always assume HTML. For popup tips, HTML support requires BubbleTips be enabled. |
See Also