WebView.ContainsFullScreenElement Propriété

Définition

Obtient une valeur qui indique si le WebView contient un élément qui prend en charge le plein écran.

public:
 property bool ContainsFullScreenElement { bool get(); };
bool ContainsFullScreenElement();
public bool ContainsFullScreenElement { get; }
var boolean = webView.containsFullScreenElement;
Public ReadOnly Property ContainsFullScreenElement As Boolean

Valeur de propriété

Boolean

bool

true si webView contient un élément qui prend en charge le plein écran ; sinon, false.

S’applique à