Setting TextBox property ScrollBars to creates a vertical scrollbar.
a) true
b) Vertical
c) Up
d) Down
b) Vertical
You might also like to view...
Which of the following statements is false?
a. The C++ standard redesigned the classic C++ stream classes, which processed only chars, as class templates with specializations for processing characters of types char and wchar_t, respectively. b. C++11 added type char64_t to handle the new double-width Unicode characters. c. The size of type wchar_t is not specified by the C++ standard. d. C++11’s new char16_t and char32_t types for representing Unicode characters were added to provide character types with explicitly specified sizes.
With an enumerated data type, the enumerators are stored in memory as
a. strings b. integers c. characters d. doubles
Using the protected keyword also gives a member:
a. public access. b. package access. c. private access. d. block scope.
The most commonly used number formats are available as buttons in the Data group on the HOME tab.
Answer the following statement true (T) or false (F)