[UnstableAttribute]
public sealed class KeyboardNavigationHandler : IKeyboardNavigationHandler<UnstableAttribute>
Public NotInheritable Class KeyboardNavigationHandler
Implements IKeyboardNavigationHandler[<SealedAttribute>]
[<UnstableAttribute>]
type KeyboardNavigationHandler =
class
interface IKeyboardNavigationHandler
end| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetNext(IInputElement, NavigationDirection) | Gets the next control in the specified navigation direction. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Move(IInputElement, NavigationDirection, KeyModifiers) | Moves the focus in the specified direction. |
| SetOwner(IInputRoot) | Sets the owner of the keyboard navigation handler. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |