Method | Description | |
---|---|---|
CreateTreeNode ( string text, string path, bool addDummyNode, bool forceChecked, bool isSpecialFolder ) : |
Creates a tree node and add it to the
|
Method | Description | |
---|---|---|
TreeViewFolderBrowserHelper ( |
Initialize a new instance of TreeViewFolderBrowserHelper for the specified TreeViewFolderBrowser instance.
|
public CreateTreeNode ( string text, string path, bool addDummyNode, bool forceChecked, bool isSpecialFolder ) : |
||
text | string | The text displayed in the label of the tree node. |
path | string | The path the node represents. |
addDummyNode | bool | True to add + sign, otherwise no + sign appears. |
forceChecked | bool | True to check node in each case, otherwise false to allow normal check against selected paths. |
isSpecialFolder | bool | Specifies if this node is a special folder. Special folders do not request data from the attached data provider. |
return |