PageSetupDialog.AllowPrinter Propriedade

Definição

Recebe ou define um valor que indica se o botão Impressora está ativado.

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 Propriedade

true se o botão Impressora estiver ativado; caso contrário, false. A predefinição é true.

Observações

Note

Definir esta propriedade para true não tem efeito se a aplicação estiver a correr em Windows Vista. O botão Impressora não será mostrado.

Aplica-se a

Ver também