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

파라미터

item Can this item be renamed?

설명

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.