BCGSuite for MFC
virtual BOOL CBCGPEditCtrl::RemoveSelection ( BOOL  bSetCaretToSelStart = TRUE,
BOOL  bKeepCurrPos = FALSE,
BOOL  bRedraw = TRUE 
)
virtual

Removes selection from the edit control.

Parameters
bSetCaretToSelStartIf TRUE the caret will be set at the recent selection start; otherwise at the selection end.
bKeepCurrPosIf TRUE the caret will be kept on the current position.
bRedrawIf TRUE, the edit control should be redrawn.