Click or drag to resize

KryptonAutoHiddenPanelGetPreferredSize Method (Size)

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

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

Parameters

proposedSize
Type: System.DrawingSize

Return Value

Type: Size
See Also