TabControl
Manages a related set of tab pages.
Last updated
Was this helpful?
Manages a related set of tab pages.
Last updated
Was this helpful?
A TabControl
contains tab pages, which are represented by TabPage
objects that you add through the TabPages
property. The order of tab pages in this collection reflects the order the tabs appear in the control.
For a full list of properties, methods and events see the API documentation.
When AllowUserToMoveTabs
is set to true
, the user is able to rearrange the tab pages at runtime.
The TabControl
can be configured to display the tabs in a Horizontal
or Vertical
manner. The default orientation is Horizontal
.
Class name
"wisej.web.TabControl"
Theme appearance
Child components
Source code
"tabview", see .
"bar" is the container for the tab page buttons. "pane" hosts the tabview page. "page" hosts the actual tabview content. See .