LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
ToolBarButtonToolTip Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnAutomationObject Class : ToolBarButtonToolTip Property



The ToolBarButtonToolTip Property supports WPF/Silverlight.

The ToolBarButtonToolTip Property is available in LEADTOOLS Document and Medical Imaging toolkits.

Gets or sets the System.Windows.Controls.ToolTip for this AnnAutomationObject toolbar button. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Overridable Property ToolBarButtonToolTip As ToolTip
Visual Basic (Usage)Copy Code
Dim instance As AnnAutomationObject
Dim value As ToolTip
 
instance.ToolBarButtonToolTip = value
 
value = instance.ToolBarButtonToolTip
C# 
public virtual ToolTip ToolBarButtonToolTip {get; set;}
C++/CLI 
public:
virtual property ToolTip^ ToolBarButtonToolTip {
   ToolTip^ get();
   void set (    ToolTip^ value);
}

Property Value

The System.Windows.Controls.ToolTip for this AnnAutomationObject toolbar button.

Example

For C#/VB examples, refer to AnnAutomationManager.

Remarks

This System.Windows.Controls.ToolTip is displayed when the mouse pointer moves over the toolbar button.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

ToolBarButtonToolTip requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.