PrintDialog.AllowCurrentPage プロパティ

定義

[現在のページ] オプション ボタンが表示されているかどうかを示す値を取得または設定します。

public:
 property bool AllowCurrentPage { bool get(); void set(bool value); };
public bool AllowCurrentPage { get; set; }
member this.AllowCurrentPage : bool with get, set
Public Property AllowCurrentPage As Boolean

プロパティ値

true[現在のページ] オプション ボタンが表示されている場合は 。それ以外の場合は false。 既定値は、false です。

注釈

このプロパティは、Windows 2000 以降のバージョンの Windows オペレーティング システムで有効です。 Windows 2000 より前のオペレーティング システムでは、 AllowCurrentPage プロパティは無効です。

適用対象