Click or drag to resize

KryptonDomainUpDownGetPreferredSize(Size) Method

Get the preferred size of the control based on a proposed size.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public virtual Size GetPreferredSize(
	Size proposedSize
)

Parameters

proposedSize  Size
Starting size proposed by the caller.

Return Value

Size
Calculated preferred size.
See Also