LineDisplayMarquee.TryStartScrollingAsync(LineDisplayScrollDirection) Method

Definition

Attempts to asynchronously cause the window which owns this marquee to enter Marquee Mode and start scrolling.

public:
 virtual IAsyncOperation<bool> ^ TryStartScrollingAsync(LineDisplayScrollDirection direction) = TryStartScrollingAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryStartScrollingAsync(LineDisplayScrollDirection const& direction);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryStartScrollingAsync(LineDisplayScrollDirection direction);
function tryStartScrollingAsync(direction)
Public Function TryStartScrollingAsync (direction As LineDisplayScrollDirection) As IAsyncOperation(Of Boolean)

Parameters

direction
LineDisplayScrollDirection

The direction in which to start scrolling.

Returns

Returns True if the marquee successfully started scrolling; otherwise, False.

Attributes

Applies to