SECListBoxFileEditor::Initialize

virtual BOOLSECListBoxFileEditor::Initialize(CWnd*pwndParent, UINTuiID, intiFlags= LBE_BROWSE)

Initializes the SECListBoxFileEditor 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.

Defined in: lstbxedt.h

Parameters

pwndParent

Pointer to the parent of the list box control to attach to.

uiID

ID of the list box control to attach to.

iFlags

Flags indicating edit features the list box should have.

See Also

SECListBoxDirEditor