CommandLinkButtonGetPreferredSize Method

Retrieves the size of a rectangular area into which a control can be fitted.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public override Size GetPreferredSize(
	Size proposedSize
)

Parameters

proposedSize  Size
The custom-sized area for a control.

Return Value

Size
An ordered pair of type Size representing the width and height of a rectangle.

See Also