Enum OutliningTooltipShowMode
Defines the constants that specifies the mode of showing outlining tooltips in EditControl.
Namespace: Syncfusion.Windows.Forms.Edit.Enums
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public enum OutliningTooltipShowMode
Fields
| Name | Description |
|---|---|
| Off | Specifies that tooltip will not be shown. |
| On | Specifies that outlining tooltip will be shown. |
| SimpleTooltip | Specifies that only simple (not outlining) tooltip is shown. |