TabControlScrollButtonsPosition Enumeration |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum TabControlScrollButtonsPosition
Public Enumeration TabControlScrollButtonsPosition
public enum class TabControlScrollButtonsPosition
type TabControlScrollButtonsPosition
Members
| Member name | Value | Description |
---|
| Left | 0 |
The buttons are to the left of tabs.
|
| Middle | 1 |
The tabs are between the left and right scroll buttons.
|
| Right | 2 |
The buttons are to the right of the tabs.
|
See Also