Share via


CommandBarControl.Left Property

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

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property Left As Integer
    Get
'Usage
Dim instance As CommandBarControl
Dim value As Integer

value = instance.Left
int Left { get; }

Property Value

Type: System.Int32

Remarks

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

See Also

Reference

CommandBarControl Interface

CommandBarControl Members

Microsoft.Office.Core Namespace