←Select platform

ToolBarToolTipText Property

Summary

Gets or sets the tooltip text associated with this AnnAutomationObject.

Syntax

C#
VB
WinRT C#
C++
public virtual string ToolBarToolTipText { get; set; } 
Public Overridable Property ToolBarToolTipText As String 
public virtual string ToolBarToolTipText {get; set;} 
 <br/>get_ToolBarToolTipText();<br/>set_ToolBarToolTipText(value);<br/>Object.defineProperty('ToolBarToolTipText');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly