AccessibilityWindowInfo.ControllingWindow 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 system window which has the functionality to control this window.
public Android.Views.Accessibility.AccessibilityWindowInfo? ControllingWindow { [Android.Runtime.Register("getControllingWindow", "()Landroid/view/accessibility/AccessibilityWindowInfo;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getControllingWindow", "()Landroid/view/accessibility/AccessibilityWindowInfo;", "", ApiSince=37)>]
member this.ControllingWindow : Android.Views.Accessibility.AccessibilityWindowInfo
Property Value
The window of AccessibilityWindowInfo#TYPE_WINDOW_CONTROL
that controls this window if one exists, or null otherwise.
- Attributes