Class TreeViewMultiSelect
TreeView control with multiselect support.
Inheritance
System.Object
TreeViewMultiSelect
Assembly: FastReport.dll
Syntax
public class TreeViewMultiSelect : TreeView
Constructors
TreeViewMultiSelect()
Creates a new instance of the TreeViewMultiSelect control.
Declaration
public TreeViewMultiSelect()
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| System.Boolean |
disposing |
|
OnBeforeSelect(TreeViewCancelEventArgs)
Declaration
protected override void OnBeforeSelect(TreeViewCancelEventArgs e)
Parameters
| Type |
Name |
Description |
| TreeViewCancelEventArgs |
e |
|
OnItemDrag(ItemDragEventArgs)
Declaration
protected override void OnItemDrag(ItemDragEventArgs e)
Parameters
| Type |
Name |
Description |
| ItemDragEventArgs |
e |
|
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
| Type |
Name |
Description |
| KeyEventArgs |
e |
|
OnKeyPress(KeyPressEventArgs)
Declaration
protected override void OnKeyPress(KeyPressEventArgs e)
Parameters
| Type |
Name |
Description |
| KeyPressEventArgs |
e |
|
OnNodeMouseClick(TreeNodeMouseClickEventArgs)
Declaration
protected override void OnNodeMouseClick(TreeNodeMouseClickEventArgs e)
Parameters
| Type |
Name |
Description |
| TreeNodeMouseClickEventArgs |
e |
|
OnNodeMouseDoubleClick(TreeNodeMouseClickEventArgs)
Declaration
protected override void OnNodeMouseDoubleClick(TreeNodeMouseClickEventArgs e)
Parameters
| Type |
Name |
Description |
| TreeNodeMouseClickEventArgs |
e |
|