FocusRequest Class
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.
public ref class FocusRequest : Microsoft::Maui::RetrievePlatformValueRequest<bool>
public class FocusRequest : Microsoft.Maui.RetrievePlatformValueRequest<bool>
type FocusRequest = class
inherit RetrievePlatformValueRequest<bool>
Public Class FocusRequest
Inherits RetrievePlatformValueRequest(Of Boolean)
- Inheritance
Constructors
FocusRequest() | |
FocusRequest(Boolean) |
Properties
IsFocused |
Obsolete.
Obsolete.
Gets or sets a value indicating whether this request set or not the focus. |
Result |
The result of the retrieval operation. (Inherited from RetrievePlatformValueRequest<T>) |
Methods
SetResult(T) |
Sets the result value of the retrieval operation. (Inherited from RetrievePlatformValueRequest<T>) |
TrySetResult(T) |
Attempts to set the result value of the retrieval operation. (Inherited from RetrievePlatformValueRequest<T>) |
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.