C# Class entity.MapForms.identSwapLayout

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
oldident System.Windows.Forms.Label
tagname System.Windows.Forms.ComboBox
tagtype System.Windows.Forms.ComboBox

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Property Details

oldident public_oe property

public Label,System.Windows.Forms oldident
return System.Windows.Forms.Label

tagname public_oe property

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

tagtype public_oe property

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