LineDisplayMarquee.TryStartScrollingAsync(LineDisplayScrollDirection) 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 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