BCGControlBar Library for .NET
CopyFrom Method (ToolbarLabelButton)




A ToolbarButton which properties and content should be copied.
Copies properties and content from the specified ToolBarButton to this button.
Syntax
'Declaration
 
Public Overrides Sub CopyFrom( _
   ByVal srcButton As ToolbarButton _
) 
'Usage
 
Dim instance As ToolbarLabelButton
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
A ToolbarButton which properties and content should be copied.
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

ToolbarLabelButton Class
ToolbarLabelButton Members
Base Implementation in CopyFrom

Send Feedback