Intersoft ClientUI Documentation
ApplicationUri Property (UXDesktopDockButton)



Specifies the Uri that locates the application source to be loaded. If the application is not available locally, it will be automatically downloaded.
Syntax
<CategoryAttribute("Desktop Integration")>
Public Property ApplicationUri As Uri
Dim instance As UXDesktopDockButton
Dim value As Uri
 
instance.ApplicationUri = value
 
value = instance.ApplicationUri
[CategoryAttribute("Desktop Integration")]
public Uri ApplicationUri {get; set;}
[CategoryAttribute("Desktop Integration")]
public:
property Uri^ ApplicationUri {
   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

UXDesktopDockButton Class
UXDesktopDockButton Members

Send Feedback