Cicode Programming Reference > Cicode Function Categories > Menu Functions Introduction > MenuGetNextChild

MenuGetNextChild

Returns the next node that shares the same parent.

Syntax

MenuGetNextChild(hChild)

hChild:

Handle to the current node in the menu tree

Return Value

The handle to next node that shares the same parent, or -1 if unsuccessful.

Related Functions

MenuGetChild, MenuGetFirstChild, MenuGetGenericNode, MenuGetPageNode, MenuGetParent, MenuGetPrevChild, MenuGetWindowNode, MenuNodeAddChild, MenuNodeGetProperty, MenuNodeHasCommand, MenuNodeIsDisabled, MenuNodeIsHidden, MenuNodeRemove, MenuNodeRunCommand, MenuNodeSetDisabledWhen, MenuNodeSetHiddenWhen, MenuNodeSetProperty, MenuReload

See Also

Menu Functions