C# Class hMailServer.Administrator.ucGroup

Inheritance: System.Windows.Forms.UserControl, ISettingsControl
Show file Open project: nberardi/hMailServer

Public Methods

Method Description
LoadData ( ) : void
LoadResources ( ) : void
OnLeavePage ( ) : void
SaveData ( ) : bool
ucGroup ( int groupID ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
EnableDisable ( ) : void
InitializeComponent ( ) : void

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

ListGroupMembers ( ) : void
OnContentChanged ( ) : void
OnContentChanged ( object sender, EventArgs e ) : void
buttonDelete_Click ( object sender, EventArgs e ) : void
buttonSelect_Click ( object sender, EventArgs e ) : void
listMembers_SelectedIndexChanged ( object sender, EventArgs e ) : void
textName_Load ( 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

LoadData() public method

public LoadData ( ) : void
return void

LoadResources() public method

public LoadResources ( ) : void
return void

OnLeavePage() public method

public OnLeavePage ( ) : void
return void

SaveData() public method

public SaveData ( ) : bool
return bool

ucGroup() public method

public ucGroup ( int groupID ) : System
groupID int
return System