Version: 2021.3
언어: 한국어

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.