Intersoft ClientUI Documentation
HomeUri Property
See Also  Example Send Feedback
Intersoft.Client.UI.Navigation Namespace > UXNavigationBar Class : HomeUri Property






Specifies the Uri where the navigator should navigate when the Home button is clicked.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property HomeUri As Uri
Visual Basic (Usage)Copy Code
Dim instance As UXNavigationBar
Dim value As Uri
 
instance.HomeUri = value
 
value = instance.HomeUri
C# 
[CategoryAttribute("Common Properties")]
public Uri HomeUri {get; set;}
Delphi 
public read-write property HomeUri: Uri; 
JScript 
CategoryAttribute("Common Properties")
public function get,set HomeUri : Uri
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property Uri* get_HomeUri();
public: __property void set_HomeUri( 
   Uri* value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property Uri^ HomeUri {
   Uri^ get();
   void set (    Uri^ value);
}

Example

The following example shows how to set the HomeUri property in UXNavigationBar.
XAMLCopy Code
<Intersoft:UXNavigationBar x:Name="NavigationBar" HomeUri="/Customers" />

Remarks

When the home button is clicked, the navigation frame automatically navigates to the URI specified in the HomeUri property.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.