Intersoft ClientUI Documentation
WindowStartupLocation Property (MessageBoxOptions)



Specifies the startup location of the message box.
Syntax
Public Property WindowStartupLocation As StartupLocation
Dim instance As MessageBoxOptions
Dim value As StartupLocation
 
instance.WindowStartupLocation = value
 
value = instance.WindowStartupLocation
public StartupLocation WindowStartupLocation {get; set;}
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

MessageBoxOptions Class
MessageBoxOptions Members

Send Feedback