_Application.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. This property returns True if print preview is the current view, and False if not.
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