Click or drag to resize

ViewDrawDockerCalculateDock Method

Find the actual docking to apply for the specified RightToLeft setting.

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#
protected ViewDockStyle CalculateDock(
	ViewDockStyle ds,
	Control control
)

Parameters

ds  ViewDockStyle
Docking style.
control  Control
Control for which the setting is needed.

Return Value

ViewDockStyle
Calculated docking to actual use.
See Also