public virtual string ToolBarToolTipText {get; set;}
public virtual string ToolBarToolTipText {get; set;}
get_ToolBarToolTipText();
set_ToolBarToolTipText(value);
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.