Click or drag to resize

ViewLayoutDockerUpdateFillerRect Method

Allow the filler rectangle calculated by Layout to be modified before use.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual Rectangle UpdateFillerRect(
	Rectangle fillerRect,
	Control control
)

Parameters

fillerRect
Type: System.DrawingRectangle
Original filler rectangle.
control
Type: System.Windows.FormsControl
Owning control instance.

Return Value

Type: Rectangle
Modified rectangle.
See Also