COXMaskedEdit::GetInsertMode

Dundas

COXMaskedEdit::GetInsertMode

Class Members | Overview

BOOL GetInsertMode() const

Return Value

TRUE if insert mode enabled, otherwise FALSE.

Remarks

The standard CEdit control does not support over-typing. COXMaskedEdit supports an overtype mode, and GetInsertMode lets the coder check if this mode is set.

Overtype will only take effect if an input mask is set.

Note that internally the control will toggle the insert mode in response to the insert key, and will revert to overtype if there is no room to insert characters.

See Also: SetInsertMode