MenuNodeHasCommand
- Last UpdatedJul 18, 2023
- 1 minute read
Checks whether the menu node has a valid Cicode command associated with it.
Syntax
MenuNodeHasCommand(hNode)
hNode:
Handle of node to check.
Return Value
1 if the menu node has a valid Cicode command, 0 if the menu node has no Cicode command.
Related Functions
MenuGetChild, MenuGetFirstChild, MenuGetGenericNode, MenuGetNextChild, MenuGetPageNode, MenuGetParent, MenuGetPrevChild, MenuGetWindowNode, MenuNodeAddChild, MenuNodeGetCurr, MenuNodeGetDepth, MenuNodeGetExpanded, MenuNodeGetProperty, MenuNodeGetTargetPage, MenuNodeIsDisabled, MenuNodeIsHidden, MenuNodeRemove, MenuNodeRunCommand, MenuNodeSetDisabledWhen, MenuNodeSetHiddenWhen, MenuNodeSetProperty, MenuReload