Documentation

Selected Text - Open Dev Kit Documentation

Open Dev Kit Documentation :: GUI :: Listbox :: Selected Text

GUI.Listbox.SelectedText
text content of the currently selected item in the listbox

Type

String

Lua Usage

-- Get
local string = listbox.SelectedText

-- Set
listbox.SelectedText = string

If you think anything is missing, please feel free to: submit documentation feedback on this page