BCGControlBar Library for .NET
CopyBaseHandlers Method




Syntax
'Declaration
 
Public Sub CopyBaseHandlers( _
   ByVal src As CommandObject _
) 
'Usage
 
Dim instance As CommandObject
Dim src As CommandObject
 
instance.CopyBaseHandlers(src)
public void CopyBaseHandlers( 
   CommandObject src
)
public: void CopyBaseHandlers( 
   CommandObject* src
) 
public:
void CopyBaseHandlers( 
   CommandObject^ src
) 

Parameters

src
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

CommandObject Class
CommandObject Members

Send Feedback