CommandBarPopup.Left Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets 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
Implements
Remarks
This property can be used to determine the distance of the specified control from the left side of the docking area.