Intersoft ClientUI Documentation
GoForwardToolTip Property (UXNavigationBar)
Example 



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