|
ICommDlgBrowser
The ICommDlgBrowser interface is used by the common file dialog boxes to extend the behavior of
the shell browser. This interface is received 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 want to provide special behavior when hosted inside the common
dialog boxes.
Methods in Vtable Order
IUnknown Methods
| Description
| QueryInterface
| Returns pointers to supported interfaces.
| AddRef
| Increments reference count.
| Release
| Decrements reference count.
|
ICommDlgBrowser Methods
| Description
| OnDefaultCommand
| Called when a user double-clicks in the view or presses the ENTER key.
| OnStateChange
| Called after a state of change has occurred in a common dialog box.
| IncludeObject
| Allows common dialog filter objects that the view presents..
|
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|