_CommandBarButton.Left Property

Definition

Gets the left coordinates. This property is deprecated.

public:
 property int Left { int get(); };
public:
 property int Left { int get(); };
[System.Runtime.InteropServices.DispId(1610874903)]
public int Left { [System.Runtime.InteropServices.DispId(1610874903)] get; }
[<System.Runtime.InteropServices.DispId(1610874903)>]
[<get: System.Runtime.InteropServices.DispId(1610874903)>]
member this.Left : int
Public ReadOnly Property Left As Integer

Property Value

The left coordinates. This property is deprecated.

Implements

Attributes

Remarks

This property throws a DeprecatedException when called.

Applies to