Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Visual C#
Quiz 3: Processing Data
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 81
Multiple Choice
Controls that display text have a ____________ property that allows you to change the color of the text.
Question 82
Multiple Choice
A ____________ control is a rectangular container for other controls.
Question 83
Multiple Choice
You can use the ____________ formatting strings with integers to specify the minimum width for displaying the number.
Question 84
Multiple Choice
____________ ("E" or "e") displays numeric values in scientific notation.
Question 85
Multiple Choice
When you pass the formatting string ____________ to the ToString method, the number is displayed with comma separators and a decimal point.
Question 86
Multiple Choice
In code, you move the input focus to a control by calling the ____________ method.
Question 87
Multiple Choice
When you call the ToString method, you can optionally pass a(n) ____________ as an argument to the method to indicate that you want the number to appear formatted in a specific way when it is returned as a string from the method.