|
IOleInPlaceActiveObject::EnableModeless
Enables or disables modeless dialog boxes when the container creates or
destroys a modal dialog box.
HRESULT EnableModeless(
BOOL fEnable
| //Enable or disable modeless
| );
|
|
Parameter
fEnable
[in] Specifies TRUE to enable modeless dialog box windows; FALSE to disable
them.
Return Value
S_OK
The method completed successfully.
Comments
Notes to Callers
IOleInPlaceActiveObject::EnableModeless is called by the top-level container to enable and disable modeless dialog
boxes that the object displays. In order for the container to display a modal
dialog box, it must first call the IOleInPlaceActiveObject::EnableModeless method, specifying FALSE to disable the object's modeless dialog box windows.
When the container is through displaying its modal dialog box, it calls IOleInPlaceActiveObject::EnableModeless, specifying TRUE to reenable the object's modeless dialog boxes.
See Also
IOleInPlaceFrame::EnableModeless
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.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 (sock2.hlp) Unix Manual Pages
|