_Application.PrintPreview Property

Definition

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

Property Value

Applies to