C# Class withSIX.Core.Presentation.Wpf.Helpers.KeyboardSelectionHelper

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
IsNavigateBack ( this e ) : bool
IsNavigatingPastBounds ( this key, int selectedIndex, int count ) : bool
MoveDown ( this listBox ) : void
MoveUp ( this listBox ) : void

Method Details

IsNavigateBack() public static méthode

public static IsNavigateBack ( this e ) : bool
e this
Résultat bool

IsNavigatingPastBounds() public static méthode

public static IsNavigatingPastBounds ( this key, int selectedIndex, int count ) : bool
key this
selectedIndex int
count int
Résultat bool

MoveDown() public static méthode

public static MoveDown ( this listBox ) : void
listBox this
Résultat void

MoveUp() public static méthode

public static MoveUp ( this listBox ) : void
listBox this
Résultat void