C# Class WikiFunctions.Controls.EditProtectControl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: reedy/AutoWikiBrowser

Private Properties

Свойство Type Description
BothListBox_SelectedIndexChanged void
EnsureProtectionLevelExists void
EnsureProtectionLevelExists void
GetProtectionLevel string
InitializeComponent void
chkUnlock_CheckedChanged void
lbEdit_SelectedIndexChanged void

Méthodes publiques

Méthode Description
EditProtectControl ( ) : System
Reset ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

EditProtectControl() public méthode

public EditProtectControl ( ) : System
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void