SECBrowseFileEdit::ModifyDialogStyle
voidSECBrowseFileEdit::ModifyDialogStyle(DWORDdwRemove, DWORDdwAdd)
Call this function to change the style of the File Open dialog. The member variable m_dwDialogStyle contains the style bits to use in the File Open dialog. This member variable defaults to OFN_NOCHANGEDIR | OFN_HIDEREADONLY.
Defined in: browedit.cpp
Parameters
dwRemove
the style flags to remove.
dwAdd
The style flags to add.
See Also