Click or drag to resize

INavRenderer Properties

The INavRenderer type exposes the following members.

Properties
  NameDescription
Public propertyNavigator
Gets the main Navigator object for this renderer. The returned Navigator object will be unique instance of the navigator which was typically loaded from Navigators and cloned. The caller may therefore manipulate this Navigator object without affecting the original global instance.
Public propertySubNavigators
Gets the collection of sub-navigator object for this renderer. If the renderer does not support programmatic manipulation of sub-menus then the returned value will be null. The Navigator objects in the collection will be unique instances of the navigators which were typically loaded from Navigators and cloned. The caller may therefore manipulate this collection and the Navigator objects in it without affecting the original global instances.
Top
See Also