Click or drag to resize
TabControlScrollButtonsPosition Enumeration
The position of the scroll buttons when the KaxTabControl.ScrollChildren property is set to true.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum TabControlScrollButtonsPosition
Members
  Member nameValueDescription
Left0 The buttons are to the left of tabs.
Middle1 The tabs are between the left and right scroll buttons.
Right2 The buttons are to the right of the tabs.
See Also