TabControl¶
Summary¶
Represents the Tab control.
Signature
1 |
|
Namespace¶
cAlgo.API
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 |
|