Contents Index Topic Contents | ||
Previous Topic: Interfaces Next Topic: ICommDlgBrowser::IncludeObject |
ICommDlgBrowser
The ICommDlgBrowser interface is used by the common file dialog boxes to extend the behavior of the shell browser. This interface is obtained by calling QueryInterface on the IShellBrowser object.
When to Implement
This interface is implemented only by the common file dialog boxes.
When to Use
Use ICommDlgBrowser when you need to provide special behavior while hosted inside the common dialog boxes.
ICommDlgBrowser Methods Description IncludeObject Allows the common dialog to filter objects that the view displays. OnDefaultCommand Called when a user double-clicks in the view or presses the ENTER key. OnStateChange Called after a change of state has occurred in a common dialog box.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.