Contents Index Topic Contents | ||
Previous Topic: AllowHideControls Property Next Topic: Appearance Property |
AllowHideDisplay Property
Indicates whether the end-user can hide the display panel at run time.
Syntax
[form.]object.AllowHideDisplay [ = { True | False } ]Settings
True (Default) The end-user can hide or show the display panel. False The end-user cannot hide or show the display panel. Data Type
Boolean
Remarks
This property controls run time access to the ShowDisplay property, which hides and displays the display panel. If you set this property to True, the end-user can show or hide the display panel by right-clicking the control window and choosing Display 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.