ActionsPane.Bottom 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 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.