←Select platform

ToolBarToolTipText Property

Summary
Gets or sets the tooltip text associated with this AnnAutomationObject.
Syntax
C#
VB
C++
public virtual string ToolBarToolTipText { get; set; } 
Public Overridable Property ToolBarToolTipText As String 
public:  
   virtual property String^ ToolBarToolTipText 
   { 
      String^ get() 
      void set(String^ value) 
   } 

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

Leadtools.Annotations.Automation Assembly

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