Click or drag to resize
UpdateDisplayGetPreferredSize Method
Retrieves the size of a rectangular area into which a control can be fitted.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public override Size GetPreferredSize(
	Size proposedSize
)

Parameters

proposedSize
Type: System.DrawingSize
The custom-sized area for a control.

Return Value

Type: Size
An ordered pair of type Size representing the width and height of a rectangle.
See Also