• 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/11

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;

11 Cards in this Set

  • Front
  • Back
About box
A window that displays information about the program; usually displayed from the Help / About menu item.
Accessor method
Gets and sets methods written to allow external objects to access the private properties of a class.
Form.Activated event
Occurs when a form receives focus.
Form.Load event
Occurs when a form is loaded into memory.
Hide method
Method of a form or a control that makes it invisible but does not unload it from memory.
Modal
A dialog box that requires a user response before continuing program execution.
Modeless
A dialog box that does not require a user response before continuing program execution.
Show method
Displays a form or message box. A form displayed with the Show method is modeless.
ShowDialog method
Displays a common dialog box or a form; the form is displayed modally.
Splash screen
A window that appears before the main application window; generally displays program information and gives the appearance of quicker application loading.
Static keyword
Keyword used to designate that a property or method can be shared.