ShowHeaderButton: Boolean;
ShowHeaderButton: boolean;
The ShowHeaderButton property determines whether menu open button is displayed with column header display settings.
Available values:
True. Default. The button is displayed, clicking this button displays column header menu. No context menu is available for the column header.
False. The button is not shown. A context menu is available to set up column headers.
To use the property, it is required that the IMetaAttributesBreadcrumb.ShowColumnHeaders property is set to True.
The property use is given in the example for IDimensionViewer.AdjustWidthOnlyVisible.
See also: