Skip to content

UITabContainer.RenameTab(int, string) Method

Definition

Namespace: Brine2D.UI

Renames the tab at tabIndex. No-op when the index is out of range.

C#
public void RenameTab(int tabIndex, string newTitle);

Parameters

tabIndex System.Int32

newTitle System.String