共用方式為


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 是否包含支援全螢幕的專案。

適用於