SECDropEdit::Create
BOOLSECDropEdit::Create(DWORDdwStyle, const RECT&rect, CWnd*pParentWnd, UINTnID)
Creates a window and attaches it to the drop edit object.
Defined in: DropEdit.cpp
Return Value
Nonzero if the control is created, otherwise 0.
Parameters
dwStyle
Specifies the window style attributes.
rect
Specifies the rectangle for the drop-down button.
pParentWnd
Pointer to the parent window.
nID
The ID for the child control.
See Also