ECT_InEditMode
- Updated2023-02-21
- 5 minute(s) read
int ECT_InEditMode (int panel, int editableCellTree);
Purpose
Returns whether the editable cell tree is in edit mode.
Parameters
| Input | ||
| Name | Type | Description |
| panel | int | The specifier for a particular panel that is currently in memory. This handle will have been returned by the LoadPanel, NewPanel, or DuplicatePanel function. |
| editableCellTree | int | Specifies the editable cell tree control on the panel. Pass the ID returned by the ECT_Convert function. |
Return Value
| Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| status | int | Return value indicating whether the function was successful. A negative number indicates that an error occurred.Return Values
|
Additional Information
Library: Editable Cell Tree
Include file: custctrl\editableCellTree.h
LabWindows/CVI compatibility: LabWindows/CVI 7.1 and later