C# Класс withSIX.Core.Presentation.Wpf.Helpers.KeyboardSelectionHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
IsNavigateBack ( this e ) : bool
IsNavigatingPastBounds ( this key, int selectedIndex, int count ) : bool
MoveDown ( this listBox ) : void
MoveUp ( this listBox ) : void

Описание методов

IsNavigateBack() публичный статический Метод

public static IsNavigateBack ( this e ) : bool
e this
Результат bool

IsNavigatingPastBounds() публичный статический Метод

public static IsNavigatingPastBounds ( this key, int selectedIndex, int count ) : bool
key this
selectedIndex int
count int
Результат bool

MoveDown() публичный статический Метод

public static MoveDown ( this listBox ) : void
listBox this
Результат void

MoveUp() публичный статический Метод

public static MoveUp ( this listBox ) : void
listBox this
Результат void