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