Tabs
Properties
Section titled “Properties”ActiveIndex
Section titled “ActiveIndex”Zero-based index of the currently active tab.
ActiveIndexChanged
Section titled “ActiveIndexChanged”Raised when the active index changes.
ChildContent
Section titled “ChildContent”The tab definitions (one or more Tab components).
Size of the tab buttons.
Variant
Section titled “Variant”Visual style of the tab strip (Box, Border, or Lift).
Methods
Section titled “Methods”RegisterTab(Tab)
Section titled “RegisterTab(Tab)”Called by each Tab during OnInitialized to register itself.
SetActiveIndexAsync(int)
Section titled “SetActiveIndexAsync(int)”Activates the tab at the given zero-based index programmatically.
UnregisterTab(Tab)
Section titled “UnregisterTab(Tab)”Called by each Tab during Dispose to unregister itself.