Version: 5.6

TreeView.CanMultiSelect

Cambiar al Manual
protected bool CanMultiSelect (IMGUI.Controls.TreeViewItem item);

Parámetros

item Can this item be part of a multiselection.

Descripción

Override this method to control whether the item can be part of a multiselection.

Default behavior: returns true.