PrintDialog.AllowSelection Propiedad

Definición

Obtiene o establece un valor que indica si el botón de opción Selección 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 de propiedad

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

Se aplica a

Consulte también