COleControl::OnGetViewStatus

This method is called by the framework in response to a container's IViewObjectEx::GetViewStatus request. Override this method if your control uses two-pass drawing. The default implementation returns VIEWSTATUS_OPAQUE.

At a Glance

Header file: Afxctl.h
Platforms: H/PC 2.0, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

virtual DWORD OnGetViewStatus( );

See Also

DVASPECT