[ whitefrost.com | Account Manager 4 Product Page ]

Core.Forms.ListPrompt Class Reference

Summary description for ListPrompt. More...

List of all members.

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


Detailed Description

Summary description for ListPrompt.


Constructor & Destructor Documentation

Core.Forms.ListPrompt.ListPrompt ( Core.Interfaces.IApplicationContext  in_context  ) 


Member Function Documentation

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]


Member Data Documentation

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]


Property Documentation

String Core.Forms.ListPrompt.SelectLabel [set]

String Core.Forms.ListPrompt.Label [set]

String Core.Forms.ListPrompt.SelectedItem [get]

bool Core.Forms.ListPrompt.Cancelled [get]


The documentation for this class was generated from the following file:
Stephen W. Cote, 2009, whitefrost.com