TdxGanttControlViewPopupMenuItems.UseBuiltInPopupMenu Property
In This Article
Specifies if View elements can display pop-up menus.
#Declaration
Delphi
property UseBuiltInPopupMenu: TdxDefaultBoolean read; write; default bDefault;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
b |
A value listed in the table below. |
#Remarks
Use this property to manage pop-up menu availability for tasks in the Chart or Timeline Views.
You can assign any of the following values to the UseBuiltInPopupMenu property:
b | b | b |
---|---|---|
Pop-up menus are disabled. | Pop-up menus are enabled. A user can right-click a task to open its pop-up menu. | The control’s Options |
You can specify if individual items are available in a pop-up menu. Refer to the control‘s ViewChart.PopupMenuItems and ViewTimeline.PopupMenuItems property descriptions for details.
The UseBuiltInPopupMenu
property’s default value is bDefault
.
See Also