klyn.gui.windows.ContextMenu.setLabels
method
public setLabels(labels as List<String>) as Void:
Description

Replaces the menu entries with text-only items.

Parameters
ParameterDescription
labelsLabels displayed by the context menu.
Example
menu.setLabels(["Open", "Delete"])