The BorderStyle property of the Image control ______.
a) specifies the color of the border
b) specifies the type of border that displays around the Image control
c) specifies the width of the border
d) Both a and b.
Answer: B
You might also like to view...
Answer the following questions true (T) or false (F)
1. All Collection classes are part of the java.util package. 2. Classes that implement the Set interface allows duplicate elements to occur.
Which of the following is a valid declaration for a two-dimensional array?
a) int[][] matrix; b) int[2] matrix; c) int[]** matrix; d) int[] matrix; e) none of these are correct
The ________ function capitalizes the first letter of each word and leaves the remaining letters as lowercase
Fill in the blank(s) with the appropriate word(s).
A(n) ____________________ link, which is identified with the is_link() function, is a reference to another file elsewhere on the system, not a file itself.
Fill in the blank(s) with the appropriate word(s).