Intersoft ClientUI Documentation
AutoCloseDialog Property



Gets or sets the value that indicates whether the dialog box should be automatically closed when the DialogResult property is set to a valid value.
Syntax
Public Property AutoCloseDialog As Boolean
Dim instance As UXDialogBox
Dim value As Boolean
 
instance.AutoCloseDialog = value
 
value = instance.AutoCloseDialog
public bool AutoCloseDialog {get; set;}
public:
property bool AutoCloseDialog {
   bool get();
   void set (    bool value);
}
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

Send Feedback