C# 클래스 ARCed.Scintilla.Design.FlagCheckedListBox

상속: System.Windows.Forms.CheckedListBox
파일 보기 프로젝트 열기: borisblizzard/arcreator 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ApplyEnumValue void
FillEnumMembers void
InitializeComponent void

공개 메소드들

메소드 설명
Add ( FlagCheckedListBoxItem item ) : FlagCheckedListBoxItem
Add ( int v, string c ) : FlagCheckedListBoxItem
FlagCheckedListBox ( ) : System
GetCurrentValue ( ) : int

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnItemCheck ( System.Windows.Forms.ItemCheckEventArgs e ) : void
UpdateCheckedItems ( FlagCheckedListBoxItem composite, CheckState cs ) : void
UpdateCheckedItems ( int value ) : void

비공개 메소드들

메소드 설명
ApplyEnumValue ( ) : void
FillEnumMembers ( ) : void
InitializeComponent ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( FlagCheckedListBoxItem item ) : FlagCheckedListBoxItem
item FlagCheckedListBoxItem
리턴 FlagCheckedListBoxItem

Add() 공개 메소드

public Add ( int v, string c ) : FlagCheckedListBoxItem
v int
c string
리턴 FlagCheckedListBoxItem

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FlagCheckedListBox() 공개 메소드

public FlagCheckedListBox ( ) : System
리턴 System

GetCurrentValue() 공개 메소드

public GetCurrentValue ( ) : int
리턴 int

OnItemCheck() 보호된 메소드

protected OnItemCheck ( System.Windows.Forms.ItemCheckEventArgs e ) : void
e System.Windows.Forms.ItemCheckEventArgs
리턴 void

UpdateCheckedItems() 보호된 메소드

protected UpdateCheckedItems ( FlagCheckedListBoxItem composite, CheckState cs ) : void
composite FlagCheckedListBoxItem
cs CheckState
리턴 void

UpdateCheckedItems() 보호된 메소드

protected UpdateCheckedItems ( int value ) : void
value int
리턴 void