LEADTOOLS Annotations (Leadtools.Annotations assembly)

ToolBarToolTipText Property

LEADTOOLS SDK Help  |  





Gets or sets the text that appears as a ToolTip for this AnnAutomationObject toolbar button.
Syntax
public virtual string ToolBarToolTipText {get; set;}
public:
virtual property String^ ToolBarToolTipText {
   String^ get();
   void set (    String^ value);
}
'Declaration
 
Public Overridable Property ToolBarToolTipText As String
 
'Usage
 
Dim instance As AnnAutomationObject
Dim value As String
 
instance.ToolBarToolTipText = value
 
value = instance.ToolBarToolTipText

Property Value

The text that appears as a ToolTip for this AnnAutomationObject toolbar button.
Remarks
This text is displayed when the mouse pointer moves over the toolbar button.
Example
For an example, refer to AnnAutomationManager.
Requirements

Target Platforms

See Also

Reference

AnnAutomationObject Class
AnnAutomationObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.