LineDisplayMarquee.TryStopScrollingAsync Method
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.
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.