TabControl Class |
Namespace: Eto.Forms
The TabControl type exposes the following members.
Name | Description | |
---|---|---|
TabControl |
Initializes a new instance of the TabControl class.
| |
TabControl(TabControlIHandler) |
Initializes a new instance of the TabControl class with the specified handler.
|
Name | Description | |
---|---|---|
Controls |
Gets an enumeration of controls that are directly contained by this container
(Overrides ContainerControls.) | |
Pages |
Gets the collection of tab pages.
| |
SelectedIndex |
Gets or sets the index of the selected tab.
| |
SelectedIndexBinding |
Gets the binding for the SelectedIndex property.
| |
SelectedPage |
Gets or sets the currently selected page.
| |
TabPosition |
Gets or sets the position of the tabs relative to the content.
|
Name | Description | |
---|---|---|
GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.) | |
OnSelectedIndexChanged |
Raises the SelectedIndexChanged event.
| |
Remove |
Remove the specified child from the container.
(Overrides ContainerRemove(Control).) |
Name | Description | |
---|---|---|
SelectedIndexChanged |
Occurs when the SelectedIndex is changed.
|