Add and configure a Windows Form
Add a Windows Form to a project at design time.
Configure a Windows Form to control accessibility, appearance, behavior, configuration, data, design, focus, layout, style, and other functionality.
Manage control layout on a Windows Form
Group and arrange controls by using the Panel control, GroupBox control, TabControl control, FlowLayoutPanel control and TableLayoutPanel control.
Use the SplitContainer control to create dynamic container areas.
Add and configure a Windows Forms control
Use the integrated development environment (IDE) to add a control to a Windows Form or other container control of a project at design time.
Add controls to a Windows Form at run time.
Configure controls on a Windows Form at design time to optimize the UI.
Modify control properties.
Configure controls on a Windows Form at run time to ensure that the UI complies with best practices.
Create and configure command controls on a Windows Form.
Create and configure text edit controls on a Windows Form.
Create and configure text display controls on a Windows Form.
Use the LinkLabel control to add Web-style links to Windows Forms applications.
Provide a list of options on a Windows Form by using a ListBox control, a ComboBox control, or a CheckedListBox control.
Configure the layout and functionality of a Windows Form to display a list of items.
Implement value-setting controls on a Windows Form.
Configure a WebBrowser control.
Add and configure date-setting controls on a Windows Form.
Display images by using Windows Forms controls.
Configure the NotifyIcon component.
Create access keys for Windows Forms controls.