| Visual Basic (Declaration) | |
|---|---|
Public Enum DialogBoxPosition Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DialogBoxPosition | |
| C# | |
|---|---|
public enum DialogBoxPosition : System.Enum | |
| Member | Description |
|---|---|
| CenterDesktop | The DialogBox will be displayd at the center screen of the entire desktop manager size. |
| CenterParent | The DialogBox will be automatically displayed at the center of parent's window. |
| Custom | The DialogBox will appear to the exact location specified in Location property |
System.Object
System.ValueType
System.Enum
ISNet.WebUI.WebDesktop.DialogBoxPosition
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