ContextMenuPresent Property
Description
The ContextMenuPresent property specifies whether a command to hide/show the dialog bar is added to the context menu that is displayed when you right-click on any command bar or dialog bar.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property ContextMenuPresent() As Boolean
Remarks
By default, all command bars and dialog bars are added to the context menu. The commands in the context menu allow the user to hide and show the command bars and dialog bar.
Note: If Closeable is FALSE, then the dialog bar will not appear in the context menu.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.