public property isSelectable as Boolean = true
Whether the user can select and copy the label text.
Labels are mouse-focusable but excluded from Tab navigation, so Ctrl+C works after a click without making forms noisy to navigate.
label = Label("Server: localhost")
label.isSelectable = true