BCGControlBar Library for .NET
FindTabItemByName Method (MDIContainer)




The name of the target tab item.
Returns a tab item from tab item's collection of the tab strip by it's name. Called by the framework to find any tabs within the MDITabArea.
Syntax
'Declaration
 
Public Function FindTabItemByName( _
   ByVal value As String _
) As TabItem
'Usage
 
Dim instance As MDIContainer
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 the target 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

MDIContainer Class
MDIContainer Members

Send Feedback