FocusRequest.IsFocused 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.
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 { [System.Obsolete("Use Result instead.")] get; [System.Obsolete("Use SetResult(bool) or TrySetResult(bool) instead.")] 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.