Method | Description | |
---|---|---|
AddValue ( ReferenceDescription reference ) : void |
Adds a value to the control.
|
|
Clear ( ) : void |
Clears the contents of the control,
|
|
GetValues ( ) : WriteValueCollection |
Returns the items in the control.
|
|
Initialize ( Session session, WriteValueCollection values ) : void |
Sets the nodes in the control.
|
|
WriteValueListCtrl ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
EnableMenuItems ( ListViewItem clickedItem ) : void | ||
ItemsLV_DragDrop ( object sender, DragEventArgs e ) : void |
Handles a drop event.
|
|
PickItems ( ) : void | ||
UpdateItem ( ListViewItem listItem, object item ) : void |
Method | Description | |
---|---|---|
DeleteMI_Click ( object sender, EventArgs e ) : void | ||
EditMI_Click ( object sender, EventArgs e ) : void | ||
EditValueMI_Click ( object sender, EventArgs e ) : void | ||
GetDefaultValue ( NodeId nodeId, uint attributeId ) : DataValue |
Returns a default value for the node.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
NewMI_Click ( object sender, EventArgs e ) : void |
public AddValue ( ReferenceDescription reference ) : void | ||
reference | ReferenceDescription | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected EnableMenuItems ( ListViewItem clickedItem ) : void | ||
clickedItem | ListViewItem | |
return | void |
public Initialize ( Session session, WriteValueCollection values ) : void | ||
session | Session | |
values | WriteValueCollection | |
return | void |
protected ItemsLV_DragDrop ( object sender, DragEventArgs e ) : void | ||
sender | object | |
e | DragEventArgs | |
return | void |
protected UpdateItem ( ListViewItem listItem, object item ) : void | ||
listItem | ListViewItem | |
item | object | |
return | void |