WinUI | ComponentOne
C1.WinUI.Viewer Assembly / C1.WinUI.Viewer Namespace / ToolMenu Class / OnKeyDown Method
In This Topic
    OnKeyDown Method (ToolMenu)
    In This Topic
    Custom keyboarding logic to enable movement via the arrow keys without triggering selection until a 'Space' or 'Enter' key is pressed.
    Syntax
    protected override void OnKeyDown( 
       KeyRoutedEventArgs e
    )

    Parameters

    e
    See Also