Retrieves the bounds within which the System.Windows.Forms.ListBox is scaled.
- 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.
A System.Drawing.Rectangle representing the bounds within which the control is scaled.
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.