|
IOleClientSite::OnShowWindow
Notifies a container when an embedded object's window is about to become
visible or invisible. This method does not apply to an object that is activated in
place and therefore has no window separate from that of its container.
HRESULT OnShowWindow(
BOOL fShow
| //Value indicating if window is becoming visible
| );
|
|
Parameter
fShow
[in] Indicates whether an object's window is open (TRUE) or closed (FALSE).
Return Value
S_OK
Shading or hatching has been successfully added or removed
Comments
An embedded object calls IOleClientSite::OnShowWindow to keep its container informed when the object is open in a window. This
window may or may not be currently visible to the end user. The container uses this
information to shade the object's client site when the object is displayed in
a window, and to remove the shading when the object is not. A shaded object,
having received this notification, knows that it already has an open window and
therefore can respond to being double-clicked by bringing this window quickly to
the top, instead of launching its application in order to obtain a new one.
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
|