COXMaskedEdit::Create
BOOL Create(DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID)
Parameters
dwStyle |
Edit control styles. |
rect |
Edit control size and position. |
pParentWnd |
Edit control parent window. |
nID |
Edit control ID. |
Return Value
True on success.
Remarks
Same as CEdit::Create except that it sets the mask after creation and shows it as the text of the control (the mask may have been set by SetMask or the constructor).
See also: SetMask | COXMaskedEdit