Share via


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

屬性

備註

這個屬性與這個類別無關。

適用於