Click or drag to resize

EmbeddedViewFocused Property

Gets a value indicating whether the control has input focus.

Namespace:  Openfin.WinForm
Assembly:  Openfin.WinForm (in Openfin.WinForm.dll) Version: 14.1.0-alpha3
Syntax
C#
public override bool Focused { get; }

Return Value

Type: Boolean
if the control has focus; otherwise, .
See Also