Property | Type | Description | |
---|---|---|---|
groupComboBx | System.Windows.Forms.ComboBox | ||
nameTxtBx | System.Windows.Forms.TextBox | ||
typeComboBx | System.Windows.Forms.ComboBox | ||
valueComboBx | System.Windows.Forms.ComboBox | ||
valueNud | System.Windows.Forms.NumericUpDown |
Method | Description | |
---|---|---|
EditPropertyForm ( string name, string value, string type, string group, ListViewGroupCollection groups ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btn_Click ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public EditPropertyForm ( string name, string value, string type, string group, ListViewGroupCollection groups ) : System | ||
name | string | |
value | string | |
type | string | |
group | string | |
groups | ListViewGroupCollection | |
return | System |
public System.Windows.Forms.ComboBox groupComboBx | ||
return | System.Windows.Forms.ComboBox |
public System.Windows.Forms.TextBox nameTxtBx | ||
return | System.Windows.Forms.TextBox |
public System.Windows.Forms.ComboBox typeComboBx | ||
return | System.Windows.Forms.ComboBox |
public System.Windows.Forms.ComboBox valueComboBx | ||
return | System.Windows.Forms.ComboBox |