PrintDialog.AllowSelection Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define um valor que indica se o botão de opção Seleção está habilitado.
public:
property bool AllowSelection { bool get(); void set(bool value); };
public bool AllowSelection { get; set; }
member this.AllowSelection : bool with get, set
Public Property AllowSelection As Boolean
Valor da propriedade
true
se o botão de opção Seleção estiver habilitado; caso contrário, false
. O padrão é false
.