Intersoft ClientUI Documentation
NavigateUri Property (GlassButton)



Gets or sets the URI to navigate when this button is clicked.
Syntax
<CategoryAttribute("Common Properties")>
Public Property NavigateUri As Uri
Dim instance As GlassButton
Dim value As Uri
 
instance.NavigateUri = value
 
value = instance.NavigateUri
[CategoryAttribute("Common Properties")]
public Uri NavigateUri {get; set;}
[CategoryAttribute("Common Properties")]
public:
property Uri^ NavigateUri {
   Uri^ get();
   void set (    Uri^ value);
}
Remarks

You can also use GlassButton to perform navigation to the specified NavigateUri and TargetFrame. This behavior is inherited from ISButton that implements INavigationSource interface.

The following example shows how to perform navigation using GlassButton.

XAML
Copy Code
<Intersoft:GlassButton Content="Try Now" 
    NavigateUri="http://www.clientui.com/try" TargetName="_blank"
    ToolTipService.ToolTip="Visit Download Page"/>

To learn more about navigation, see Navigation Overview.

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

GlassButton Class
GlassButton Members

Send Feedback