AutoStart Property

Returns or sets a Boolean value specifying whether or not to automatically start playing the title.

Syntax

MediaPlayer.AutoStart

Remarks

The settings for this property are:

Value Description
True (Default) Title automatically starts.
False Disables automatic start.

If you set this property to True, the title automatically starts playing when the Filename property is set or the Open method is called. If you set this property to False, the player does not start the file until the Play method is called or the Play button is pressed.

See Also

FileName, PlayCount, Play

© 1996-1998 Microsoft Corporation. All rights reserved.