Visual Basic Chapter 2
Terms
undefined, object
copy deck
- Group box control
- used to group together related controls
- Focus
- when a control has the focus, it can accept user input.
- Access Key
- A key that is indicated by the underlined character in a command or menu name
- Default button
- the button that can be selected by pressing the Enter key even when it does not have the focus
- Book title capitalization
- refers to capitalizing the first letter in each word, except for articles, conjunctions, and prepositions that do not occur at either the beginning or the end of the caption; button captions use this capitalization
- Panel control
- used to group together related controls
- Sentence capitalization
- refers to capitalization only the first letter in the first word and in any words that are customarily capitalized; identifying labels use this capitalization
- Cancel button
- the button that can be selected by pressing the Esc key.
- Text box control
- gives the user an area in which to enter data
- Dialog box
- a window that supports and supplements a user's activities in a primary window
- Table layout panel control
- used to group together related controls
- Primary window
- the window in which the primary viewing and editing of your application's data takes place