BCGControlBar Library for .NET
CopyFrom Method (ToolbarGalleryButton)




Copies properties and content from the specified ToolBarGalleryButton to this button.
Syntax
'Declaration
 
Public Overrides Sub CopyFrom( _
   ByVal button As ToolbarButton _
) 
'Usage
 
Dim instance As ToolbarGalleryButton
Dim button As ToolbarButton
 
instance.CopyFrom(button)
public override void CopyFrom( 
   ToolbarButton button
)
public: void CopyFrom( 
   ToolbarButton* button
) override 
public:
void CopyFrom( 
   ToolbarButton^ button
) override 

Parameters

button
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

ToolbarGalleryButton Class
ToolbarGalleryButton Members
Base Implementation in CopyFrom

Send Feedback