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

Show file Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method 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 method

public static IsNavigateBack ( this e ) : bool
e this
return bool

IsNavigatingPastBounds() public static method

public static IsNavigatingPastBounds ( this key, int selectedIndex, int count ) : bool
key this
selectedIndex int
count int
return bool

MoveDown() public static method

public static MoveDown ( this listBox ) : void
listBox this
return void

MoveUp() public static method

public static MoveUp ( this listBox ) : void
listBox this
return void