Matching
Match each item with a statement below:
Premises:
The method executed when a click event is fired from a LinkLabel
The default event for MonthCalendar
Gets or sets a value indicating whether the control has captured the mouse
A property that holds the number of items in a ListBox
A property that can be used to fix a Control at a given distance from the side of a container when the container is resized
Displays a list of items that the user can select by clicking
A class that provides containment and cleanup for other objects
A property that can be used to attach a Control to the side of a container so that the Control will stretch when the container is resized
A horizontal list of general options that appears under the title bar of a Form or Window
Responses:
Anchor
ListBox
MenuStrip
Control.Capture
Items.Count
Dock
Component
DateChanged()
LinkClicked()
Correct Answer:
Premises:
Responses:
The method executed when a click event is fired from a LinkLabel
The default event for MonthCalendar
Gets or sets a value indicating whether the control has captured the mouse
A property that holds the number of items in a ListBox
A property that can be used to fix a Control at a given distance from the side of a container when the container is resized
Displays a list of items that the user can select by clicking
A class that provides containment and cleanup for other objects
A property that can be used to attach a Control to the side of a container so that the Control will stretch when the container is resized
A horizontal list of general options that appears under the title bar of a Form or Window
Premises:
The method executed when a click event is fired from a LinkLabel
The default event for MonthCalendar
Gets or sets a value indicating whether the control has captured the mouse
A property that holds the number of items in a ListBox
A property that can be used to fix a Control at a given distance from the side of a container when the container is resized
Displays a list of items that the user can select by clicking
A class that provides containment and cleanup for other objects
A property that can be used to attach a Control to the side of a container so that the Control will stretch when the container is resized
A horizontal list of general options that appears under the title bar of a Form or Window
Responses:
Related Questions
Q5: Explain the selection options that can be
Q9: A _ is similar to a ListBox
Q10: A LinkLabel is similar to a Label
Q11: In a MenuStrip , if you create
Q12: Setting the _ property attaches a Control
Q13: You use the _ class to change
Q16: What are some of the methods that
Q17: Control objects such as Form s and
Q28: When you size a ListBox so that
Q37: What are the similarities and differences between