Intersoft ClientUI Documentation
DialogBoxMode Enumeration
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace : DialogBoxMode Enumeration






Specifies the modal behavior on a dialog box.

Syntax

Visual Basic (Declaration) 
Public Enum DialogBoxMode 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As DialogBoxMode
C# 
public enum DialogBoxMode : System.Enum 
Delphi 
public enum DialogBoxMode = class(System.Enum)
JScript 
public enum DialogBoxMode extends System.Enum
Managed Extensions for C++ 
__value public enum DialogBoxMode : public System.Enum 
C++/CLI 
public enum class DialogBoxMode : public System.Enum 

Members

MemberDescription
ModalThe dialog box is modal. Users cannot perform other tasks until the dialog box is closed.
ModelessThe dialog box is modeless. Users can still perform other tasks on other windows while the dialog box is displayed.
NormalThe 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.