C# Class BTool.ListSelectForm

Inheritance: System.Windows.Forms.Form
Mostra file Open project: x893/BTool Class Usage Examples

Public Methods

Method Description
GetUserSelection ( ) : string
ListSelectForm ( ) : System
LoadFormData ( List dataItems ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
buttonCancel_Click ( object sender, EventArgs e ) : void
buttonOk_Click ( object sender, EventArgs e ) : void
sysFormClosing ( object sender, FormClosingEventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetUserSelection() public method

public GetUserSelection ( ) : string
return string

ListSelectForm() public method

public ListSelectForm ( ) : System
return System

LoadFormData() public method

public LoadFormData ( List dataItems ) : bool
dataItems List
return bool