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| 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.For C#/VB examples, refer to AnnAutomationManager.
This System.Windows.Controls.ToolTip is displayed when the mouse pointer moves over the toolbar button.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code