INavRenderer Interface |
Namespace: NetQuarry
The INavRenderer type exposes the following members.
Name | Description | |
---|---|---|
Navigator |
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.
| |
SubNavigators |
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.
|