C# Class ConfigGenerator.FlagCheckedListBox

Inheritance: System.Windows.Forms.CheckedListBox
Show file Open project: JustArchi/ArchiSteamFarm Class Usage Examples

Private Properties

Property Type Description
Add void
ApplyEnumValue void
FillEnumMembers void
FlagCheckedListBox System
GetCurrentValue int
InitializeComponent void
UpdateCheckedItems void
UpdateCheckedItems void

Protected Methods

Method Description
OnItemCheck ( System.Windows.Forms.ItemCheckEventArgs e ) : void

Private Methods

Method Description
Add ( int v, string c ) : void
ApplyEnumValue ( ) : void
FillEnumMembers ( ) : void
FlagCheckedListBox ( ) : System
GetCurrentValue ( ) : int
InitializeComponent ( ) : void
UpdateCheckedItems ( FlagCheckedListBoxItem composite, CheckState cs ) : void
UpdateCheckedItems ( int value ) : void

Method Details

OnItemCheck() protected method

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