BCGControlBar Library for .NET
Active Property (MDIContainer)




Gets or sets a value indicating whether the MDIContainer is currently active.
Syntax
'Declaration
 
Public Property Active As Boolean
'Usage
 
Dim instance As MDIContainer
Dim value As Boolean
 
instance.Active = value
 
value = instance.Active
public bool Active {get; set;}
public: __property bool get_Active();
public: __property void set_Active( 
   bool value
);
public:
property bool Active {
   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

MDIContainer Class
MDIContainer Members

Send Feedback