←Select platform

ToolBarToolTipText Property

Summary
Gets or sets the tooltip text associated with this AnnAutomationObject.
Syntax
C#
Objective-C
C++/CLI
Python
public virtual string ToolBarToolTipText { get; set; } 
@property (nonatomic, copy, nullable) NSString *toolBarTipText; 
public:  
   virtual property String^ ToolBarToolTipText 
   { 
      String^ get() 
      void set(String^ value) 
   } 
ToolBarToolTipText # get and set (AnnAutomationObject) 

Property Value

The text associated with this AnnAutomationObject. The default value is null.

Remarks

The AnnAutomation.ToolTip event will occur when the user hovers the mouse over an annotation object.

This event will only occur if the value of AnnAutomationManager.EnableToolTip is set to true. Showing the tooltip is platform depending 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.