ComponentOne LightBox for ASP.NET Web Forms
In This Topic
    Keyboard Interaction
    In This Topic

    C1LightBox supports keyboard interaction. When the KeyNav property is set to True, users can navigate through the control at run time by using the keyboard using the arrow keys. The following keys are supported:

    Key Action
    LEFT ARROW Moves to the previous page.
    DOWN ARROW Moves to the previous page.
    RIGHT ARROW Moves to the next page.
    UP ARROW Moves to the next page.
    HOME Moves to the first page.
    END Moves to the last page.

    See the Adding Keyboard Navigation to the LightBox topic for an example.

    See Also