|
IOleInPlaceSite::CanInPlaceActivate
Determines whether or not the container can activate the object in place.
HRESULT CanInPlaceActivate();
Return Values
S_OK
The container allows in-place activation for this object.
S_FALSE
The container does not allow in-place activation for this object.
E_INVALIDARG
One or more arguments are invalid.
E_UNEXPECTED
An unexpected error occurred.
Comments
Only objects being displayed as DVASPECT_CONTENT can be activated in place.
Notes to Callers
IOleInPlaceSite::CanInPlaceActivate is called by the client site's immediate child object when this object must
activate in place. This function allows the container application to accept or
refuse the activation request.
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
TMS Scripter Studio Pro components for Delphi/C++Builder
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
|