C# Class RevitLookup.Snoop.Forms.ParamEnum

Show file Open project: jeremytammik/RevitLookup

Public Methods

Method Description
ParamEnum ( ArrayList labelStrs, ArrayList valueStrs ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CopyToolStripMenuItem_Click ( object sender, System e ) : void

InitializeComponent ( ) : void

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

OnColumnClick ( object sender, ColumnClickEventArgs e ) : void

Sort the columns according to the column sorter object mandate

PrintDocument_PrintPage ( object sender, System e ) : void

PrintMenuItem_Click ( object sender, EventArgs e ) : void

PrintPreviewMenuItem_Click ( 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

ParamEnum() public method

public ParamEnum ( ArrayList labelStrs, ArrayList valueStrs ) : System
labelStrs ArrayList
valueStrs ArrayList
return System