CView Member Functions

Constructors
CView Constructs a CView object.

Operations
GetDocument Returns the document associated with the view.

Overridables
OnInitialUpdate Called after a view is first attached to a document.
OnScrollBy Called when a view containing active in-place OLE items is scrolled.
OnScroll Called when OLE items are dragged beyond the borders of the view.
OnActivateView Called when a view is activated.
OnActivateFrame Called when the frame window containing the view is activated or deactivated.
OnDraw Called to render an image of the document for screen display, printing, or print preview. Implementation required.
OnPrepareDC Called before the OnDraw member function is called for screen display.
OnUpdate Called to notify a view that its document has been modified.

See Also

CView Overview, View Classes