How do you insert a separator bar into a menu?
a. Type a hyphen (?) as a menu item’s Text property.
b. Type a space as a menu item’s Text property
c. Assign True to the Separator property
d. Right-click an existing item and select Bar from the pop-up menu
a. Type a hyphen (?) as a menu item’s Text property.
You might also like to view...
A(n)_________ provides many tools that support the software development process, such as editors for writing and editing programs, debuggers for locating logic errors in programs, and many other features.
Fill in the blank(s) with the appropriate word(s).
When you want to adjust the exposure of a photo in Windows Photo Gallery, you should use which of the following?
A) FPS B) Compression C) Saturation D) Auto Adjust
In a database, a ________ is a category of data organized in a column
A) record B) label C) group D) field
What is the highest value assumed by the loop counter in a correct for statement with the following header?
for (i = 7; i <= 72; i += 7) a) 7 b) 77 c) 70 d) 72