PageSetupDialog.AllowPrinter Propiedad

Definición

Obtiene o establece un valor que indica si el botón Impresora está habilitado.

public:
 property bool AllowPrinter { bool get(); void set(bool value); };
public bool AllowPrinter { get; set; }
member this.AllowPrinter : bool with get, set
Public Property AllowPrinter As Boolean

Valor de propiedad

Boolean

true si el botón Impresora está habilitado; de lo contrario, false. De manera predeterminada, es true.

Comentarios

Nota

Establecer esta propiedad true en no tiene ningún efecto si la aplicación se ejecuta en Windows Vista. No se mostrará el botón Impresora .

Se aplica a

Consulte también