Compartilhar via


PrintDialog.AllowSelection Propriedade

Definição

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

Boolean

true se o botão de opção Seleção estiver habilitado; caso contrário, false. O padrão é false.

Aplica-se a

Confira também