Method | Description | |
---|---|---|
Initialize ( ApplicationConfiguration configuration ) : void |
Displays a list of servers in the control.
|
|
PseudoComServerListCtrl ( ) : System |
Initalize the control.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
EnableMenuItems ( ListViewItem clickedItem ) : void |
Enables context menu items.
|
|
UpdateItem ( ListViewItem listItem, object item ) : void |
Updates an item in the control.
|
Method | Description | |
---|---|---|
ConfigureEndpointMI_Click ( object sender, EventArgs e ) : void | ||
ConfigureMI_Click ( object sender, EventArgs e ) : void | ||
DeleteMI_Click ( object sender, EventArgs e ) : void | ||
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 |
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 ( ApplicationConfiguration configuration ) : void | ||
configuration | ApplicationConfiguration | |
return | void |
protected UpdateItem ( ListViewItem listItem, object item ) : void | ||
listItem | ListViewItem | |
item | object | |
return | void |