|
|
|
|
|
|
|
Identifies the state of a menu option (context menu or drop-down menu): active, inactive or invisible. |
|
|
|
|
|
|
Context menus are often used in websites...... |
|
|
|
|
|
|
The ContextMenu property is used to:
Get the custom context menu of a control, window or page.
Change the custom context menu of a control, window or page (or associate another context menu).
Customize the system menus of the controls by adding options.... |
|
|
|
|
|
|
Custom context menus are created in the window editor and can be handled programmatically...... |
|
|
|
|
|
|
Gets or changes the label of a menu option (context or drop-down menu). |
|
|
|
|
|
|
Adds a new separator in a menu (drop-down or context menu). |
|
|
|
|
|
|
Adds a new separator in a menu (drop-down or context menu). |
|
|
|
|
|
|
WINDEV includes several Automatic Application Features (AAFs)...... |
|
|
|
|
|
|
Identifies the control on which the context menu was opened. |
|
|
|
|
|
|
Modifies the text of an option in the context menu of a chart. |
|
|
|
|
|
|
Modifies the text of an option in the context menu of a chart. |
|
|
|
|
|
|
Defines the type of context menu displayed by a chart. |
|
|
|
|
|
|
Defines the type of context menu displayed by a chart. |
|
|
|
|
|
|
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns...... |
|
|
|
|
|
|
Pivot Table controls include an automatic context menu that allows users to perform different actions on the data displayed in the control...... |
|
|
|
|
|
|
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control...... |
|
|
|
|
|
|
Automatically opens a context menu for the current control, window or page. |
|
|
|
|
|
|
Returns the list of options in the context menu actually displayed by the control. |
|
|
|
|
|
|
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control...... |
|
|
|
|
|
|
Adds a new menu to an existing drop-down or context menu of a window or page. |
|
|
|
|
|
|
Adds a new menu to an existing drop-down or context menu of a window or page. |
|
|
|
|
|
|
The optional event "Long press/Open context menu" is run during a long press on the controls of a window...... |
|
|
|
|
|
|
Adds a new option after the last option of a drop-down or context menu. |
|
|
|
|
|
|
You can manipulate Context Menu controls in a page using the following WLanguage properties...... |
|
|
|
|
|
|
Adds a new option after the last option of a drop-down or context menu. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|