BCGControlBar Library for .NET
CopyFrom Method (ToolbarMenuButton)




The ToolBarButton instance to copy.

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 ToolbarMenuButton
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 ToolBarButton instance to copy.

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

ToolbarMenuButton Class
ToolbarMenuButton Members
Base Implementation in CopyFrom

Send Feedback