ITreeControl.HeaderMenu

Syntax

HeaderMenu: IPopupMenu;

Description

The HeaderMenu property determines the context menu that opens on clicking the additional mouse button on the component column header.

Comments

It is relevant if the ShowColumnHeaders property is set to True. The names of all PopupMenu components placed on the form are included in the list of available values. By default, the context menu that controls the visibility of columns is set for the headers of the columns.

See also:

ITreeControl