Property | Type | Description | |
---|---|---|---|
Browse | void | ||
InitializeComponent | void |
Method | Description | |
---|---|---|
Back ( ) : void |
Moves to the previous position.
|
|
BrowseListCtrl ( ) : System |
Initializes the object with default values.
|
|
Clear ( ) : void |
Clears the contents of the control,
|
|
Forward ( ) : void |
Moves to the next position.
|
|
Initialize ( |
Initializes the control with the session/subscription indicated.
|
|
SetPosition ( int position ) : void |
Sets the current position.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void | ||
PickItems ( ) : void |
Handles a double click.
|
|
UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void |
Method | Description | |
---|---|---|
Browse ( NodeId startId ) : void |
Displays the target of a browse operation in the control.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
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 ( |
||
browser | ||
startId | NodeId | |
return | void |
protected UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void | ||
listItem | System.Windows.Forms.ListViewItem | |
item | object | |
return | void |