CommandBarPopup.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 CommandBarPopup
Dim value As Integer
value = instance.Left
int Left { get; }
Property Value
Type: System.Int32
Implements
Remarks
This property can be used to determine the distance of the specified control from the left side of the docking area.