BCGControlBar Library for .NET
ActiveMdiForm Property (MDIContainer)




Gets the  multiple-document interface (MDI) child form associated with  the currently selected tab item.
Syntax
'Declaration
 
Public Property ActiveMdiForm As MdiChildForm
'Usage
 
Dim instance As MDIContainer
Dim value As MdiChildForm
 
instance.ActiveMdiForm = value
 
value = instance.ActiveMdiForm
public MdiChildForm ActiveMdiForm {get; set;}
public: __property MdiChildForm* get_ActiveMdiForm();
public: __property void set_ActiveMdiForm( 
   MdiChildForm* value
);
public:
property MdiChildForm^ ActiveMdiForm {
   MdiChildForm^ get();
   void set (    MdiChildForm^ 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