public bool EnableToolTip {get; set;}
public bool EnableToolTip {get; set;}
get_EnableToolTip();
set_EnableToolTip(value);
Object.defineProperty('EnableToolTip');
When the value of this property is true and the user hoves the mouse cursor over an annotation object, the AnnAutomation.ToolTip event will fire indicating a tooltip is required. Showing the tooltip is platform depending operation that is handled by the platform-specific automation helper class.