次の方法で共有


IWebViewControl.ContainsFullScreenElement プロパティ

定義

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

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

プロパティ値

Boolean

bool

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

適用対象