MenuNodeGetProperty
Return the item value of the specified menu node.
Syntax
MenuNodeGetProperty(hNode, iField)
hNode:
Handle to the current node in the menu tree.
iField:
Field for which you want the value:
0 - Name of Menu Item.
1 - Icon symbol to be associated with the menu item
2 - Privilege level required to run the command, otherwise the menu item is disabled.
3 - Area level required to run the command, otherwise the menu item is disabled.
4 - Disabled Style. Allows different display style for a disabled menu item.
5 - Checked setting. Whether the menu item will display a checkbox next to the label.
6 - Width. Specifies the menu item width in pixels.
7 - Comment
Return Value
An value for the specified Menu node field.
Related Functions
MenuGetChild, MenuGetFirstChild, MenuGetGenericNode, MenuGetNextChild, MenuGetPageNode, MenuGetParent, MenuGetPrevChild, MenuGetWindowNode, MenuNodeAddChild, MenuNodeHasCommand, MenuNodeIsDisabled, MenuNodeIsHidden, MenuNodeRemove, MenuNodeRunCommand, MenuNodeSetDisabledWhen, MenuNodeSetHiddenWhen, MenuNodeSetProperty, MenuReload
See Also