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

MenuGetWindowNode

Returns the handle to the root node for a given window. This menu node is dynamically created for each page instance. Its child nodes represent the menu items for the generic pages merged with the ones specific to this page.

Syntax

MenuGetWindowNode(hWin)

hWin:

The window number of the desired window. You can call WinNumber() to get the window number of the page that calls this Cicode function.

Return Value

The handle to the root node of a given window, or -1 if unsuccessful.

Related Functions

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

See Also

Menu Functions