BCGControlBar Library for .NET
CopyFrom Method (ColorButton)




The ColorButton to copy from.
Duplicates the  properties of the specified ColorButton object for the current instance of the ColorButton class.
Syntax
'Declaration
 
Public Overrides Sub CopyFrom( _
   ByVal srcButton As ToolbarButton _
) 
'Usage
 
Dim instance As ColorButton
Dim srcButton As ToolbarButton
 
instance.CopyFrom(srcButton)
public override void CopyFrom( 
   ToolbarButton srcButton
)
public: void CopyFrom( 
   ToolbarButton* srcButton
) override 
public:
void CopyFrom( 
   ToolbarButton^ srcButton
) override 

Parameters

srcButton
The ColorButton to copy from.
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

ColorButton Class
ColorButton Members
Base Implementation in CopyFrom

Send Feedback