PrintPreviewDialog.Enabled プロパティ

定義

コントロールが有効かどうかを示す値を取得または設定します。

public:
 property bool Enabled { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool Enabled { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

プロパティ値

コントロールが有効になっている場合は true、それ以外の場合は false です。 既定値は、true です。

属性

注釈

このクラスでは、このプロパティは使用されません。

適用対象