C# Class WikiFunctions.Controls.EditProtectControl

Inheritance: System.Windows.Forms.UserControl
Show file Open project: reedy/AutoWikiBrowser

Private Properties

Property Type Description
BothListBox_SelectedIndexChanged void
EnsureProtectionLevelExists void
EnsureProtectionLevelExists void
GetProtectionLevel string
InitializeComponent void
chkUnlock_CheckedChanged void
lbEdit_SelectedIndexChanged void

Public Methods

Method Description
EditProtectControl ( ) : System
Reset ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BothListBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
EnsureProtectionLevelExists ( string group ) : void
EnsureProtectionLevelExists ( string group, ListBox lb ) : void
GetProtectionLevel ( ListBox lb ) : string
InitializeComponent ( ) : void

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

chkUnlock_CheckedChanged ( object sender, EventArgs e ) : void
lbEdit_SelectedIndexChanged ( 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

EditProtectControl() public method

public EditProtectControl ( ) : System
return System

Reset() public method

public Reset ( ) : void
return void