Language

AccessibilityWindowInfo.ControlledWindowsCount Property

Definition

Gets the number of windows which are controlled by this window, if there are any.

public int ControlledWindowsCount { [Android.Runtime.Register("getControlledWindowsCount", "()I", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getControlledWindowsCount", "()I", "", ApiSince=37)>]
member this.ControlledWindowsCount : int

Property Value

The count of AccessibilityWindowInfo controlled by this window, or 0 if this window does not control other windows.

Attributes

Applies to