Intersoft ClientUI Documentation
DialogBoxMode Property



Specifies the dialog box modal behavior.
Syntax
<CategoryAttribute("Common Properties")>
Public Property DialogBoxMode As DialogBoxMode
Dim instance As UXDialogBox
Dim value As DialogBoxMode
 
instance.DialogBoxMode = value
 
value = instance.DialogBoxMode
[CategoryAttribute("Common Properties")]
public DialogBoxMode DialogBoxMode {get; set;}
[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 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

UXDialogBox Class
UXDialogBox Members
Window and Dialog Boxes Overview

Send Feedback