IWebViewControl.ContainsFullScreenElement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the IWebViewControl contains an element that supports full screen.
public:
property bool ContainsFullScreenElement { bool get(); };
bool ContainsFullScreenElement();
public bool ContainsFullScreenElement { get; }
var boolean = iWebViewControl.containsFullScreenElement;
Public ReadOnly Property ContainsFullScreenElement As Boolean
Property Value
Boolean
bool
A value that indicates whether the IWebViewControl contains an element that supports full screen.