Method | Description | |
---|---|---|
Clear ( ) : void |
Clears the contents of the control,
|
|
PropertyListCtrl ( ) : System | ||
Update ( Session session, ReferenceDescription reference ) : void |
Sets the nodes in the control.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
EnableMenuItems ( ListViewItem clickedItem ) : void | ||
GetDataToDrag ( ) : object | ||
UpdateItem ( ListViewItem listItem, object item ) : void |
Method | Description | |
---|---|---|
AddProperties ( ExpandedNodeId nodeId ) : void |
Adds the properties to the control.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SelectMI_Click ( object sender, EventArgs e ) : 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 Update ( Session session, ReferenceDescription reference ) : void | ||
session | Session | |
reference | ReferenceDescription | |
return | void |
protected UpdateItem ( ListViewItem listItem, object item ) : void | ||
listItem | ListViewItem | |
item | object | |
return | void |