BCGControlBar Library for .NET
Recreate Method (ToolbarButton)




The source toolbar button from which current toolbar button will be recreated.
Recreates the command bar from the specified ToolbarButton using serialization info.
Syntax
'Declaration
 
Public Sub Recreate( _
   ByVal srcButton As ToolbarButton _
) 
'Usage
 
Dim instance As ToolbarButton
Dim srcButton As ToolbarButton
 
instance.Recreate(srcButton)
public void Recreate( 
   ToolbarButton srcButton
)
public: void Recreate( 
   ToolbarButton* srcButton
) 
public:
void Recreate( 
   ToolbarButton^ srcButton
) 

Parameters

srcButton
The source toolbar button from which current toolbar button will be recreated.
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

ToolbarButton Class
ToolbarButton Members

Send Feedback