Cicode Programming Reference > Cicode Function Categories > Menu Functions > MenuNodeGetTargetPage

MenuNodeGetTargetPage

Returns the target page for a specified menu node.

Syntax

MenuNodeGetTargetPage(hNode)

hNode:

Handle of the menu node. If not specified, the handle of the menu node will be determined through it's association with the command that is currently being called. Each menu node can have a Command associated with it when a menu is configured.

Return Value

The name of the target page for the specified node.

Related Functions

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

See Also

Menu Functions

Published June 2018