Method | Description | |
---|---|---|
IsNavigateBack ( this e ) : bool | ||
IsNavigatingPastBounds ( this key, int selectedIndex, int count ) : bool | ||
MoveDown ( this listBox ) : void | ||
MoveUp ( this listBox ) : void |
public static IsNavigateBack ( this e ) : bool | ||
e | this | |
return | bool |
public static IsNavigatingPastBounds ( this key, int selectedIndex, int count ) : bool | ||
key | this | |
selectedIndex | int | |
count | int | |
return | bool |
public static MoveDown ( this listBox ) : void | ||
listBox | this | |
return | void |