⟩ You use Visual Studio .NET to create a Windows-based application. The application includes aform named XYZForm, which displays statistical date in graph format. You use a customgraphing control that does not support resizing.You must ensure that users cannot resize, minimize, or maximize XYZForm. Which three actionsshould you take? (Each answer presents part of the solution. Choose three)A. Set XYZForm.MinimizeBox to False.B. Set XYZForm.MaximizeBox to False.C. Set XYZForm.ControlBox to False.D. Set XYZForm.ImeMode to Disabled.E. Set XYZForm.WindowState to Maximized.F. Set XYZForm.FormBorderStyle to one of the Fixed Styles.G. Set XYZForm.GridSize to the appropriate size.
A. Set XYZForm.MinimizeBox to False.
B. Set XYZForm.MaximizeBox to False.
F. Set XYZForm.FormBorderStyle to one of the Fixed Styles.