Intersoft ClientUI Documentation
NavigateUri Property (UXDocumentLink)



Gets or sets the URI to navigate when this button is clicked.
Syntax
<CategoryAttribute("Common Properties")>
Public Property NavigateUri As Uri
Dim instance As UXDocumentLink
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);
}
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

UXDocumentLink Class
UXDocumentLink Members

Send Feedback