BCGSoft Professional Editor for MFC
virtual BOOL CBCGPEditCtrl::HasMarkers ( DWORD  dwMarkerType = (DWORD)-1)
virtual

Tells whether the edit control contains the markers of the specified type (s).

Returns
TRUE if the edit control contains the markers of specified type; otherwise FALSE.

Call this function to determine whether the edit control contains the markers of the specified type (s). You can specify several different types using bitwise OR in dwMarkerType. -1 means all markers.

Parameters
dwMarkerTypeSpecifies the marker type(s).