SECListBoxDirEditor::Initialize
virtual BOOLSECListBoxDirEditor::Initialize(CWnd*pwndParent, UINTuiID, intiFlags= LBE_DEFAULT)
Initializes the SECListBoxEditor object by attaching to the list box control identified by uiID. This is done by subclassing the list box control and attaching it to the instance of SECListBoxEditor for which Initialize was called.
See SECListBoxEditor:: SECListBoxEditor::Initialize for available styles.
Defined in: lstbxedt.h
Parameters
pwndParent
A pointer to the parent of the list box control.
uiID
The ID of the list box control to attach to.
iFlags
Flags indicating edit features the list box should have.
See Also