_Global.PrintPreview Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if print preview is the current view.
public:
property bool PrintPreview { bool get(); void set(bool value); };
public bool PrintPreview { get; set; }
member this.PrintPreview : bool with get, set
Public Property PrintPreview As Boolean
Property Value
Remarks
This property returns True if print preview is the current view, and False if not. Specify True or False to enable or disable the functionality.