Intersoft ClientUI Documentation
WindowGroupName Property (UXDesktopDockButton)



Specifies the group name that associates the UXWindow with the same group name to this button. Use this property to enable multiple window instances that links to this button.
Syntax
<CategoryAttribute("Desktop Integration")>
Public Property WindowGroupName As String
Dim instance As UXDesktopDockButton
Dim value As String
 
instance.WindowGroupName = value
 
value = instance.WindowGroupName
[CategoryAttribute("Desktop Integration")]
public string WindowGroupName {get; set;}
[CategoryAttribute("Desktop Integration")]
public:
property String^ WindowGroupName {
   String^ get();
   void set (    String^ 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