TdxGanttControlViewPopupMenuItems.UseBuiltInPopupMenu Property
Specifies if View elements can display pop-up menus.
Declaration
property UseBuiltInPopupMenu: TdxDefaultBoolean read; write; default bDefault;
Property Value
Type | Default | Description |
---|---|---|
TdxDefaultBoolean | bDefault | 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:
bFalse | bTrue | bDefault |
---|---|---|
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 OptionsBehavior.UseBuiltInPopupMenus property value defines if a user can invoke pop-up menus in a View. |
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