C# Class Xwt.ListBox.WidgetBackendHost

Inheritance: Widget.WidgetBackendHost, IListBoxEventSink, ICellContainer
Afficher le fichier Open project: TheBrainTech/xwt

Méthodes publiques

Méthode Description
GetDefaultNaturalSize ( ) : Xwt.Size
NotifyCellChanged ( ) : void
OnRowActivated ( int rowIndex ) : void
OnSelectionChanged ( ) : void

Method Details

GetDefaultNaturalSize() public méthode

public GetDefaultNaturalSize ( ) : Xwt.Size
Résultat Xwt.Size

NotifyCellChanged() public méthode

public NotifyCellChanged ( ) : void
Résultat void

OnRowActivated() public méthode

public OnRowActivated ( int rowIndex ) : void
rowIndex int
Résultat void

OnSelectionChanged() public méthode

public OnSelectionChanged ( ) : void
Résultat void