SECTNDocument::GetThumbNailView

SECTNView *SECTNDocument::GetThumbNailView(void)

Override GetThumbNailView to specify the view of which you would like to create the thumbnail image. The default implementation just uses the first view in the document’s list of views. In the case of splitter windows, or other multiple-view situations, this might not be the logical choice for your application. This member is called during document serialization and, once the SECTNView pointer has been retrieved, the GetThumbNailBitmap member function is called.

Defined in: SECTNDOC.CPP

Return Value

Returns a pointer to the SECTNView that will create the thumbnail.

See Also

Serialize

SECTNDocument

SECTNView