FocusControl.SetValueAsync(UInt32) Method

Definition

Asynchronously sets the focus Value.

public:
 virtual IAsyncAction ^ SetValueAsync(unsigned int focus) = SetValueAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetValueAsync(uint32_t const& focus);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetValueAsync(uint focus);
function setValueAsync(focus)
Public Function SetValueAsync (focus As UInteger) As IAsyncAction

Parameters

focus
UInt32

unsigned int

uint32_t

The value to set the focus to. The minimum and maximum values are specified by Min and Max.

Returns

The object that is used to control the asynchronous operation.

Attributes

Applies to

See also