Share via


FocusRequest.IsFocused Property

Definition

Caution

Use Result instead.

Caution

Use SetResult(bool) or TrySetResult(bool) instead.

Gets or sets a value indicating whether this request set or not the focus.

public:
 property bool IsFocused { bool get(); void set(bool value); };
public bool IsFocused { get; set; }
public bool IsFocused { [System.Obsolete("Use Result instead.")] get; [System.Obsolete("Use SetResult(bool) or TrySetResult(bool) instead.")] set; }
member this.IsFocused : bool with get, set
[<get: System.Obsolete("Use Result instead.")>]
[<set: System.Obsolete("Use SetResult(bool) or TrySetResult(bool) instead.")>]
member this.IsFocused : bool with get, set
Public Property IsFocused As Boolean

Property Value

Attributes

Applies to