BCGControlBar Library for .NET
SyncCommandObjects Method




A source to synchronize with the command objects.
Synchronizes command objects with any source.
Syntax
'Declaration
 
Public Overridable Sub SyncCommandObjects( _
   ByVal syncSource As ISupportCmdUI _
) 
'Usage
 
Dim instance As CommandBarManager
Dim syncSource As ISupportCmdUI
 
instance.SyncCommandObjects(syncSource)
public virtual void SyncCommandObjects( 
   ISupportCmdUI syncSource
)
public: virtual void SyncCommandObjects( 
   ISupportCmdUI* syncSource
) 
public:
virtual void SyncCommandObjects( 
   ISupportCmdUI^ syncSource
) 

Parameters

syncSource
A source to synchronize with the command objects.
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

CommandBarManager Class
CommandBarManager Members

Send Feedback