A combobox with the available printers.

Namespace: TallComponents.Interaction.WinForms.Controls
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public class PrinterListControl : ComboBox
Visual Basic
Public Class PrinterListControl _
	Inherits ComboBox

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ListControl
          System.Windows.Forms..::..ComboBox
            TallComponents.Interaction.WinForms.Controls..::..PrinterListControl

See Also