LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

ToolBarButtonToolTip Property






Gets or sets the System.Windows.Controls.ToolTip for this AnnAutomationObject toolbar button. .NET support Silverlight support
Syntax
public virtual ToolTip ToolBarButtonToolTip {get; set;}
'Declaration
 
Public Overridable Property ToolBarButtonToolTip As ToolTip
'Usage
 
Dim instance As AnnAutomationObject
Dim value As ToolTip
 
instance.ToolBarButtonToolTip = value
 
value = instance.ToolBarButtonToolTip
public virtual ToolTip ToolBarButtonToolTip {get; set;}
 get_ToolBarButtonToolTip();
set_ToolBarButtonToolTip(value);
public:
virtual property ToolTip^ ToolBarButtonToolTip {
   ToolTip^ get();
   void set (    ToolTip^ value);
}

Property Value

The System.Windows.Controls.ToolTip for this AnnAutomationObject toolbar button.
Remarks
This System.Windows.Controls.ToolTip is displayed when the mouse pointer moves over the toolbar button.
Example

For C#/VB examples, 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.