WebUIView.ContainsFullScreenElement Property

Definition

Gets a value that indicates whether the view contains an element that supports full screen.

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

Property Value

Boolean

bool

true if the view contains an element that supports full screen display; otherwise, false.

Implements

Applies to