Base:
property
Focused
System.Windows.Forms.Control.Focused
4 references to Focused
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserAccessibleObject.cs (1)
19
UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(this.TryGetOwnerAs(out WebBrowser? owner) && owner.
Focused
),
System.Windows.Forms.Tests (3)
System\Windows\Forms\WebBrowserTests.cs (3)
1056
Assert.False(control.
Focused
);
1070
Assert.False(control.
Focused
);
1087
Assert.False(control.
Focused
);