PrintDialog.AllowCurrentPage Propiedad

Definición

Obtiene o establece un valor que indica si se muestra el botón de opción Página actual.

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

Valor de propiedad

Boolean

true si se muestra el botón de opción Página actual ; de lo contrario, false. De manera predeterminada, es false.

Comentarios

Esta propiedad es válida para Windows 2000 y versiones posteriores de Windows sistemas operativos. En los sistemas operativos anteriores a Windows 2000, la AllowCurrentPage propiedad no tiene ningún efecto.

Se aplica a