SECCurrencyEdit::MoveCaret

voidSECCurrencyEdit::MoveCaret(intiChar, BOOLbUpdateSel)

Moves the caret, optionally updating the selection, to a position in front of the specified character.

Defined in: curredit.cpp

Return Value

void

Parameters

iChar

The value for the character position to which to move the caret.

bUpdateSel

If TRUE, updates the range of characters currently selected.

Comments

This is a non-virtual protected member function; descendant classes may utilize but not override it.

See Also

SECCurrencyEdit