Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NodeDescription
NAVIGATIONTREEA Navigation Path that identifies an item in the navigation tree
HELPA Navigation Path that identifies help pane content
TASKLISTA Navigation Path that identifies a group or item in the task list.
MESSAGEBARA Navigation Path that identifies an item in the navigation bar at the top of the WMC

e.g. Examples:

NAVIGATIONTREE\ControlPanel\Events refers to the Events item in the navigation tree that sits under the Control Panel item in the navigation tree.

TASKLIST\Data\ResetValue refers to the task ResetValue that lies under the Data task group.

HELP\NAVIGATIONTREE\ControlPanel\Events refers to a help item that is associated with the navigation tree item ControlPanel\Events

 

NavInsertItem takes a Navigation Path and uses it to create an item for that path. The domain with which an item lives is defined by the root level subpath and levels in the hierarchy are specified by the path separator '\'. Paths can effectively be any depth you wish.

...