BCGControlBar Library for .NET
FindTabItemByName Method (MDIClientArea)




The name of control to get the related tab.
Gets a tab item related to the control with the specified name in any MDIContainer from the containers' collection of the MDIClientArea.
Syntax
'Declaration
 
Public Function FindTabItemByName( _
   ByVal value As String _
) As TabItem
'Usage
 
Dim instance As MDIClientArea
Dim value As String
Dim value As TabItem
 
value = instance.FindTabItemByName(value)
public TabItem FindTabItemByName( 
   string value
)
public: TabItem* FindTabItemByName( 
   string* value
) 
public:
TabItem^ FindTabItemByName( 
   String^ value
) 

Parameters

value
The name of control to get the related tab.
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