C# Class FC3Editor.UI.IndentedComboBox

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Azerothian/fc3editor Class Usage Examples

Méthodes publiques

Méthode Description
GetItems ( ) : IEnumerable
IndentedComboBox ( ) : System
UpdateItems ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnFontChanged ( EventArgs e ) : void

Private Methods

Méthode Description
DisposeInternal ( ) : void
InitializeComponent ( ) : void
UpdateItem ( IndentedComboBox item, IndentedComboBox selectedItem, int &index ) : void
comboBox_DrawItem ( object sender, DrawItemEventArgs e ) : void
comboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

GetItems() public méthode

public GetItems ( ) : IEnumerable
Résultat IEnumerable

IndentedComboBox() public méthode

public IndentedComboBox ( ) : System
Résultat System

OnFontChanged() protected méthode

protected OnFontChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

UpdateItems() public méthode

public UpdateItems ( ) : void
Résultat void