C# 클래스 WikiFunctions.Controls.EditProtectControl

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: reedy/AutoWikiBrowser

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