CommandBar::Left Property

 

Gets the left coordinates. This property is deprecated.

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

[DispIdAttribute(1610874892)]
property int Left {
	[DispIdAttribute(1610874892)]
	int get();
	[DispIdAttribute(1610874892)]
	void set(int value);
}

Property Value

Type: System::Int32

The left coordinates. This property is deprecated.

This property throws a DeprecatedException when called.

Return to top
Show: