You are working on a Windows based application using .Net Framework. You place a GroupBox control and a Panel control in a Windows form. What difference did you find when you compare the features of these controls?
Select Answer:
GroupBox control is a container for other controls; Panel control is not a container
GroupBox control provides a caption to label the group of controls it contains; Panel control doesnt
GroupBox ctr doesn't provide a caption;Panel ctr provides a caption to label d group of ctr withinit
GroupBox control can contain scrollbars; Panel control cannot contain scrollbars.
|