C# Class ARCed.Scintilla.Design.FlagCheckedListBox

Inheritance: System.Windows.Forms.CheckedListBox
Afficher le fichier Open project: borisblizzard/arcreator Class Usage Examples

Private Properties

Свойство Type Description
ApplyEnumValue void
FillEnumMembers void
InitializeComponent void

Méthodes publiques

Méthode Description
Add ( FlagCheckedListBoxItem item ) : FlagCheckedListBoxItem
Add ( int v, string c ) : FlagCheckedListBoxItem
FlagCheckedListBox ( ) : System
GetCurrentValue ( ) : int

Méthodes protégées

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

Private Methods

Méthode Description
ApplyEnumValue ( ) : void
FillEnumMembers ( ) : void
InitializeComponent ( ) : void

Method Details

Add() public méthode

public Add ( FlagCheckedListBoxItem item ) : FlagCheckedListBoxItem
item FlagCheckedListBoxItem
Résultat FlagCheckedListBoxItem

Add() public méthode

public Add ( int v, string c ) : FlagCheckedListBoxItem
v int
c string
Résultat FlagCheckedListBoxItem

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FlagCheckedListBox() public méthode

public FlagCheckedListBox ( ) : System
Résultat System

GetCurrentValue() public méthode

public GetCurrentValue ( ) : int
Résultat int

OnItemCheck() protected méthode

protected OnItemCheck ( System.Windows.Forms.ItemCheckEventArgs e ) : void
e System.Windows.Forms.ItemCheckEventArgs
Résultat void

UpdateCheckedItems() protected méthode

protected UpdateCheckedItems ( FlagCheckedListBoxItem composite, CheckState cs ) : void
composite FlagCheckedListBoxItem
cs CheckState
Résultat void

UpdateCheckedItems() protected méthode

protected UpdateCheckedItems ( int value ) : void
value int
Résultat void