CommandBarControl.Left Property

Definition

Returns the horizontal position of the specified command bar control (in pixels) relative to the left edge of the screen.

public:
 property int Left { int get(); };
public int Left { get; }
member this.Left : int
Public ReadOnly Property Left As Integer

Property Value

Remarks

This property can be used to determine the distance of the control from the left side of the docking area.

Applies to