protected void SelectionClick (IMGUI.Controls.TreeViewItem item, bool keepMultiSelection);

Parámetros

itemTreeViewItem clicked.
keepMultiSelectionIf true then keeps the multiselection when clicking on a item already part of the selection. If false then clears the selection before selecting the item clicked. For left button clicks this is usually false. For context clicks it is usually true so a context opereration can operate on the multiselection.

Descripción

Use this method in RowGUI to peform the logic of a mouse click.

This method handles multi-selection when using modifier keys together with the mouse click. It is called automatically if the event is not used by the RowGUI method.