ActionsPane.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.
Gets or sets the distance, in pixels, between the left edge of the actions pane control and the left edge of its container's client area.
public:
property int Left { int get(); void set(int value); };
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)]
public int Left { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)>]
member this.Left : int with get, set
Public Property Left As Integer
Property Value
The distance, in pixels, between the left edge of the actions pane control and the left edge of its container's client area.
- Attributes
Remarks
The location of the actions pane cannot be changed by setting this property. For information about how to programmatically change the location of the actions pane, see Actions Pane Overview.