CommandBar::Position Property

 

Gets or sets the position of the command bar.

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

[DispIdAttribute(1610874899)]
property MsoBarPosition Position {
	[DispIdAttribute(1610874899)]
	MsoBarPosition get();
	[DispIdAttribute(1610874899)]
	void set(MsoBarPosition value);
}
Return to top
Show: