Class ProjectExplorer
Represents methods used to explore particular project in the TreeView control.
public class ProjectExplorer
- Inheritance
-
ProjectExplorer
- Derived
Constructors
- ProjectExplorer()
Initializes a new instance of the
ProjectExplorer
class with default settings.
Fields
Properties
- ExplorerTree
Gets or sets System.Windows.Forms.TreeView control used to explore project's content.
Methods
- GetFileNameFromNode(TreeNode)
Get the name of the file related to the node.
- IsFolderNode(TreeNode)
Indicates whether a given node represents a project folder.
- IsProjectFolder(TreeNode)
Indicates whether a given node represents a project folder.
- UpdateExplorer(Project)
Updates explorer content from given project.