BCGControlBar Library for .NET
ActiveContainer Property (MdiTabsContextMenuEventArgs)




Gets a MDIContainer which contains the tab strip with selected tab.
Syntax
'Declaration
 
Public ReadOnly Property ActiveContainer As MDIContainer
'Usage
 
Dim instance As MdiTabsContextMenuEventArgs
Dim value As MDIContainer
 
value = instance.ActiveContainer
public MDIContainer ActiveContainer {get;}
public: __property MDIContainer* get_ActiveContainer();
public:
property MDIContainer^ ActiveContainer {
   MDIContainer^ get();
}
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

MdiTabsContextMenuEventArgs Class
MdiTabsContextMenuEventArgs Members

Send Feedback