Property | Type | Description | |
---|---|---|---|
AddListViewItem | void | ||
AddMatrixPort | void | ||
ControlsToData | void | ||
DataToControls | void | ||
DeleteMatrixPort | void | ||
EditMatrixPort | void | ||
InitializeComponent | void | ||
lvColumns_Load | void | ||
lvColumns_OnAdd | void | ||
lvColumns_OnDelete | void | ||
lvColumns_OnEdit | void | ||
lvRows_OnAdd | void | ||
lvRows_OnDelete | void | ||
lvRows_OnEdit | void |
Method | Description | |
---|---|---|
MatrixSwitchControl ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AddListViewItem ( |
||
AddMatrixPort ( lists listView ) : void | ||
ControlsToData ( ) : void | ||
DataToControls ( ) : void | ||
DeleteMatrixPort ( lists listView ) : void | ||
EditMatrixPort ( lists listView ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
lvColumns_Load ( object sender, |
||
lvColumns_OnAdd ( ) : void | ||
lvColumns_OnDelete ( ) : void | ||
lvColumns_OnEdit ( ) : void | ||
lvRows_OnAdd ( ) : void | ||
lvRows_OnDelete ( ) : void | ||
lvRows_OnEdit ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |