Freigeben über


FullScreenPresentationConfiguration.IsExclusive Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der exklusive Vollbildmodus aktiviert ist, oder legt diesen fest.

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

void IsExclusive(bool value);
public bool IsExclusive { get; set; }
var boolean = fullScreenPresentationConfiguration.isExclusive;
fullScreenPresentationConfiguration.isExclusive = boolean;
Public Property IsExclusive As Boolean

Eigenschaftswert

Boolean

bool

TRUE , wenn sich die Präsentation im exklusiven Vollbildmodus befindet; Andernfalls false.

Hinweise

Wenn true, werden Dinge wie StatusBar verworfen, und es ist ein "doppelter Wischen" erforderlich, um Systemangebote wie das Info-Center zu bringen.

Gilt für: