PageSetupDialog::AllowPaper Property

 

Gets or sets a value indicating whether the paper section of the dialog box (paper size and paper source) is enabled.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool AllowPaper {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the paper section of the dialog box is enabled; otherwise, false. The default is true.

.NET Framework
Available since 1.1
Return to top
Show: