Gets or sets a value indicating whether the From... To... Page option button is enabled.
[Visual Basic] Public Property AllowSelection As Boolean [C#] public bool AllowSelection {get; set;} [C++] public: __property bool get_AllowSelection(); public: __property void set_AllowSelection(bool); [JScript] public function get AllowSelection() : Boolean; public function set AllowSelection(Boolean);
true if the From... To... Page option button is enabled; otherwise, false. The default is true.
PrintDialog Class | PrintDialog Members | System.WinForms Namespace | AllowSomePages | AllowPrintToFile