Intersoft ClientUI Documentation
WindowStartupLocation Property (UXWindowChrome)



Gets or sets a value that indicates how the window should be positioned during startup.
Syntax
<CategoryAttribute("Common Properties")>
Public Property WindowStartupLocation As StartupLocation
Dim instance As UXWindowChrome
Dim value As StartupLocation
 
instance.WindowStartupLocation = value
 
value = instance.WindowStartupLocation
[CategoryAttribute("Common Properties")]
public StartupLocation WindowStartupLocation {get; set;}
[CategoryAttribute("Common Properties")]
public:
property StartupLocation WindowStartupLocation {
   StartupLocation get();
   void set (    StartupLocation 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

UXWindowChrome Class
UXWindowChrome Members

Send Feedback