C# Class Xwt.ComboBox

Inheritance: Xwt.Widget
Show file Open project: TheBrainTech/xwt Class Usage Examples

Private Properties

Property Type Description
HandleModelChanged void
OnCellChanged void

Public Methods

Method Description
ComboBox ( ) : System

Protected Methods

Method Description
CreateBackendHost ( ) : BackendHost
OnSelectionChanged ( EventArgs args ) : void
RowIsSeparator ( int rowIndex ) : bool

Private Methods

Method Description
HandleModelChanged ( object sender, Xwt.ListRowEventArgs e ) : void
OnCellChanged ( ) : void

Method Details

ComboBox() public method

public ComboBox ( ) : System
return System

CreateBackendHost() protected method

protected CreateBackendHost ( ) : BackendHost
return BackendHost

OnSelectionChanged() protected method

protected OnSelectionChanged ( EventArgs args ) : void
args System.EventArgs
return void

RowIsSeparator() protected method

protected RowIsSeparator ( int rowIndex ) : bool
rowIndex int
return bool