PrintPreviewDialog.Visible Property

Definition

Gets or sets a value indicating whether the control is 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

Property Value

This property is not relevant for this class.

true if the control is visible; otherwise, false. The default is true.

Attributes

Applies to