BCGControlBar Library for .NET
SyncronizeWith Method (SmartUndoButton)




Syntax
'Declaration
 
Public Overrides Sub SyncronizeWith( _
   ByVal source As ISupportCmdUI _
) 
'Usage
 
Dim instance As SmartUndoButton
Dim source As ISupportCmdUI
 
instance.SyncronizeWith(source)
public override void SyncronizeWith( 
   ISupportCmdUI source
)
public: void SyncronizeWith( 
   ISupportCmdUI* source
) override 
public:
void SyncronizeWith( 
   ISupportCmdUI^ source
) override 

Parameters

source
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

SmartUndoButton Class
SmartUndoButton Members
Base Implementation in SyncronizeWith

Send Feedback