| Class | Description |
|---|
| Application | Provides static methods and properties to manage an application and get information about it. |
| AsyncImageBox | Represents a control that can host an image loaded asynchronously. |
| AsyncMovieBox | Represents a control that can host a movie loaded asynchronously. |
| BaseCollection | Provides a base class for collections in the System.Windows.Forms namespace. |
| Button | Represents a button control. |
| ButtonBase | Implements the basic functionality common to button controls. |
| CheckBox | Represents a check box control. |
| CheckedListBox.CheckedIndexCollection | Encapsulates the collection of indexes of checked items (including items in an indeterminate state) in a CheckedListBox. |
| CheckedListBox.CheckedItemCollection | Encapsulates the collection of checked items (including items in an indeterminate state) in a CheckedListBox control. |
| CheckedListBox.ObjectCollection | Represents the collection of items in a CheckedListBox. |
| CheckedListBox | Displays a ListBox in which a check box is displayed to the left of each item. |
| ComboBox.ObjectCollection | Represents the collection of items in a ComboBox. |
| ComboBox | Represents a combo box control. |
| ContainerControl | Provides focus management functionality for controls that can function as a container for other controls. |
| ContextMenuStrip | Represents a shortcut menu. |
| Control.ControlCollection | Represents a collection of Control objects. |
| Control | Defines the base class for controls, which are components with visual representation. |
| ControlEventArgs | Provides data for the ControlAdded and ControlRemoved events. |
| Cursor | Represents the image used to paint the mouse pointer. |
| Cursors | Provides a collection of Cursor objects for use by an application. |
| DateRangeEventArgs | Provides data for the DateChanged or DateSelected events of the MonthCalendar control. |
| DebugConsole | Provides the display of debug messages in a Flash application. |
| DialogResultListener | Represents a listener for a dialog box. |
| DrawItemEventArgs | Provides data for the DrawItem event. |
| ExtAppContainer | Represents a container that is used to load the external application. |
| Form | Represents a window that represents the user interface of an application. |
| GroupBox | Represents a group box control. |
| HScrollBar | Represents a standard horizontal scroll bar. |
| HtmlBox | Represents a control that can host Html text. |
| HtmlBoxLinkEventArgs | Provides data for the LinkClicked event. |
| ImageBox | Represents a control that is used to show image. |
| ImageList | Provides methods to handle a collection of images. |
| ItemCheckEventArgs | Provides data for the ItemCheck event of the CheckedListBox control. |
| KeyEventArgs | Provides data for the KeyDown or KeyUp event. |
| KeyPressEventArgs | Provides data for the KeyPress event. |
| Label | Represents a label. |
| LayoutEventArgs | Provides data for the Layout event. |
| Link | Represents a hyperlink. |
| ListBox.ObjectCollection | Represents the collection of items in a ListBox. |
| ListBox.SelectedIndexCollection | Represents a collection which contains the indexes of the selected items in the ListBox. |
| ListBox.SelectedObjectCollection | Represents a collection which contains the selected items of the ListBox. |
| ListBox | Represents a list box control. |
| ListControl | Provides a common implementation of members for the ListBox and ComboBox classes. |
| MeasureItemEventArgs | Provides data for the MeasureItem event of the ListBox, ComboBox and CheckedListBox controls. |
| MenuStrip | Represents a menu bar control. |
| MessageBox | Displays a message box that can contain text, buttons, and symbols that inform and instruct the user. |
| MonthCalendar.HitTestInfo | Contains information about a component of a MonthCalendar control. |
| MonthCalendar | Represents a standard Windows month calendar control. |
| MouseEventArgs | Provides data for the MouseUp, MouseDown, and MouseMove events. |
| MovieBox | Represents a control that can host a Movie. |
| NodeLabelEditEventArgs | Provides data for the BeforeLabelEdit and AfterLabelEdit events. |
| NumericUpDown | Represents an up-down control that displays numeric values. |
| Padding | Represents padding or margin information associated with a user interface (UI) element. |
| PaintEventArgs | Provides data for the Paint event. |
| Panel | Represents a panel control. |
| ProgressBar | Represents a progress bar control. |
| RadioButton | Represents a radio button. |
| RichTextBox | Represents a rich text box control. |
| ScrollBar | Implements the basic functionality of a scroll bar control. |
| ScrollBarInfo | Provides information about ScrollBar objects. |
| ScrollEventArgs | Provides data for the Scroll event. |
| ScrollableControl.DockPaddingEdges | Determines the border padding for docked controls. |
| ScrollableControl | Defines a base class for controls that support auto-scrolling behavior. |
| SelectionRange | Represents a date selection range in a month calendar control. |
| Splitter | Represents a splitter control that allows the user to resize docked controls. |
| SplitterEventArgs | Provides data for SplitterMoving and the SplitterMoved events. |
| StatusStrip | Represents a status bar control. |
| SystemInformation | Provides information about the system. |
| SystemMenu | Represents a system menu. |
| SystemMenuItem | Represents an item of a SystemMenu. |
| SystemMenuItemCollection | Represents the collection of items in a SystemMenu. |
| TabControl.ControlCollection | Contains a collection of Control objects. |
| TabControl.TabPageCollection | Contains a collection of TabPage objects. |
| TabControl | Manages a related set of tab pages represented by TabPage. |
| TabControlCancelEventArgs | Provides data for the Selecting and Deselecting events of a TabControl control. |
| TabControlEventArgs | Provides data for the Selected and Deselected events of a TabControl control. |
| TabPage | Represents a single tab page in a TabControl. |
| TextBox | Represents a text box control. |
| TextBoxBase | Implements the basic functionality required by text controls. |
| Timer | Implements a timer that raises an event at user-defined intervals. This timer is optimized for use in Forms applications and must be used in a window. |
| ToolStrip | Represents a container for toolbar objects. |
| ToolStripButton | Represents the ToolStripItem of the ToolStrip. |
| ToolStripComboBox | Represents a ToolStripComboBox that is placed on the ToolStrip. |
| ToolStripContainer | Provides panels on each side of the form and a central panel. |
| ToolStripContentPanel | Represents the center panel of the ToolStripContainer. |
| ToolStripControlHost | Provides a class to host custom controls. |
| ToolStripDropDown | Represents a control that allows the user to select a single item from a list that is displayed when the user clicks a ToolStripDropDownButton. |
| ToolStripDropDownButton | Represents a control that can contain the ToolStripDropDown items. |
| ToolStripDropDownClosedEventArgs | Provides data for the Closed event. |
| ToolStripDropDownClosingEventArgs | Provides data for the Closing event. |
| ToolStripDropDownItem | Provides basic functionality for controls that display a ToolStripDropDown. |
| ToolStripDropDownMenu | Provides basic functionality for the ContextMenuStrip control. |
| ToolStripItem | Represents the base class that manages all the elements that a ToolStrip or ToolStripDropDown can contain. |
| ToolStripItemClickedEventArgs | Provides data for the click event of the ToolStripItem. |
| ToolStripItemCollection | Represents a collection of ToolStripItem objects. |
| ToolStripLabel | Represents the label on the ToolStrip and can display hyperlinks. |
| ToolStripMenuItem | Represents a selectable items on the ToolStrip. |
| ToolStripOverflow | Manages the overflow behavior of a ToolStrip. |
| ToolStripOverflowButton | Represents a ToolStripDropDown which displays items that overflow the ToolStrip. |
| ToolStripPanel | Represents a panel that can hold one or more ToolStrip, MenuStrip, or StatusStrip controls. |
| ToolStripProgressBar | Represents a progress bar that is placed on the StatusStrip. |
| ToolStripSeparator | Represents a line that is used to separate the items of a ToolStrip or the drop-down items of a MenuStrip or ContextMenuStrip or other ToolStripDropDown control. |
| ToolStripSplitButton | Represents a combination of a button on the left and a drop-down button on the right. |
| ToolStripStatusLabel | Represents a label that is placed on the StatusStrip. |
| ToolStripTextBox | Represents a text box in the ToolStrip and it is used to enter text. |
| ToolTip | Represents a small rectangular pop-up window that displays a brief description of a control's purpose when the mouse hovers over the control. |
| TreeNode | Represents a node of a TreeView. |
| TreeNodeCollection | Represents a collection of TreeNode objects. |
| TreeView | Displays a hierarchical collection of labeled items, each represented by a TreeNode. |
| TreeViewCancelEventArgs | Provides data for the BeforeCheck, BeforeCollapse, BeforeExpand, or BeforeSelect events of a TreeView control. |
| TreeViewEventArgs | Provides data for the AfterCheck, AfterCollapse, AfterExpand, or AfterSelect events of a TreeView control. |
| TreeViewHitTestInfo | Contains information about an area of a TreeView control or a TreeNode. |
| UpDownBase | Implements the basic functionality required by an up-down control. |
| UpDownEventArgs | Provides data for controls that derive from the UpDownBase control. |
| VScrollBar | Represents a standard vertical scroll bar. |
| VideoBox | Represents a control that can host a Video. |
| _Tmp_StringResources | |