_Global.PrintPreview Property

Definition

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.

Applies to