BCGControlBar Library for .NET
SyncronizeWith Method (ToolbarEditBoxButton)




A source to synchronize with.
Specifies that it is necessary to synchronize the state of any ISupportCmdUI object.
Syntax
'Declaration
 
Public Overrides Sub SyncronizeWith( _
   ByVal source As ISupportCmdUI _
) 
'Usage
 
Dim instance As ToolbarEditBoxButton
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 source to synchronize 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

ToolbarEditBoxButton Class
ToolbarEditBoxButton Members
Base Implementation in SyncronizeWith

Send Feedback