AllowChangeDisplayMode PropertyAllowChangeDisplayMode Property*
*



Contents  *



Index  *Topic Contents
*Previous Topic: Control Properties
*Next Topic: AllowHideControls Property

AllowChangeDisplayMode Property

Indicates whether the end-user can change the display mode at run time between time and frames.

Syntax

[form.]object.AllowChangeDisplayMode [ = { True | False } ]

Settings

True(Default) The end-user can change the type of display at run time.
FalseThe end-user cannot change the type of display at run time.

Data Type

Boolean

Remarks

This property controls run-time access to the DisplayMode property, which specifies whether to show the multimedia file's current position in time or frames. If you set this property to True, the end-user can change how the control displays the current position by right-clicking the control window and choosing Time or Frames from the shortcut menu.

Run-time access: read-only. Design-time access: read/write.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.