MsoBarRow Enumeration

 

Represents the possible docking orders of a command bar.

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

public enum class MsoBarRow

Member nameDescription
msoBarRowFirst

First in the docking order.

msoBarRowLast

Last in the docking order.

This enumeration is used in RowIndex.

Return to top
Show: