LineDisplayMarquee.TryStopScrollingAsync Method

Definition

Attempts to asynchronously exit Marquee mode and/or Marquee Init mode. Format is set to None.

public:
 virtual IAsyncOperation<bool> ^ TryStopScrollingAsync() = TryStopScrollingAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryStopScrollingAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryStopScrollingAsync();
function tryStopScrollingAsync()
Public Function TryStopScrollingAsync () As IAsyncOperation(Of Boolean)

Returns

Returns True if the marquee was successfully stopped; otherwise, False.

Attributes

Remarks

If the device is not already claimed when this method is called, this method will claim the device (without delay) and enable the device. If the device is already claimed by another process the call will fail.

Applies to