TreeGetSelectedColumn Method |
Returns the currently focused column, or -1 if no column is focused.
In mode, the focused column is the selected column. In mode, the focused column is always 0 if any item is selected. In mode, the focused column is the column under the focus cursor, and there are not necessarily any column selected.
To tell whether a column of an item is selected, use IsSelected(Int32).
Namespace: Godot
public int GetSelectedColumn()
[Missing <returns> documentation for "M:Godot.Tree.GetSelectedColumn"]