The ToolBarToolTipText Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the text that appears as a ToolTip for this AnnAutomationObject toolbar button.Visual Basic (Declaration) | |
---|---|
Public Overridable Property ToolBarToolTipText As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnAutomationObject Dim value As String instance.ToolBarToolTipText = value value = instance.ToolBarToolTipText |
C# | |
---|---|
public virtual string ToolBarToolTipText {get; set;} |
C++/CLI | |
---|---|
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.For an example, refer to AnnAutomationManager.
This text is displayed when the mouse pointer moves over the toolbar button.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7