AccessibilityWindowInfo.ControlledWindowsCount 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 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