Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Base Class Members
Operations
Displays Print dialog box and creates printer device context; call when overriding the OnPreparePrinting member function. |
|
Returns the document associated with the view. |
OLE Overridables
Called when an item is first dragged into the drag-and-drop region of a view. |
|
Called when a dragged item leaves the drag-and-drop region of a view. |
|
Called when an item is dragged over the drag-and-drop region of a view. |
|
Called to determine whether the cursor is dragged into the scroll region of the window. |
|
Called when an item has been dropped into the drag-and-drop region of a view, default handler. |
|
Called when an item has been dropped into the drag-and-drop region of a view, primary handler. |
|
Called after a view is first attached to a document. |
|
Called when OLE items are dragged beyond the borders of the view. |
|
Called when a view containing active in-place OLE items is scrolled. |
Overridables
Tests whether a document item is selected. Required for OLE support. |
|
Called when the frame window containing the view is activated or deactivated. |
|
Called when a view is activated. |
|
Called when a print job begins; override to allocate graphics device interface (GDI) resources. |
|
Called to render an image of the document for screen display, printing, or print preview. Implementation required. |
|
Called when a print job ends; override to deallocate GDI resources. |
|
Called when preview mode is exited. |
|
Called before the OnDraw member function is called for screen display or the OnPrint member function is called for printing or print preview. |
|
Called before a document is printed or previewed; override to initialize Print dialog box. |
|
Called to print or preview a page of the document. |
|
Called to notify a view that its document has been modified. |
Constructors
Constructs a CView object. |