Intersoft ClientUI Documentation
HomeToolTip Property
Example 



Specifies the tooltip text for Home button.
Syntax
<CategoryAttribute("Common Properties")>
Public Property HomeToolTip As String
Dim instance As UXNavigationBar
Dim value As String
 
instance.HomeToolTip = value
 
value = instance.HomeToolTip
[CategoryAttribute("Common Properties")]
public string HomeToolTip {get; set;}
[CategoryAttribute("Common Properties")]
public:
property String^ HomeToolTip {
   String^ get();
   void set (    String^ value);
}
Example
The following example shows how to set the HomeTooltip property in UXNavigationBar.
<Intersoft:UXNavigationBar x:Name="NavigationBar" HomeToolTip="Home Tooltip" HorizontalContentAlignment="Stretch" HorizontalAlignment="Left" HomeUri="/Home"/>
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

UXNavigationBar Class
UXNavigationBar Members
Navigation Overview

Send Feedback