Skip to content

UITextArea.InsertTab() Method

Definition

Namespace: Brine2D.UI

Inserts a tab character \('\\t'\) at the current cursor position. Called by UICanvas when TabInsertsTab is true and Tab is pressed. No-op when ReadOnly is true.

C#
internal void InsertTab();