|
inlinevirtual |
Determines whether the marker is set between specified lines.
This function is called by the edit control when it needs to determine whether the marker is set within the specified by nStartPos and nEndPos range. Usually, the marker is queried for its position when a couple of lines is deleted from the edit control.
You can override this method for the custom processing in a CBCGPEditMarker - derived class.
nStartPos | Specifies the start line. |
nEndPos | Specifies the end line. |
Reimplemented in CBCGPLineColorMarker.