Click or drag to resize

IRenderTabBorderGetTabBorderLeftDrawing Method

Gets if the tabs should be drawn from left to right for z-ordering.

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#
bool GetTabBorderLeftDrawing(
	TabBorderStyle tabBorderStyle
)

Parameters

tabBorderStyle  TabBorderStyle
Style of tab border.

Return Value

Boolean
True for left to right, otherwise draw right to left.
See Also