C# Класс WikiFunctions.Controls.EditProtectControl

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
BothListBox_SelectedIndexChanged void
EnsureProtectionLevelExists void
EnsureProtectionLevelExists void
GetProtectionLevel string
InitializeComponent void
chkUnlock_CheckedChanged void
lbEdit_SelectedIndexChanged void

Открытые методы

Метод Описание
EditProtectControl ( ) : System
Reset ( ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

EditProtectControl() публичный Метод

public EditProtectControl ( ) : System
Результат System

Reset() публичный Метод

public Reset ( ) : void
Результат void