Windows Forms Applications With C Sharp - Study Mode

[#1] What is the role of the NotifyIcon control in a Windows Forms Application?
Correct Answer

(B) It displays an icon in the notification area of the taskbar

[#2] What event is raised when the user clicks on a control in a Windows Forms Application?
Correct Answer

(C) Click

[#3] What is the purpose of the FolderBrowserDialog control in a Windows Forms Application?
Correct Answer

(D) To prompt the user to select a folder

[#4] Which property of a control specifies the position of the control relative to its container in a Windows Forms Application?
Correct Answer

(A) Location

[#5] What event is raised when the user releases a mouse button that was pressed while the mouse was over a control in a Windows Forms Application?
Correct Answer

(D) MouseUp