BCGControlBar Library for .NET
SyncronizeWith Method (ColorButton)




The ColorButton to synchronize the current color with.
Synchronizes the current color of the ColorButton with the current color of the specified ColorButton.
Syntax
'Declaration
 
Public Overrides Sub SyncronizeWith( _
   ByVal source As ISupportCmdUI _
) 
'Usage
 
Dim instance As ColorButton
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
The ColorButton to synchronize the current color with.
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

ColorButton Class
ColorButton Members
Base Implementation in SyncronizeWith

Send Feedback