C# Class ARCed.Scintilla.Design.FlagCheckedListBox

Inheritance: System.Windows.Forms.CheckedListBox
Show file Open project: borisblizzard/arcreator Class Usage Examples

Private Properties

Property Type Description
ApplyEnumValue void
FillEnumMembers void
InitializeComponent void

Public Methods

Method Description
Add ( FlagCheckedListBoxItem item ) : FlagCheckedListBoxItem
Add ( int v, string c ) : FlagCheckedListBoxItem
FlagCheckedListBox ( ) : System
GetCurrentValue ( ) : int

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnItemCheck ( System.Windows.Forms.ItemCheckEventArgs e ) : void
UpdateCheckedItems ( FlagCheckedListBoxItem composite, CheckState cs ) : void
UpdateCheckedItems ( int value ) : void

Private Methods

Method Description
ApplyEnumValue ( ) : void
FillEnumMembers ( ) : void
InitializeComponent ( ) : void

Method Details

Add() public method

public Add ( FlagCheckedListBoxItem item ) : FlagCheckedListBoxItem
item FlagCheckedListBoxItem
return FlagCheckedListBoxItem

Add() public method

public Add ( int v, string c ) : FlagCheckedListBoxItem
v int
c string
return FlagCheckedListBoxItem

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

FlagCheckedListBox() public method

public FlagCheckedListBox ( ) : System
return System

GetCurrentValue() public method

public GetCurrentValue ( ) : int
return int

OnItemCheck() protected method

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

UpdateCheckedItems() protected method

protected UpdateCheckedItems ( FlagCheckedListBoxItem composite, CheckState cs ) : void
composite FlagCheckedListBoxItem
cs CheckState
return void

UpdateCheckedItems() protected method

protected UpdateCheckedItems ( int value ) : void
value int
return void