ダイアログ ボックスの余白セクションが有効かどうかを表す値を取得または設定します。
Public Property AllowMargins As Boolean
[C#]
public bool AllowMargins {get; set;}
[C++]
public: __property bool get_AllowMargins();public: __property void set_AllowMargins(bool);
[JScript]
public function get AllowMargins() : Boolean;public function set AllowMargins(Boolean);
プロパティ値
ダイアログ ボックスの余白セクションが有効な場合は true 。それ以外の場合は false 。既定値は true です。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
PageSetupDialog クラス | PageSetupDialog メンバ | System.Windows.Forms 名前空間 | AllowOrientation | AllowPaper | AllowPrinter