COXMaskedEdit::SetAutoTab

Dundas

COXMaskedEdit::SetAutoTab

Class Members | Overview

void SetAutoTab(BOOL bAutoTab)

Parameters

bAutoTab

TRUE will set the control in AutoTab mode, FALSE will set the control in Normal mode.

Remarks

Changes the AutoTab mode. If the AutoTab mode is set then when the last allowed symbol is typed the focus goes to the next control with a WS_TABSTOP style. AutoTab mode is turned off by default.

See Also: GetAutoTab