Skip to content

UITabContainer.SelectPreviousTab() Method

Definition

Namespace: Brine2D.UI

Selects the previous tab, wrapping around to the last when the first is selected. No-op when there are fewer than two tabs.

C#
public void SelectPreviousTab();