AllowChangeControlType

Description

Returns or sets a Boolean value specifying whether or not the user can change the way controls are displayed.

Syntax
object.AllowChangeControlType

Remarks

If AllowChangeControlType is set to False, the user cannot change the way controls are displayed. This is useful when authoring HTML pages, as you can enforce whatever layout you choose by not allowing a user to change the controls displayed.

The default value of this property is True.

Note You can set this property only at design time.

See Also

ControlType

Return to Player Control Reference.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.