|
| Class | Description |
|---|
.gif) | AccessibleObject |
Provides information that accessibility applications use to adjust an application's user interface (UI) for users with impairments.
|
.gif) | AmbientProperties |
Provides ambient property values to top-level controls.
|
.gif) | Application |
Provides static methods and properties to manage an application, such as methods to start and stop an application, to process Windows messages, and properties to get information about an application. This class cannot be inherited.
|
.gif) | ApplicationContext |
Specifies the contextual information about an application thread.
|
.gif) | AutoCompleteStringCollection |
Contains a collection of to strings use for the auto-complete feature on certain Windows Forms controls.
|
.gif) | AxHost |
Wraps ActiveX controls and exposes them as fully featured Windows Forms controls.
|
.gif) | AxHost..::.AxComponentEditor |
Provides an editor that uses a modal dialog box to display a property page for an ActiveX control.
|
.gif) | AxHost..::.ClsidAttribute |
Specifies the CLSID of an ActiveX control hosted by an AxHost control.
|
.gif) | AxHost..::.ConnectionPointCookie | Infrastructure.
Connects an ActiveX control to a client that handles the control’s events.
|
.gif) | AxHost..::.InvalidActiveXStateException |
The exception that is thrown when the ActiveX control is referenced while in an invalid state.
|
.gif) | AxHost..::.State |
Encapsulates the persisted state of an ActiveX control.
|
.gif) | AxHost..::.StateConverter | Infrastructure.
Converts AxHost..::.State objects from one data type to another.
|
.gif) | AxHost..::.TypeLibraryTimeStampAttribute |
Specifies a date and time associated with the type library of an ActiveX control hosted by an AxHost control.
|
.gif) | BaseCollection |
Provides the base functionality for creating data-related collections in the System.Windows.Forms namespace.
|
.gif) | Binding |
Represents the simple binding between the property value of an object and the property value of a control.
|
.gif) | BindingCompleteEventArgs |
Provides data for the BindingComplete event.
|
.gif) | BindingContext |
Manages the collection of BindingManagerBase objects for any object that inherits from the Control class.
|
.gif) | BindingManagerBase |
Manages all Binding objects that are bound to the same data source and data member. This class is abstract.
|
.gif) | BindingManagerDataErrorEventArgs |
Provides data for the DataError event.
|
.gif) | BindingNavigator |
Represents the navigation and manipulation user interface (UI) for controls on a form that are bound to data.
|
.gif) | BindingsCollection |
Represents a collection of Binding objects for a control.
|
.gif) | BindingSource |
Encapsulates the data source for a form.
|
.gif) | Button |
Represents a Windows button control.
|
.gif) | ButtonBase |
Implements the basic functionality common to button controls.
|
.gif) | ButtonBase..::.ButtonBaseAccessibleObject |
Provides information that accessibility applications use to adjust an application's user interface for users with disabilities.
|
.gif) | ButtonRenderer |
Provides methods used to render a button control with or without visual styles. This class cannot be inherited.
|
.gif) | CacheVirtualItemsEventArgs |
Provides data for the CacheVirtualItems event.
|
.gif) | CheckBox |
Represents a Windows CheckBox.
|
.gif) | CheckBox..::.CheckBoxAccessibleObject | Infrastructure.
Provides information about the CheckBox control to accessibility client applications.
|
.gif) | CheckBoxRenderer |
Provides methods used to render a check box control with or without visual styles. This class cannot be inherited.
|
.gif) | CheckedListBox |
Displays a ListBox in which a check box is displayed to the left of each item.
|
.gif) | CheckedListBox..::.CheckedIndexCollection |
Encapsulates the collection of indexes of checked items (including items in an indeterminate state) in a CheckedListBox.
|
.gif) | CheckedListBox..::.CheckedItemCollection |
Encapsulates the collection of checked items, including items in an indeterminate state, in a CheckedListBox control.
|
.gif) | CheckedListBox..::.ObjectCollection |
Represents the collection of items in a CheckedListBox.
|
.gif) | Clipboard |
Provides methods to place data on and retrieve data from the system Clipboard. This class cannot be inherited.
|
.gif) | ColorDialog |
Represents a common dialog box that displays available colors along with controls that enable the user to define custom colors.
|
.gif) | ColumnClickEventArgs |
Provides data for the ColumnClick event.
|
.gif) | ColumnHeader |
Displays a single column header in a ListView control.
|
.gif) | ColumnHeaderConverter |
Provides a type converter to convert ColumnHeader objects from one type to another.
|
.gif) | ColumnReorderedEventArgs |
Provides data for the ColumnReordered event.
|
.gif) | ColumnStyle |
Represents the look and feel of a column in a table layout.
|
.gif) | ColumnWidthChangedEventArgs |
Provides data for the ColumnWidthChanged event.
|
.gif) | ColumnWidthChangingEventArgs |
Provides data for the ColumnWidthChanging event.
|
.gif) | ComboBox |
Represents a Windows combo box control.
|
.gif) | ComboBox..::.ChildAccessibleObject | Infrastructure.
Provides information about the ComboBox control to accessibility client applications.
|
.gif) | ComboBox..::.ObjectCollection |
Represents the collection of items in a ComboBox.
|
.gif) | ComboBoxRenderer |
Provides methods used to render a combo box control with visual styles. This class cannot be inherited.
|
.gif) | CommonDialog |
Specifies the base class used for displaying dialog boxes on the screen.
|
.gif) | ContainerControl |
Provides focus-management functionality for controls that can function as a container for other controls.
|
.gif) | ContentsResizedEventArgs |
Provides data for the ContentsResized event.
|
.gif) | ContextMenu |
Represents a shortcut menu. Although ContextMenuStrip replaces and adds functionality to the ContextMenu control of previous versions, ContextMenu is retained for both backward compatibility and future use if you choose.
|
.gif) | ContextMenuStrip |
Represents a shortcut menu.
|
.gif) | Control |
Defines the base class for controls, which are components with visual representation.
|
.gif) | Control..::.ControlAccessibleObject |
Provides information about a control that can be used by an accessibility application.
|
.gif) | Control..::.ControlCollection |
Represents a collection of Control objects.
|
.gif) | ControlBindingsCollection |
Represents the collection of data bindings for a control.
|
.gif) | ControlEventArgs |
Provides data for the ControlAdded and ControlRemoved events.
|
.gif) | ControlPaint |
Provides methods used to paint common Windows controls and their elements. This class cannot be inherited.
|
.gif) | ConvertEventArgs |
Provides data for the Format and Parse events.
|
.gif) | CreateParams |
Encapsulates the information needed when creating a control.
|
.gif) | CurrencyManager |
Manages a list of Binding objects.
|
.gif) | Cursor |
Represents the image used to paint the mouse pointer.
|
.gif) | CursorConverter |
Provides a type converter to convert Cursor objects to and from various other representations.
|
.gif) | Cursors |
Provides a collection of Cursor objects for use by a Windows Forms application.
|
.gif) | DataFormats |
Provides static, predefined Clipboard format names. Use them to identify the format of data that you store in an IDataObject.
|
.gif) | DataFormats..::.Format |
Represents a Clipboard format type.
|
.gif) | DataGrid |
Displays ADO.NET data in a scrollable grid. The DataGridView control replaces and adds functionality to the DataGrid control; however, the DataGrid control is retained for both backward compatibility and future use, if you choose.
|
.gif) | DataGrid..::.HitTestInfo |
Contains information about a part of the System.Windows.Forms..::.DataGrid at a specified coordinate. This class cannot be inherited.
|
.gif) | DataGridBoolColumn |
Specifies a column in which each cell contains a check box for representing a Boolean value.
|
.gif) | DataGridColumnStyle |
Specifies the appearance, text formatting, and behavior of a System.Windows.Forms..::.DataGrid control column. This class is abstract.
|
.gif) | DataGridColumnStyle..::.CompModSwitches | Infrastructure.
Contains a TraceSwitch that is used by the .NET Framework infrastructure.
|
.gif) | DataGridColumnStyle..::.DataGridColumnHeaderAccessibleObject |
Provides an implementation for an object that can be inspected by an accessibility application.
|
.gif) | DataGridPreferredColumnWidthTypeConverter |
Converts the value of an object to a different data type.
|
.gif) | DataGridTableStyle |
Represents the table drawn by the System.Windows.Forms..::.DataGrid control at run time.
|
.gif) | DataGridTextBox |
Represents a TextBox control that is hosted in a DataGridTextBoxColumn.
|
.gif) | DataGridTextBoxColumn |
Hosts a TextBox control in a cell of a DataGridColumnStyle for editing strings.
|
.gif) | DataGridView |
Displays data in a customizable grid.
|
.gif) | DataGridView..::.DataGridViewAccessibleObject |
Provides information about the DataGridView control to accessibility client applications.
|
.gif) | DataGridView..::.DataGridViewControlCollection |
Represents a collection of controls contained on a DataGridView.
|
.gif) | DataGridView..::.DataGridViewTopRowAccessibleObject |
Provides information about a row of DataGridViewColumnHeaderCell objects to accessibility client applications.
|
.gif) | DataGridView..::.HitTestInfo |
Contains information, such as the row and column indexes, about a specific coordinate pair in the DataGridView control. This class cannot be inherited.
|
.gif) | DataGridViewAdvancedBorderStyle |
Contains border styles for the cells in a DataGridView control.
|
.gif) | DataGridViewAutoSizeColumnModeEventArgs |
Provides data for the DataGridView..::.AutoSizeColumnModeChanged event.
|
.gif) | DataGridViewAutoSizeColumnsModeEventArgs |
Provides data for the AutoSizeColumnsModeChanged event.
|
.gif) | DataGridViewAutoSizeModeEventArgs |
Provides data for the |