WebBrowser.Focused 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 a value indicating whether the control or any of its child windows has input focus.
public:
virtual property bool Focused { bool get(); };
public override bool Focused { get; }
member this.Focused : bool
Public Overrides ReadOnly Property Focused As Boolean
Property Value
true
if the control or any of its child windows has input focus; otherwise, false
.
Notes to Inheritors
When overriding the Focused property in a derived class, use the base class's Focused property to extend the base implementation. Otherwise, you must provide all the implementation.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.