Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WebViewControl.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 control contains an element that supports full screen.

For more info, see Windows.Web.UI.IWebViewControl

public:
 property bool ContainsFullScreenElement { bool get(); };
bool ContainsFullScreenElement();
public bool ContainsFullScreenElement { get; }
var boolean = webViewControl.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.

Implements

Applies to


Feedback

Was this page helpful?