C# Class BTool.CommSelectForm

Inheritance: System.Windows.Forms.Form
Show file Open project: x893/BTool Class Usage Examples

Public Properties

Property Type Description
cbBaud System.Windows.Forms.ComboBox
cbDataBits System.Windows.Forms.ComboBox
cbFlow System.Windows.Forms.ComboBox
cbParity System.Windows.Forms.ComboBox
cbPorts System.Windows.Forms.ComboBox
cbStopBits System.Windows.Forms.ComboBox

Public Methods

Method Description
CommSelectForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
SortComPorts ( string rgstrPorts ) : int
commSelect_FormClosing ( object sender, FormClosingEventArgs e ) : void
commSelect_FormLoad ( object sender, EventArgs e ) : void

Method Details

CommSelectForm() public method

public CommSelectForm ( ) : System
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Property Details

cbBaud public property

public ComboBox,System.Windows.Forms cbBaud
return System.Windows.Forms.ComboBox

cbDataBits public property

public ComboBox,System.Windows.Forms cbDataBits
return System.Windows.Forms.ComboBox

cbFlow public property

public ComboBox,System.Windows.Forms cbFlow
return System.Windows.Forms.ComboBox

cbParity public property

public ComboBox,System.Windows.Forms cbParity
return System.Windows.Forms.ComboBox

cbPorts public property

public ComboBox,System.Windows.Forms cbPorts
return System.Windows.Forms.ComboBox

cbStopBits public property

public ComboBox,System.Windows.Forms cbStopBits
return System.Windows.Forms.ComboBox