WebView.ContainsFullScreenElement プロパティ

定義

WebView に全画面表示をサポートする要素が含まれているかどうかを示す値を取得します。

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

プロパティ値

Boolean

bool

WebView に全画面表示をサポートする要素が含まれている場合は true。それ以外の場合は false

適用対象