C# Class GKeyBank.UI.ComboBoxCulture

Combobox with all cultures
Inheritance: kComboBox
Afficher le fichier Open project: Alfred-Wallace/GKeyBank

Méthodes publiques

Méthode Description
ComboBoxCulture ( ) : System

Méthodes protégées

Méthode Description
InitLayout ( ) : void
OnSelectedValueChanged ( EventArgs e ) : void

Private Methods

Méthode Description
Compare1 ( string>.KeyValuePair a, string>.KeyValuePair b ) : int

Method Details

ComboBoxCulture() public méthode

public ComboBoxCulture ( ) : System
Résultat System

InitLayout() protected méthode

protected InitLayout ( ) : void
Résultat void

OnSelectedValueChanged() protected méthode

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