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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.