C# Class hMailServer.Administrator.Dialogs.formSelectUsers

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: nberardi/hMailServer Class Usage Examples

Public Methods

Method Description
GetSelectedIDs ( ) : List
GetSelectedTexts ( ) : List
formSelectUsers ( bool onlyUsers, int specificDomainID ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddSelectedUsers ( ) : void
EnableDomainsAndList ( bool enable ) : void
FillCombos ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ListAnyone ( ) : void
ListGroups ( ) : void
ListSelectedType ( ) : void
ListUsers ( ) : void
btnOK_Click ( object sender, EventArgs e ) : void
comboDomains_SelectedIndexChanged ( object sender, EventArgs e ) : void
comboType_SelectedIndexChanged ( object sender, EventArgs e ) : void
listItems_DoubleClick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GetSelectedIDs() public method

public GetSelectedIDs ( ) : List
return List

GetSelectedTexts() public method

public GetSelectedTexts ( ) : List
return List

formSelectUsers() public method

public formSelectUsers ( bool onlyUsers, int specificDomainID ) : System
onlyUsers bool
specificDomainID int
return System