Méthode | Description | |
---|---|---|
ConfiguredServerListCtrl ( ) : System |
Initalize the control.
|
|
Initialize ( ConfiguredEndpointCollection endpoints, ApplicationConfiguration configuration ) : void |
Displays a list of servers in the control.
|
Méthode | Description | |
---|---|---|
EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void |
Enables context menu items.
|
|
UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void |
Updates an item in the control.
|
Méthode | Description | |
---|---|---|
ConfigureMI_Click ( object sender, |
||
DeleteMI_Click ( object sender, |
||
NewMI_Click ( object sender, |
public ConfiguredServerListCtrl ( ) : System | ||
Résultat | System |
protected EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void | ||
clickedItem | System.Windows.Forms.ListViewItem | |
Résultat | void |
public Initialize ( ConfiguredEndpointCollection endpoints, ApplicationConfiguration configuration ) : void | ||
endpoints | ConfiguredEndpointCollection | |
configuration | ApplicationConfiguration | |
Résultat | void |
protected UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void | ||
listItem | System.Windows.Forms.ListViewItem | |
item | object | |
Résultat | void |