klyn.gui.windows.Label.displayText
property
public readonly property displayText as String:
Description

Text rendered on screen after removing mnemonic markers.

The & marker follows Qt conventions: &Login displays Login and marks L as the focus shortcut, while && displays a literal &.

label = Label("&Login:")
print(label.displayText)