• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/6

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

6 Cards in this Set

  • Front
  • Back
Access key
Underlined character that allows the user to select using the keyboard rather than the mouse; also called a hot key.
Component tray
Area across the lower edge of a Form Designer window in the IDE; used to store components that are not visible on the form.
Concatenation
Joining string (text) fields. The plus sign (+) is used to concatenate text.
Focus
The currently selected control on the user interface. For controls such as buttons, the focus appears as a light dotted line. For text boxes, the insertion point (also called the cursor) appears inside the box.
NewLine character
Used to set line endings in a string literal. Can use \n in strings; in a text box, use Environment.NewLine.
TabIndex property
Determines the order the focus moves as the Tab key is pressed.