TabControl
Summary
Represents the Tab control.
Signature
1 | |
Namespace
cAlgo.API
Examples
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | |
See Also
Methods
AddTab
Summary
Adds a new tab.
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| tab | TabItem | Tab |
Return Value
void
RemoveTab
Summary
Removes an existing tab.
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| tab | TabItem | Tab |
Return Value
bool
Properties
TabStripPlacement
Summary
Gets or sets the TabStripPlacement (Default: Top).
Signature
1 | |
Return Value
Dock
SelectedTab
Summary
Gets or sets the SelectedTab.
Signature
1 | |
Return Value
TabItem
Tabs
Summary
Get tabs.
Signature
1 | |
Return Value
IReadonlyList
Events
SelectedTabChanged
Summary
Occurs when the selected tab is changed.
Signature
1 | |