Click or drag to resize

RenderStandardGetTabBorderLeftDrawing 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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public override bool GetTabBorderLeftDrawing(
	TabBorderStyle tabBorderStyle
)

Parameters

tabBorderStyle
Type: Internal.ComponentFactory.Krypton.ToolkitTabBorderStyle
Style of tab border.

Return Value

Type: Boolean
True for left to right, otherwise draw right to left.

Implements

IRenderTabBorderGetTabBorderLeftDrawing(TabBorderStyle)
See Also