Class CodeExplorer
Represents methods used to explore parsed representation of the source code in the TreeView control.
public class CodeExplorer
- Inheritance
-
CodeExplorer
Constructors
- CodeExplorer()
Initializes a new instance of the
CodeExplorer
class with default settings.
Properties
- ExplorerTree
Gets or sets System.Windows.Forms.TreeView control used to explore source code.
Methods
- UpdateExplorer(object)
Updates explorer content from given source document.
Events
- NavigateToNodeRequested
Occurs when the user double-clicks on a TreeNode.