Click here for NewsObjects Overview
PrintInstructions Property
Windows - Visual C++


Description
The PrintInstructions property returns or sets the message that will be printed if the user attempts to print from a container that does not call the PrintControl method.

Syntax
CString name = GetPrintInstructions();
void SetPrintInstructions(LPCTSTR name);

The PrintInstructions  syntax has these parts:

Part

Description

name

A String containing the message to be printed if the user prints from a container that does not call the PrintControl method.

Remarks
Some containers, such as Internet Explorer, will not print the control properly. The PrintInstructions value is printed when the user attempts to print the control from such a container. Typically, PrintInstructions should be used to give instructions to the user on how to print the control, for example, "To print, choose Print... from the control's context menu".

The default value is "". 

See Also: PrintSetup PrintControl

Back to: Feed Properties Headline Properties Quote Properties Story Properties