PrintQueue.IsHidden Property

Definition

Gets a value that indicates whether the print queue is hidden in your application's user interface.

public:
 property bool IsHidden { bool get(); };
public bool IsHidden { get; }
member this.IsHidden : bool
Public ReadOnly Property IsHidden As Boolean

Property Value

true if the print queue is hidden in the Windows user interface; otherwise, false.

Remarks

You do not automatically hide the print queue when you set this property to true. Your program still must take steps to make sure it does not appear in any list of queues in the program's interface.

Print queues cannot be hidden in the Windows user interface, such as the Printers and Faxes list.

Applies to