CommandBar::RowIndex Property

 

Gets or sets the docking order of a command bar with respect to other command bars in the same docking area.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

[DispIdAttribute(1610874901)]
property int RowIndex {
	[DispIdAttribute(1610874901)]
	int get();
	[DispIdAttribute(1610874901)]
	void set(int value);
}

Property Value

Type: System::Int32

The docking order of a command bar with respect to other command bars in the same docking area.

Return to top
Show: