SECDropEdit::AttachEdit
BOOLSECDropEdit::AttachEdit(intnCtlID, CWnd*pParentWnd)
Attaches an existing edit control to the drop edit object.
Defined in: DropEdit.cpp
Return Value
Nonzero if the edit control was attached successfully, otherwise 0.
Parameters
nCtlID
The ID of the existing edit control.
pParentWnd
Pointer to the parent window.
See Also