BCGControlBar Library for .NET
TabInfo Constructor(TabInfo)




A source TabInfo Object.
Initializes a new instance of the TabInfo class as a copy of the source TabInfo object from parameter.
Syntax
'Declaration
 
Public Function New( _
   ByVal pSrc As TabInfo _
)
'Usage
 
Dim pSrc As TabInfo
 
Dim instance As New TabInfo(pSrc)
public TabInfo( 
   TabInfo pSrc
)
public: TabInfo( 
   TabInfo* pSrc
)
public:
TabInfo( 
   TabInfo^ pSrc
)

Parameters

pSrc
A source TabInfo Object.
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
Overload List

Send Feedback