Property | Type | Description | |
---|---|---|---|
CheckboxBehaviorModeChanged | EventHandler | ||
DataSourceChanged | EventHandler | ||
DriveTypesChanged | EventHandler |
Property | Type | Description | |
---|---|---|---|
boldFont_ | |||
folderList_ |
Property | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
OnContextMenu_Popup | void |
Method | Description | |
---|---|---|
Populate ( ) : void |
Clears the TreeView and popluates the root level.
|
|
Populate ( |
Clears the TreeView and popluates the root level.
|
|
Populate ( string selectedFolderPath ) : void |
Clears the TreeView and popluates the root level.
|
|
ShowFolder ( string directoryPath ) : void |
Focus the specified folder and scroll it in to view.
|
|
TreeViewFolderBrowser ( ) : System |
Required designer variable.
|
Method | Description | |
---|---|---|
CheckNodesRec ( |
Toggle the check flag for tree nodes, works recursive
|
|
ExchangeFoldersRec ( |
Add or removes the nodes recursive to or from the folderList_.
|
|
ExchangePath ( string path, bool add ) : void |
Add or removes path from the folderList_.
|
|
GetRootCollection ( ) : |
Gets the root
|
|
GetSubDirs ( |
Populates the Directory structure for a given path.
|
|
MarkNode ( |
Set the text bold if there is a child node checked.
|
|
MarkNodesRec ( |
Set the text bold for each parent node if there is a child node checked.
|
|
OnBeforeCheck ( System.Windows.Forms.TreeViewCancelEventArgs e ) : void |
Fired before check action occurs, manages the folderList_.
|
|
OnBeforeExpand ( System.Windows.Forms.TreeViewCancelEventArgs e ) : void |
Fired before node expands, used to fill next level in directory structure.
|
|
OnCheckboxBehaviorModeChanged ( |
Raises the CheckboxBehaviorModeChanged event.
|
|
OnContextMenuPopup ( |
||
OnDataSourceChanged ( |
Raises the DataSourceChanged event.
|
|
OnDoubleClick ( |
Used for drives like floppy, cd - rom ect. where it can be that no valid medium is inserted. in this case the click on the + will remove the +, after double click there's a new + to give the user the chance to browse this device after inserting a valid medium.
|
|
OnDriveTypesChanged ( |
Raises the DriveTypesChanged event.
|
|
OnSelectedDirectoriesChanged ( |
Raises the SelectedDirectoriesChanged event.SelectedDirectoriesChangedDelegate
|
|
SupressCheckEvent ( bool supressEvent ) : void |
True to supress OnBeforeCheck Execution, otherwise false to allow it.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnContextMenu_Popup ( object sender, |
protected CheckNodesRec ( |
||
parent | ||
check | bool | |
return | void |
protected ExchangeFoldersRec ( |
||
parent | ||
add | bool | |
return | void |
protected ExchangePath ( string path, bool add ) : void | ||
path | string | |
add | bool | |
return | void |
protected GetRootCollection ( ) : |
||
return |
protected GetSubDirs ( |
||
parent | ||
e | System.Windows.Forms.TreeViewCancelEventArgs | |
return | void |
protected MarkNode ( |
||
node | ||
return | void |
protected MarkNodesRec ( |
||
parent | ||
return | void |
protected OnBeforeCheck ( System.Windows.Forms.TreeViewCancelEventArgs e ) : void | ||
e | System.Windows.Forms.TreeViewCancelEventArgs | |
return | void |
protected OnBeforeExpand ( System.Windows.Forms.TreeViewCancelEventArgs e ) : void | ||
e | System.Windows.Forms.TreeViewCancelEventArgs | |
return | void |
protected OnCheckboxBehaviorModeChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnContextMenuPopup ( |
||
e | ||
return | void |
protected OnDataSourceChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnDoubleClick ( |
||
e | ||
return | void |
protected OnDriveTypesChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnSelectedDirectoriesChanged ( |
||
e | ||
return | void |
public Populate ( |
||
specialFolder | The |
|
return | void |
public Populate ( string selectedFolderPath ) : void | ||
selectedFolderPath | string | The path of the folder that should be selected after population. |
return | void |
public ShowFolder ( string directoryPath ) : void | ||
directoryPath | string | The path which should be focused |
return | void |
protected SupressCheckEvent ( bool supressEvent ) : void | ||
supressEvent | bool | |
return | void |
public EventHandler CheckboxBehaviorModeChanged | ||
return | EventHandler |