Intersoft ClientUI Documentation
AutoCloseDialog Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXDialogBox Class : 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

Visual Basic (Declaration) 
Public Property AutoCloseDialog As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXDialogBox
Dim value As Boolean
 
instance.AutoCloseDialog = value
 
value = instance.AutoCloseDialog
C# 
public bool AutoCloseDialog {get; set;}
Delphi 
public read-write property AutoCloseDialog: Boolean; 
JScript 
public function get,set AutoCloseDialog : boolean
Managed Extensions for C++ 
public: __property bool get_AutoCloseDialog();
public: __property void set_AutoCloseDialog( 
   bool value
);
C++/CLI 
public:
property bool AutoCloseDialog {
   bool get();
   void set (    bool value);
}

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.