Compartir a través de


ClipboardContentOptions.IsAllowedInHistory Propiedad

Definición

Obtiene o establece un valor que indica si el nuevo contenido que se va a agregar al Portapapeles está permitido en el historial del Portapapeles.

public:
 property bool IsAllowedInHistory { bool get(); void set(bool value); };
bool IsAllowedInHistory();

void IsAllowedInHistory(bool value);
public bool IsAllowedInHistory { get; set; }
var boolean = clipboardContentOptions.isAllowedInHistory;
clipboardContentOptions.isAllowedInHistory = boolean;
Public Property IsAllowedInHistory As Boolean

Valor de propiedad

Boolean

bool

True si se permite el nuevo contenido que se agrega al Portapapeles en el historial del Portapapeles; de lo contrario, false.

Comentarios

El valor predeterminado de esta propiedad es true.

El historial del Portapapeles debe estar habilitado para que esta propiedad tenga un efecto.

Se aplica a

Consulte también