PrintQueue.IsHidden Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.