Skip to content

UIContextMenu.GetItemLabel(int) Method

Definition

Namespace: Brine2D.UI

Returns the label of the item at index. Separators return an empty string.

C#
public string GetItemLabel(int index);

Parameters

index System.Int32

Returns

System.String