Magnus Brading
Almighty Author

Group: Super Administrators
Posts: 2751
Joined: Aug. 2002 |
 |
Posted: Dec. 07 2002,18:14 |
 |
Selection is the "normal" way of giving focus to a control (or a part of a control, e.g. a line in a listbox) in Windows. The user normally left-clicks the item in question, and it normally becomes high-lighted or otherwise visually indicative of its focus. This is done with practically all controls in Windows, and users are often very familiar with it.
More complex controls, like e.g. my checkbox listbox, might supply additional ways of keeping state information. In the case of the checkbox listbox you can for example put a checkmark on each row, which will stay even if the item is deselected. I refer to this as "marking" the item, but since this is not a standard Windows operation, the name could be whatever you like.
In the case of the checkbox listbox, selection is used as an aid to "mark" the different items of the list.
So, explanation satisfactory?
Edited by Magnus Brading on Dec. 07 2002,18:15
-------------- Software author and website owner
|