C# Class Xwt.ComboBox.WidgetBackendHost

Inheritance: Widget.WidgetBackendHost, IComboBoxEventSink, ICellContainer
Mostrar archivo Open project: TheBrainTech/xwt

Public Methods

Method Description
GetDefaultNaturalSize ( ) : Xwt.Size
NotifyCellChanged ( ) : void
OnSelectionChanged ( ) : void
RowIsSeparator ( int rowIndex ) : bool

Method Details

GetDefaultNaturalSize() public method

public GetDefaultNaturalSize ( ) : Xwt.Size
return Xwt.Size

NotifyCellChanged() public method

public NotifyCellChanged ( ) : void
return void

OnSelectionChanged() public method

public OnSelectionChanged ( ) : void
return void

RowIsSeparator() public method

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