Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXDialogBox Class : DialogBoxMode Property |
<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); }
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.
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