SECDropEdit::CreateEx
BOOLSECDropEdit::CreateEx(DWORDdwExStyle, DWORDdwStyle, const RECT&rect, CWnd*pParentWnd, UINTnID)
Creates a window with extended attributes and attaches it to the drop edit object.
Defined in: DropEdit.cpp
Return Value
Nonzero if the control is created, otherwise 0.
Parameters
dwExStyle
Specifies the extended window style attributes.
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