C1.WPF.FlexViewer.4.6.2 Assembly / C1.WPF.FlexViewer Namespace / C1FlexViewerPane Class / NavigateToOutlineNode Method
An outline node from C1.WPF.Document.C1Document.Outlines tree.

In This Topic
NavigateToOutlineNode Method (C1FlexViewerPane)
In This Topic
Navigates to the specified C1.WPF.Document.OutlineNode.
Syntax
'Declaration
 
Public Sub NavigateToOutlineNode( _
   ByVal outlineNode As OutlineNode _
) 
 

Parameters

outlineNode
An outline node from C1.WPF.Document.C1Document.Outlines tree.
See Also