Intersoft ClientUI Documentation
HomeUri Property
Example 



Specifies the Uri where the navigator should navigate when the Home button is clicked.
Syntax
<CategoryAttribute("Common Properties")>
Public Property HomeUri As Uri
Dim instance As UXNavigationBar
Dim value As Uri
 
instance.HomeUri = value
 
value = instance.HomeUri
[CategoryAttribute("Common Properties")]
public Uri HomeUri {get; set;}
[CategoryAttribute("Common Properties")]
public:
property Uri^ HomeUri {
   Uri^ get();
   void set (    Uri^ value);
}
Remarks
When the home button is clicked, the navigation frame automatically navigates to the URI specified in the HomeUri property.
Example
The following example shows how to set the HomeUri property in UXNavigationBar.
<Intersoft:UXNavigationBar x:Name="NavigationBar" HomeUri="/Customers" />
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