Returns or sets a Boolean value specifying whether or not the end-user can set the display size.
Syntax
MediaPlayer.AllowChangeDisplaySize
Settings
The AllowChangeDisplaySize property can have the following values:
Setting | Description |
True | (Default) Allows the user to change the display size. |
False | Prevents user from changing the display size. |
Remarks
This property determines whether or not the DisplaySize property can be set at run-time. In addition, setting the AllowChangeDisplaySize property to True, allows the end-user to specify the size by clicking Video Size on the context menu.
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.