COXMaskedEdit::GetInputData

Dundas

COXMaskedEdit::GetInputData

Class Members | Overview

CString GetInputData() const

Returns

A CString which stores the string that was entered (excludes the literals).

Remarks

To retrieve the contents of the control including literals call ShowMask. You can also call the CWnd method GetWindowText to retrieve the actual contents of the control, including prompt symbols.

See also: GetMask