CommandBarComboBoxClass.Left Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the left coordinates. This property is deprecated.
public:
virtual property int Left { int get(); };
public:
virtual property int Left { int get(); };
[System.Runtime.InteropServices.DispId(1610874903)]
public virtual int Left { [System.Runtime.InteropServices.DispId(1610874903)] get; }
[<System.Runtime.InteropServices.DispId(1610874903)>]
[<get: System.Runtime.InteropServices.DispId(1610874903)>]
member this.Left : int
Public Overridable ReadOnly Property Left As Integer
Property Value
The left coordinates. This property is deprecated.
Implements
- Attributes
Remarks
This property throws a DeprecatedException when called.