A keyboard access key is assigned to a button using the button control’s __________ property.
a. ShortCut
b. Text
c. AccessKey
d. Alt
b. Text
Computer Science & Information Technology
You might also like to view...
Information security controls prevent unwanted events from occurring and reduce risk to the organization's information assets.
a. true b. false
Computer Science & Information Technology
Which statement opens a file and links it to a file stream object?
A) open(AFile) = link(anObject); B) file.open("filename.txt"); C) linkstream("filename.txt"); D) link(open(filename.txt")); E) None of the above
Computer Science & Information Technology