←Select platform

EnableToolTip Property

Summary

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

Syntax
C#
VB
C++
public bool EnableToolTip { get; set; } 
Public Property EnableToolTip As Boolean 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly