CMFCPreviewCtrlImpl Class
This class implements a window that is placed on a host window provided by the Shell for Rich Preview.
class CMFCPreviewCtrlImpl : public CWnd;
Members
Public Constructors
Name |
Description |
---|---|
Destructs a preview control object. |
|
Constructs a preview control object. |
Public Methods
Name |
Description |
---|---|
Overloaded. Called by a Rich Preview handler to create the Windows window. |
|
Called by a Rich Preview handler when it needs to destroy this control. |
|
Sets input focus to this control. |
|
Returns a document connected to this preview control. |
|
Tells this control to redraw. |
|
Called by the preview handler to create a relationship between the document implementation and the preview control. |
|
Sets a new parent for this control. |
|
Called by a Rich Preview handler when it needs to set visuals of rich preview content. |
|
Sets a new bounding rectangle for this control. |
Protected Methods
Name |
Description |
---|---|
Called by the framework to render the preview. |
Protected Data Members
Name |
Description |
---|---|
Background color of preview window. |
|
Text color of preview window. |
|
Font used to display text in the preview window. |
|
A pointer to a document whose content is previewed in the control. |
Inheritance Hierarchy
Requirements
Header: afxwin.h