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 > AnnAutomationObject Class : ToolBarToolTipText Property |
public virtual string ToolBarToolTipText {get; set;}
'Declaration
Public Overridable Property ToolBarToolTipText As String
public virtual string ToolBarToolTipText {get; set;}
<br/>get_ToolBarToolTipText();<br/>set_ToolBarToolTipText(value);<br/>Object.defineProperty('ToolBarToolTipText');
The AnnAutomation.ToolTip event will occur when the user hovers the mouse over an annotation object.
This event will only occur if the value of AnnAutomationManager.EnableToolTip is set to true. Showing the tooltip is platform depending operation that is handled by the platform-specific automation helper class.