Intersoft ClientUI Documentation
DialogBoxMode Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXDialogBox Class : DialogBoxMode Property






Specifies the dialog box modal behavior.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property DialogBoxMode As DialogBoxMode
Visual Basic (Usage)Copy Code
Dim instance As UXDialogBox
Dim value As DialogBoxMode
 
instance.DialogBoxMode = value
 
value = instance.DialogBoxMode
C# 
[CategoryAttribute("Common Properties")]
public DialogBoxMode DialogBoxMode {get; set;}
Delphi 
public read-write property DialogBoxMode: DialogBoxMode; 
JScript 
CategoryAttribute("Common Properties")
public function get,set DialogBoxMode : DialogBoxMode
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property DialogBoxMode get_DialogBoxMode();
public: __property void set_DialogBoxMode( 
   DialogBoxMode value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property DialogBoxMode DialogBoxMode {
   DialogBoxMode get();
   void set (    DialogBoxMode value);
}

Remarks

ClientUI windowing framework provides a multi-purpose dialog box that you can use to gather user information, or displays specific information. You use a UXDialogBox to represent the content that you want to show in modal mode. By default, UXDialogBox is automatically set to use modal mode. To show the dialog box in modeless mode, set the DialogBoxMode property to Modeless.

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.