| InputPanel Fundamentals > InputPanel Keyboard Navigation and Validation |
C1InputPanel supports arrow-key navigation and validation.
You can navigate through each input component in the C1InputPanel control by pressing the Tab key. If an input field contains a custom dialog box you can open the dialog box using the F4 shortcut key. If the dialog box has several tab forms like a font dialog box does, you can use the TAB key to navigate through each tab form.
A default red frame automatically appears around an input component to act as a visual alert to let the user know that he or she entered invalid data. The default red frame's appearance can be customized using the C1InputPanel.ErrorFrameColor and C1InputPanel.ErrorFrameThickness properties.
In addition to the visual alert, you can also provide a text alert for invalid input. C1InputPanel has an InputComponent.ErrorText property that displays the string you enter for the property as a ToolTip when you move the mouse over the input component.
The following image shows the visual, and textual validation alerts being used: