Version: 2021.2
言語: 日本語

MultiColumnHeader.AddColumnHeaderContextMenuItems

マニュアルに切り替える
protected void AddColumnHeaderContextMenuItems (GenericMenu menu);

パラメーター

menu Context menu shown.

説明

Override this method to extend the default context menu items shown when context clicking the header area.

Call base.AddColumnHeaderContextMenuItems to add the default items. You can use currentColumnIndex to know which column was activated to open the contextual menu.