Contents Index Topic Contents | ||
Previous Topic: AllowChangeDisplayMode Property Next Topic: AllowHideDisplay Property |
AllowHideControls Property
Indicates whether the end-user can control the visibility of the controls panel at run time.
Syntax
[form.]object.AllowHideControls [ = { True | False } ]Settings
True (Default) The end-user can hide or show the controls panel. False The end-user cannot hide or show the controls panel. Data Type
Boolean
Remarks
This property controls run-time access to the ShowControls property, which hides and displays the controls panel. If you set this property to True, the end-user can show or hide the controls panel by right-clicking the control window and choosing Controls from the shortcut menu.
Run-time access: read-only. Design-time access: read/write.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.