activeTab
Property that holds the current active tab.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public Tab activeTab { get; set; }
Remarks
Setting a valid tab will also deselect the previous active tab before setting the newly assigned tab to active.