Share via


_CommandBarComboBox.Left Property

Returns or sets 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 _CommandBarComboBox
Dim value As Integer

value = instance.Left
int Left { get; }

Property Value

Type: System.Int32

Implements

CommandBarControl.Left

Remarks

This property returns the distance from the left side of the docking area.

See Also

Reference

_CommandBarComboBox Interface

_CommandBarComboBox Members

Left Overload

Microsoft.Office.Core Namespace