BCGControlBar Library for .NET
Copy Method (TabInfo)




The TabInfo to copy.

Creates an equivalent copy of the current TabInfo.

Syntax
'Declaration
 
Public Sub Copy( _
   ByVal pSrc As TabInfo _
) 
'Usage
 
Dim instance As TabInfo
Dim pSrc As TabInfo
 
instance.Copy(pSrc)
public void Copy( 
   TabInfo pSrc
)
public: void Copy( 
   TabInfo* pSrc
) 
public:
void Copy( 
   TabInfo^ pSrc
) 

Parameters

pSrc
The TabInfo to copy.

Return Value

An  identical copy of the specified TabInfo.
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

TabInfo Class
TabInfo Members

Send Feedback