C# Class Xwt.ComboBox

Inheritance: Xwt.Widget
Afficher le fichier Open project: TheBrainTech/xwt Class Usage Examples

Private Properties

Свойство Type Description
HandleModelChanged void
OnCellChanged void

Méthodes publiques

Méthode Description
ComboBox ( ) : System

Méthodes protégées

Méthode Description
CreateBackendHost ( ) : BackendHost
OnSelectionChanged ( EventArgs args ) : void
RowIsSeparator ( int rowIndex ) : bool

Private Methods

Méthode Description
HandleModelChanged ( object sender, Xwt.ListRowEventArgs e ) : void
OnCellChanged ( ) : void

Method Details

ComboBox() public méthode

public ComboBox ( ) : System
Résultat System

CreateBackendHost() protected méthode

protected CreateBackendHost ( ) : BackendHost
Résultat BackendHost

OnSelectionChanged() protected méthode

protected OnSelectionChanged ( EventArgs args ) : void
args System.EventArgs
Résultat void

RowIsSeparator() protected méthode

protected RowIsSeparator ( int rowIndex ) : bool
rowIndex int
Résultat bool