←Select platform

EnableToolTip Property

Summary
Gets or sets a value that indicates whether firing the ToolTip event is enabled.
Syntax
C#
Objective-C
C++/CLI
Python
public bool EnableToolTip { get; set; } 
@property (nonatomic, assign) BOOL enableToolTip NS_AVAILABLE_MAC(10_10); 
public:  
   property bool EnableToolTip 
   { 
      bool get() 
      void set(bool value) 
   } 
EnableToolTip # get and set (AnnAutomationManager) 

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 22.0.2023.4.25
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.