ECT_Revert
- Updated2023-02-21
- 5 minute(s) read
int ECT_Revert (int panel, int editableCellTree);
Purpose
Reverts an editable cell tree control to a standard tree control.
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 to revert to a standard tree control. 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.Error Codes
|
Additional Information
Library: Editable Cell Tree
Include file: custctrl\editableCellTree.h
LabWindows/CVI compatibility: LabWindows/CVI 7.1 and later