Gets or sets a value that indicates whether firing the ToolTip event is enabled.
public bool EnableToolTip { get; set; }
Public Property EnableToolTip As Boolean
public bool EnableToolTip {get; set;}
<br/>get_EnableToolTip();<br/>set_EnableToolTip(value);<br/>Object.defineProperty('EnableToolTip');
public:
property bool EnableToolTip
{
bool get()
void set(bool value)
}
true to fire the ToolTip event; otherwise, false. The default value is false.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET