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)
Syntax
'Declaration
Property RowIndex As Integer
Get
Set
'Usage
Dim instance As CommandBar
Dim value As Integer
value = instance.RowIndex
instance.RowIndex = value
int RowIndex { get; set; }
property int RowIndex {
int get ();
void set (int value);
}
abstract RowIndex : int with get, set
function get RowIndex () : int
function set RowIndex (value : int)
Property Value
Type: System.Int32
The docking order of a command bar with respect to other command bars in the same docking area.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.