←Select platform

EnableToolTip Property

Summary

Gets or sets a value that indicates whether firing the ToolTip event is enabled.

Syntax

C#
VB
WinRT C#
C++
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) 
   } 

Property Value

true to fire the ToolTip event; otherwise, false. The default value is false.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly