System.Windows.Forms.ListBox.GetScaledBounds Method

Retrieves the bounds within which the System.Windows.Forms.ListBox is scaled.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override System.Drawing.Rectangle GetScaledBounds (System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, BoundsSpecified specified)

Parameters

bounds
A System.Drawing.Rectangle that specifies the area for which to retrieve the display bounds.
factor
The height and width of the control's bounds.
specified
One of the values of System.Windows.Forms.BoundsSpecified that specifies the bounds of the control to use when defining its size and position.

Returns

A System.Drawing.Rectangle representing the bounds within which the control is scaled.

Remarks

The System.Windows.Forms.ListBox class overrides the Control.GetScaledBounds(System.Drawing.Rectangle, System.Drawing.SizeF, BoundsSpecified) method to ensure that the requested height is scaled rather than the current height.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0