BCGControlBar Library for .NET
FindTabItemByControl Method (MDIClientArea)




A control to retrieve the related tab item.
Gets a tab item related to the specified control in any MDIContainer from the containers' collection of the MDIClientArea. Called by framework to show clicked non-active MDIChild form inside the MDIClientArea.
Syntax
'Declaration
 
Public Function FindTabItemByControl( _
   ByVal value As Control _
) As TabItem
'Usage
 
Dim instance As MDIClientArea
Dim value As Control
Dim value As TabItem
 
value = instance.FindTabItemByControl(value)
public TabItem FindTabItemByControl( 
   Control value
)
public: TabItem* FindTabItemByControl( 
   Control* value
) 
public:
TabItem^ FindTabItemByControl( 
   Control^ value
) 

Parameters

value
A control to retrieve the related tab item.
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

MDIClientArea Class
MDIClientArea Members

Send Feedback