RemoveTemplatePict
Remove template preview image from GraphPage.
BOOL RemoveTemplatePict( )
Returns TRUE on successful exit and FALSE on failure.
EX1
int GraphPage_RemoveTemplatePict_ex1() { GraphPage gp; gp.Create("origin"); if( gp.IsValid() ) gp.RemoveTemplatePict(); return 0; }
Remove the graph object from this GraphPage used to store a picture of what the graph created from the underlying graph template will look like.
origin.h