BCGControlBar Library for .NET
CopyHandlers(ToolbarButton,Boolean) Method




Syntax
'Declaration
 
Public Overloads Overrides Sub CopyHandlers( _
   ByVal src As ToolbarButton, _
   ByVal handlersOnly As Boolean _
) 
'Usage
 
Dim instance As ToolbarSpinButton
Dim src As ToolbarButton
Dim handlersOnly As Boolean
 
instance.CopyHandlers(src, handlersOnly)
public override void CopyHandlers( 
   ToolbarButton src,
   bool handlersOnly
)
public: void CopyHandlers( 
   ToolbarButton* src,
   bool handlersOnly
) override 
public:
void CopyHandlers( 
   ToolbarButton^ src,
   bool handlersOnly
) override 

Parameters

src
handlersOnly
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

ToolbarSpinButton Class
ToolbarSpinButton Members
Overload List
Base Implementation in CopyHandlers(ToolbarButton,Boolean)

Send Feedback