BCGControlBar Pro for MFC
virtual BOOL CBCGPReportCtrl::AllowInPlaceEdit ( ) const
inlineprotectedvirtual

Tells whether in-place editing is allowed, or not.

Returns
Should return TRUE, if in-place editing is allowed; otherwise FALSE.

The default implementation returns always FALSE. Return TRUE from overridden method in a derived class, if you need to allow in-place editing of report values.

Reimplemented from CBCGPGridCtrl.