C# Class GDSX.Externals.LinqPad.Driver.SingleTypeSelector

Inheritance: System.Windows.Forms.Form
Show file Open project: gburgett/LinqPad-mongo-driver Class Usage Examples

Public Methods

Method Description
SingleTypeSelector ( TreeNode visibleTypes ) : System

Displays the given TreeNodes in a TreeView. Expects the TreeNodes to be tagged with Type objects so they can be selected.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

treeView1_DoubleClick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

SingleTypeSelector() public method

Displays the given TreeNodes in a TreeView. Expects the TreeNodes to be tagged with Type objects so they can be selected.
public SingleTypeSelector ( TreeNode visibleTypes ) : System
visibleTypes System.Windows.Forms.TreeNode The array to be displayed
return System