ViewLayoutDockerCalculateDock Method |
Find the actual docking to apply for the specified RightToLeft setting.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected ViewDockStyle CalculateDock(
ViewDockStyle ds,
Control control
)
Parameters
- ds ViewDockStyle
- Docking style.
- control Control
- Control for which the setting is needed.
Return Value
ViewDockStyleCalculated docking to actual use.
See Also