PrintQueue::IsHidden Property
.NET Framework (current version)
Gets a value that indicates whether the print queue is hidden in your application's user interface.
Assembly: System.Printing (in System.Printing.dll)
Property Value
Type: System::Booleantrue if the print queue is hidden in the Windows user interface; otherwise, false.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: