Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This property indicates whether the user can control the visibility of the controls panel at run time. Run-time access for this property is read-only. Design-time access is read/write.

Compatibility:ActiveMovie

Syntax

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

Remarks

This property controls run-time access to the ShowControlsproperty, which hides and displays the controls panel.

The following Boolean settings are valid for this property.

Setting Description

True

(Default) The user can hide or show the controls panel.

False

The user cannot hide or show the controls panel.

Requirements

Windows Embedded CE Windows CE 3.0 through Windows CE .NET 4.1

See Also