Intersoft ClientUI Documentation
IsClosed Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > IWindow Interface : IsClosed Property






Gets or sets whether the window is closed and should be destroyed permanently.

Syntax

Visual Basic (Declaration) 
Property IsClosed As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IWindow
Dim value As Boolean
 
instance.IsClosed = value
 
value = instance.IsClosed
C# 
bool IsClosed {get; set;}
Delphi 
read-write property IsClosed: Boolean; 
JScript 
function get,set IsClosed : boolean
Managed Extensions for C++ 
__property bool get_IsClosed();
__property void set_IsClosed( 
   bool value
);
C++/CLI 
property bool IsClosed {
   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.