Intersoft ClientUI Documentation
DialogBoxMode Enumeration



Specifies the modal behavior on a dialog box.
Syntax
Public Enum DialogBoxMode 
   Inherits System.Enum
Dim instance As DialogBoxMode
public enum DialogBoxMode : System.Enum 
public enum class DialogBoxMode : public System.Enum 
Members
MemberDescription
Modal The dialog box is modal. Users cannot perform other tasks until the dialog box is closed.
Modeless The dialog box is modeless. Users can still perform other tasks on other windows while the dialog box is displayed.
Normal The dialog box is displayed without modal behaviors.
Remarks
This enumeration is used by the UXDialogBox.DialogBoxMode property. This enumeration is used to determine the mode used by UXDialogBox when it is opening.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Aqua.UXDesktop.DialogBoxMode

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

Intersoft.Client.UI.Aqua.UXDesktop Namespace
Window and Dialog Boxes Overview

Send Feedback