Share via


PrintPreviewDialog.Visible 屬性

定義

取得或設定值,指出是否看得到控制項。

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

屬性值

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

如果是可見的控制項則為 true,否則為 false。 預設為 true

屬性

適用於