Version: 2019.1
protected bool CanRename (IMGUI.Controls.TreeViewItem item);

Parameters

itemCan this item be renamed?

Description

Override this method to control whether the item can be renamed using a keyboard shortcut or when clicking an already selected item.

Keyboard shortcuts: Windows/Linux: F2; Mac OS X: Return. Default behavior: returns false.