LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

ToolBarButtonToolTip Property

Show in webframe





Gets or sets the System.Windows.Controls.ToolTip for this AnnAutomationObject toolbar button.
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 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

See Also

Reference

AnnAutomationObject Class
AnnAutomationObject Members

 

 


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