Public Member Functions | |
| ListPrompt (Core.Interfaces.IApplicationContext in_context) | |
| void | RefreshList () |
Public Attributes | |
| String[] | ListItems = new String[0] |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. | |
Properties | |
| String | SelectLabel [set] |
| String | Label [set] |
| String | SelectedItem [get] |
| bool | Cancelled [get] |
Private Member Functions | |
| void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor. | |
| void | lstPackages_DoubleClick (object sender, System.EventArgs e) |
| void | btnOpen_Click (object sender, System.EventArgs e) |
| void | btnCancel_Click (object sender, System.EventArgs e) |
Private Attributes | |
| System.ComponentModel.Container | components = null |
| Required designer variable. | |
| System.Windows.Forms.Button | btnOpen |
| System.Windows.Forms.Button | btnCancel |
| System.Windows.Forms.ListView | lstItems |
| Core.Interfaces.IApplicationContext | application_context = null |
| bool | cancelled = false |
| Core.Forms.ListPrompt.ListPrompt | ( | Core.Interfaces.IApplicationContext | in_context | ) |
| void Core.Forms.ListPrompt.RefreshList | ( | ) |
| override void Core.Forms.ListPrompt.Dispose | ( | bool | disposing | ) | [protected] |
Clean up any resources being used.
| void Core.Forms.ListPrompt.InitializeComponent | ( | ) | [private] |
Required method for Designer support - do not modify the contents of this method with the code editor.
| void Core.Forms.ListPrompt.lstPackages_DoubleClick | ( | object | sender, | |
| System.EventArgs | e | |||
| ) | [private] |
| void Core.Forms.ListPrompt.btnOpen_Click | ( | object | sender, | |
| System.EventArgs | e | |||
| ) | [private] |
| void Core.Forms.ListPrompt.btnCancel_Click | ( | object | sender, | |
| System.EventArgs | e | |||
| ) | [private] |
System.ComponentModel.Container Core.Forms.ListPrompt.components = null [private] |
Required designer variable.
System.Windows.Forms.Button Core.Forms.ListPrompt.btnOpen [private] |
System.Windows.Forms.Button Core.Forms.ListPrompt.btnCancel [private] |
System.Windows.Forms.ListView Core.Forms.ListPrompt.lstItems [private] |
bool Core.Forms.ListPrompt.cancelled = false [private] |
| String [] Core.Forms.ListPrompt.ListItems = new String[0] |
String Core.Forms.ListPrompt.SelectLabel [set] |
String Core.Forms.ListPrompt.Label [set] |
String Core.Forms.ListPrompt.SelectedItem [get] |
bool Core.Forms.ListPrompt.Cancelled [get] |