BCGControlBar Library for .NET
RepositionInList Method




The command bar to reposite.
Called by the framework  to changes the position of the command bar within the dock bar row. Changes the index of the specified command bar in the command bars' collection.
Syntax
'Declaration
 
Public Sub RepositionInList( _
   ByVal bar As CommandBar _
) 
'Usage
 
Dim instance As DockBarRow
Dim bar As CommandBar
 
instance.RepositionInList(bar)
public void RepositionInList( 
   CommandBar bar
)
public: void RepositionInList( 
   CommandBar* bar
) 
public:
void RepositionInList( 
   CommandBar^ bar
) 

Parameters

bar
The command bar to reposite.
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

DockBarRow Class
DockBarRow Members

Send Feedback