The ________ property of an OpenFileDialog control specifies the file name displayed initially in the Open dialog.

a) File
b) FileName
c) Name
d) InitialName
e) InitialFileName


b) FileName

Computer Science & Information Technology

You might also like to view...

Assume StringBuilder strBuf is "ABCDEFG", after invoking _________, strBuf contains "AEFG".

a. strBuf.delete(0, 3) b. strBuf.delete(1, 3) c. strBuf.delete(1, 4) d. strBuf.delete(2, 4)

Computer Science & Information Technology

JavaFX properties are ________—when a property’s value changes, other objects can respond accordingly.

a. transparent b. transferable c. observable d. disposable

Computer Science & Information Technology

Dreamweaver includes ____ themes that you can use to change the look of a jQuery Mobile site.

A. four B. five C. six D. eight

Computer Science & Information Technology

The sum of squares of -3 and -8 is 72.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology