LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

ToolBarToolTipText Property






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

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnAutomationObject Class
AnnAutomationObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.