ActionsPane.Bottom Property

Definition

Gets the distance, in pixels, between the bottom edge of the actions pane and the top edge of its container's client area.

public:
 property int Bottom { int get(); };
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public int Bottom { get; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
member this.Bottom : int
Public ReadOnly Property Bottom As Integer

Property Value

The distance, in pixels, between the bottom edge of the actions pane and the top edge of its container's client area.

Attributes

Remarks

This property provides the same functionality as the System.Windows.Forms.Control.Bottom property. For more information about using this property, see System.Windows.Forms.Control.Bottom.

Applies to