BCGControlBar Pro for MFC
virtual BOOL CBCGPGridCtrl::CanShowColumnInColumnChooser ( int  nColumn) const
inlinevirtual

Tells whether a column can be displayed on the Column Chooser.

Parameters
nColumnSpecifies the zero-based index of column.
Returns
TRUE if we can show column in column chooser, FALSE if not.

Override this function to hide some columns in a Column Chooser pane.

By default this method returns TRUE.