PageSetupDialog.AllowOrientation プロパティ
ダイアログ ボックスの用紙方向セクション (横向きまたは縦向き) が有効かどうかを表す値を取得または設定します。
名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文
'宣言
Public Property AllowOrientation As Boolean
'使用
Dim instance As PageSetupDialog
Dim value As Boolean
value = instance.AllowOrientation
instance.AllowOrientation = value
public bool AllowOrientation { get; set; }
public:
property bool AllowOrientation {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_AllowOrientation ()
/** @property */
public void set_AllowOrientation (boolean value)
public function get AllowOrientation () : boolean
public function set AllowOrientation (value : boolean)
プロパティ値
ダイアログ ボックスの用紙方向セクションが有効な場合は true。それ以外の場合は false。既定値は true です。
プラットフォーム
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 2.0、1.1、1.0
参照
関連項目
PageSetupDialog クラス
PageSetupDialog メンバ
System.Windows.Forms 名前空間
PageSetupDialog.AllowMargins プロパティ
AllowPaper
AllowPrinter