Control.Focused Property
.NET Framework (current version)
Gets a value indicating whether the control has input focus.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
[<BrowsableAttribute(false)>] abstract Focused : bool with get [<BrowsableAttribute(false)>] override Focused : bool with get
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: