Method | Description | |
---|---|---|
Clear ( ) : void |
Clears the contents of the control,
|
|
FilterOperandListCtrl ( ) : System | ||
GetOperands ( ) : List |
Returns the list of operands in the control.
|
|
Initialize ( |
Sets the nodes in the control.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void | ||
UpdateItem ( ListViewItem listItem, object item, int index ) : void |
Method | Description | |
---|---|---|
DeleteMI_Click ( object sender, |
||
EditMI_Click ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
NewMI_Click ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void | ||
clickedItem | System.Windows.Forms.ListViewItem | |
return | void |
public Initialize ( |
||
session | ||
elements | IList |
|
index | int | |
return | void |
protected UpdateItem ( ListViewItem listItem, object item, int index ) : void | ||
listItem | ListViewItem | |
item | object | |
index | int | |
return | void |