Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomationManager Class : EnableToolTip Property |
public bool EnableToolTip {get; set;}
'Declaration
Public Property EnableToolTip As Boolean
public bool EnableToolTip {get; set;}
<br/>get_EnableToolTip();<br/>set_EnableToolTip(value);<br/>Object.defineProperty('EnableToolTip');
When the value of this property is true and the user hovers the mouse cursor over an annotation object, the AnnAutomation.ToolTip event will fire indicating a tooltip is required. Showing the tooltip is a platform-dependent operation that is handled by the platform-specific automation helper class.