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

Parameters

ds
Type: Internal.ComponentFactory.Krypton.ToolkitViewDockStyle
Docking style.
control
Type: System.Windows.FormsControl
Control for which the setting is needed.

Return Value

Type: ViewDockStyle
Calculated docking to actual use.
See Also