Méthode | Description | |
---|---|---|
FileSystemTreeView ( ) : System |
The default constructor.
|
Méthode | Description | |
---|---|---|
LoadGrandChildren ( FileSystemTreeNode p_tndFolder ) : void |
Loads the grand children of the given node.
|
|
OnAfterLabelEdit ( System.Windows.Forms.NodeLabelEditEventArgs e ) : void |
Raise the TreeView.AfterLabelEdit event. This sorts the newly renamed node. |
|
OnBeforeExpand ( System.Windows.Forms.TreeViewCancelEventArgs e ) : void |
Raises the TreeView.BeforeExpand event of the tree view. This handles retrieving the sub-files and sub-folders to display in the tree view. |
|
OnBeforeLabelEdit ( System.Windows.Forms.NodeLabelEditEventArgs e ) : void |
Raise the TreeView.BeforeLabelEdit event. This prevents drive nodes from being renamed. |
|
SetNodeImage ( FileSystemTreeNode p_fsnItem ) : void |
Sets the image of the given node.
|
|
ShouldLoadChildren ( FileSystemTreeNode p_fsnItem ) : bool |
Determines if the children of the given node should be loaded.
|
protected LoadGrandChildren ( FileSystemTreeNode p_tndFolder ) : void | ||
p_tndFolder | FileSystemTreeNode | The node whose grand children are to be loaded. |
Résultat | void |
protected OnAfterLabelEdit ( System.Windows.Forms.NodeLabelEditEventArgs e ) : void | ||
e | System.Windows.Forms.NodeLabelEditEventArgs | A |
Résultat | void |
protected OnBeforeExpand ( System.Windows.Forms.TreeViewCancelEventArgs e ) : void | ||
e | System.Windows.Forms.TreeViewCancelEventArgs | A |
Résultat | void |
protected OnBeforeLabelEdit ( System.Windows.Forms.NodeLabelEditEventArgs e ) : void | ||
e | System.Windows.Forms.NodeLabelEditEventArgs | A |
Résultat | void |
protected SetNodeImage ( FileSystemTreeNode p_fsnItem ) : void | ||
p_fsnItem | FileSystemTreeNode | The node whose image shuld be set. |
Résultat | void |
protected ShouldLoadChildren ( FileSystemTreeNode p_fsnItem ) : bool | ||
p_fsnItem | FileSystemTreeNode | The node for which it is to be determined if the children should be loaded. |
Résultat | bool |