BCGControlBar Library for .NET
CopyTo Method




The CategoryItemGroup to copy to.
Copies all items and alignment of the current CategoryItemGroup to the specified TargetGroup.
Syntax
'Declaration
 
Public Overridable Sub CopyTo( _
   ByVal targetGroup As CategoryItemGroup _
) 
'Usage
 
Dim instance As CategoryItemGroup
Dim targetGroup As CategoryItemGroup
 
instance.CopyTo(targetGroup)
public virtual void CopyTo( 
   CategoryItemGroup targetGroup
)
public: virtual void CopyTo( 
   CategoryItemGroup* targetGroup
) 
public:
virtual void CopyTo( 
   CategoryItemGroup^ targetGroup
) 

Parameters

targetGroup
The CategoryItemGroup to copy to.
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

CategoryItemGroup Class
CategoryItemGroup Members

Send Feedback