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 是否包含支持全屏的元素。

适用于