BCGControlBar Library for .NET
RecreateButtons Method




Syntax
'Declaration
 
Protected Overridable Sub RecreateButtons( _
   ByVal info As SerializationInfo, _
   ByVal buttonCount As Integer _
) 
'Usage
 
Dim instance As Toolbar
Dim info As SerializationInfo
Dim buttonCount As Integer
 
instance.RecreateButtons(info, buttonCount)
protected virtual void RecreateButtons( 
   SerializationInfo info,
   int buttonCount
)
protected: virtual void RecreateButtons( 
   SerializationInfo* info,
   int buttonCount
) 
protected:
virtual void RecreateButtons( 
   SerializationInfo^ info,
   int buttonCount
) 

Parameters

info
buttonCount
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

Toolbar Class
Toolbar Members

Send Feedback