Intersoft WebDesktop Documentation
DialogBoxPosition Enumeration
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : DialogBoxPosition Enumeration


Glossary Item Box

Value representing the position of WebDialogBox.

Syntax

Visual Basic (Declaration) 
Public Enum DialogBoxPosition 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As DialogBoxPosition
C# 
public enum DialogBoxPosition : System.Enum 

Members

MemberDescription
CenterDesktopThe DialogBox will be displayd at the center screen of the entire desktop manager size.
CenterParentThe DialogBox will be automatically displayed at the center of parent's window.
CustomThe DialogBox will appear to the exact location specified in Location property

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebDesktop.DialogBoxPosition

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

© 2012 Intersoft Solutions Corp. All Rights Reserved.