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






Gets or sets the active state of the control.

Syntax

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