Contents Index Topic Contents | ||
Previous Topic: ShowDisplay Property Next Topic: ShowSelectionControls Property |
ShowPositionControls Property
Indicates whether the position controls are visible.
Syntax
[form.]object.ShowPositionControls [ = { True | False } ]Settings
True The position controls are visible. False (Default) The position controls are not visible. Data Type
Boolean
Remarks
The position controls consist of four buttons: Previous, Rewind, Forward, and Next. Rewind and Forward move the media position rapidly backward and forward. If the current media position is after the position specified in SelectionStart, Previous sets the media position to the value of SelectionStart. If not, Previous sets the media position to the start of the data stream. If the current media position is before the position specified in SelectionStart, Next sets the media position to the value of SelectionStart. If not, Next sets the media position to the end of the data stream.
Run-time access: read/write. Design-time access: read/write.
See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.