Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddVirtualNode ( FileSystemTreeNode p_tndRoot, string p_strName ) : FileSystemTreeNode |
Adds a virtual file system item to the tree view.
|
|
AddVirtualPath ( FileSystemTreeNode p_tndRoot, VirtualFileSystemItem p_vfiPath ) : void |
Addes the specified virtual path to the source tree.
|
|
AddVirtualPaths ( FileSystemTreeNode p_tndRoot, VirtualFileSystemItem p_vfiPaths ) : void |
Addes the specified virtual paths to the source tree.
|
|
VirtualFileSystemTreeView ( ) : System |
The default constructor.
|
Method | Description | |
---|---|---|
OnDragDrop ( |
Raises the Control.DragDrop. This handles adding the dropped file/folder to the source tree. |
|
OnDragOver ( |
Raises the Control.DragEnter. This determines if the item being dragged can be dropped at the current location. |
|
OnItemDrag ( |
Raises the TreeView.ItemDrag event. This starts the drag operation of item in the tree view. |
|
OnQueryContinueDrag ( System.Windows.Forms.QueryContinueDragEventArgs e ) : void |
Raises the Control.QueryContinueDrag event. This aborts the drag operation of an item from the source tree view if the action is interrupted or stopped over something other than the virtual file system tree view. |
public AddVirtualNode ( FileSystemTreeNode p_tndRoot, string p_strName ) : FileSystemTreeNode | ||
p_tndRoot | FileSystemTreeNode | The node to which to add the new item. |
p_strName | string | The name of the new virtual item to add. |
return | FileSystemTreeNode |
public AddVirtualPath ( FileSystemTreeNode p_tndRoot, VirtualFileSystemItem p_vfiPath ) : void | ||
p_tndRoot | FileSystemTreeNode | The node to which to add the path. |
p_vfiPath | VirtualFileSystemItem | The path to add to the source tree. |
return | void |
public AddVirtualPaths ( FileSystemTreeNode p_tndRoot, VirtualFileSystemItem p_vfiPaths ) : void | ||
p_tndRoot | FileSystemTreeNode | The node to which to add the paths. |
p_vfiPaths | VirtualFileSystemItem | The paths to add to the source tree. |
return | void |
protected OnDragDrop ( |
||
e | A |
|
return | void |
protected OnDragOver ( |
||
e | A |
|
return | void |
protected OnItemDrag ( |
||
e | A |
|
return | void |
protected OnQueryContinueDrag ( System.Windows.Forms.QueryContinueDragEventArgs e ) : void | ||
e | System.Windows.Forms.QueryContinueDragEventArgs | A |
return | void |
public VirtualFileSystemTreeView ( ) : System | ||
return | System |