AllowContextMenu
- Last UpdatedNov 17, 2021
- 1 minute read
The AllowContextMenu property is a read-write property that enables or disables the Context menu for the control.
Syntax
aaHistClientTrend.AllowContextMenu = discrete;
Result = aaHistClientTrend.AllowContextMenu;
Remarks
If this property is set to True, then the context menu appears when the runtime user right-clicks in the control.
The default value is True.