BCGControlBar Library for .NET
SyncronizeWith Method (SmartTrackBarButton)




A reference to source object whose state should be synchronized with.
Synchronize the state of any ISupportCmdUI object with current SmartTrackBarButton.
Syntax
'Declaration
 
Public Overrides Sub SyncronizeWith( _
   ByVal source As ISupportCmdUI _
) 
'Usage
 
Dim instance As SmartTrackBarButton
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
A reference to source object whose state should be synchronized 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

SmartTrackBarButton Class
SmartTrackBarButton Members
Base Implementation in SyncronizeWith

Send Feedback