BCGSoft Professional Editor for MFC
BOOL CBCGPEditCtrl::IsIntelliSenseEnabled ( ) const
inline

Tells whether IntelliSense support is enabled or disabled.

Returns
TRUE if IntelliSense support is enabled, FALSE if IntelliSense support is disabled.

IsIntelliSenseEnabled is called from OnChar() and IntelliSense is invoked if it returns TRUE. Use EnableIntelliSense() to enable or disable IntelliSense support. By default IntelliSense is disabled.