Using the Members List (Windows CE 5.0)
You can use the Members list to work with classes.
To use the Members list
Type your class or structure declaration, and then type a period (.) or ->.
– or –
Type the class name and the scope operator (::).
Platform Builder displays all valid members in a scrollable list.
You can use the vertical scroll bar or use the arrow keys to move through the list, or, if you know the first few letters of the member name, begin typing to go to the member in the list directly.
If you type a word that is not in the list, you are taken to the nearest match.
Do one of the following:
Type the character that will follow the member, such as open parenthesis ((), space, semicolon (;), and so forth, to insert the selected member into your code followed by the character that you have just typed.
This works for any character that is not an identifier.
Press ENTER, TAB, or CTRL+ENTER, or double-click to insert only the member into your code.
Press ESC at any time to close the Members list.
See Also
Send Feedback on this topic to the authors