AccessibleObject
|
提供辅助功能应用程序用于为残障用户调整应用程序的用户界面 (UI) 的信息。
|
AmbientProperties
|
为顶级控件提供环境属性值。
|
Application
|
提供 static 方法和属性以管理应用程序,例如启动和停止应用程序、处理 Windows 消息的方法和获取应用程序信息的属性。 此类不能被继承。
|
ApplicationContext
|
指定有关应用程序线程的上下文信息。
|
AutoCompleteStringCollection
|
包含一个字符串集合,它用于某些 Windows 窗体控件上的自动完成功能。
|
AxHost
|
包装 ActiveX 控件,并将它们作为功能完整的 Windows 窗体控件公开。
|
AxHost.AxComponentEditor
|
提供一个编辑器,该编辑器使用模式对话框显示 ActiveX 控件的属性页。
|
AxHost.ClsidAttribute
|
指定 AxHost 控件所承载的 ActiveX 控件的 CLSID。
|
AxHost.ConnectionPointCookie
|
将一个 ActiveX 控件连接到处理该控件的事件的客户端。
|
AxHost.InvalidActiveXStateException
|
引用处于无效状态的 ActiveX 控件时引发的异常。
|
AxHost.State
|
封装 ActiveX 控件的持久状态。
|
AxHost.StateConverter
|
将 AxHost.State 对象从一种数据类型转换成另一种数据类型。
|
AxHost.TypeLibraryTimeStampAttribute
|
指定与 AxHost 控件所承载的 ActiveX 控件的类型库相关联的日期和时间。
|
BaseCollection
|
提供用于在 System.Windows.Forms 命名空间中创建与数据相关的集合的基本功能。
|
BindableComponent
|
组件的基类,这些组件提供可与Windows 窗体 Designer绑定的数据的属性。
|
Binding
|
代表某对象属性值和某控件属性值之间的简单绑定。
|
BindingCompleteEventArgs
|
为 BindingComplete 事件提供数据。
|
BindingContext
|
管理任何继承自 Control 类的对象的 BindingManagerBase 对象集合。
|
BindingManagerBase
|
管理绑定到相同数据源和数据成员的所有 Binding 对象。 此类为抽象类。
|
BindingManagerDataErrorEventArgs
|
为 DataError 事件提供数据。
|
BindingNavigator
|
表示窗体上绑定到数据的控件的导航和操作用户界面 (UI)。
|
BindingsCollection
|
代表某控件的 Binding 对象的集合。
|
BindingSource
|
封装窗体的数据源。
|
Button
|
表示 Windows 按钮控件。
|
ButtonBase
|
实现按钮控件共同的基本功能。
|
ButtonBase.ButtonBaseAccessibleObject
|
提供相关信息,辅助功能应用程序可使用此信息为残疾用户调整应用程序的用户界面。
|
ButtonRenderer
|
提供一些方法,这些方法使用或不使用视觉样式呈现按钮控件。 此类不能被继承。
|
CacheVirtualItemsEventArgs
|
为 CacheVirtualItems 事件提供数据。
|
CheckBox
|
表示 Windows CheckBox。
|
CheckBox.CheckBoxAccessibleObject
|
将 CheckBox 控件的相关信息提供给具有辅助功能的客户端应用程序。
|
CheckBoxRenderer
|
提供用于呈现具有或不具有可视样式的复选框控件的方法。 此类不能被继承。
|
CheckedListBox
|
显示一个 ListBox,其中在每项的左边显示一个复选框。
|
CheckedListBox.CheckedIndexCollection
|
封装 CheckedListBox 中选中的项(包括处于不确定状态的项)的索引集合。
|
CheckedListBox.CheckedItemCollection
|
封装 CheckedListBox 控件中选中项(包括处于不确定状态的项)的集合。
|
CheckedListBox.ObjectCollection
|
表示 CheckedListBox 中项的集合。
|
Clipboard
|
提供将数据置于系统剪贴板中以及从中检索数据的方法。 此类不能被继承。
|
ColorDialog
|
表示一个通用对话框,该对话框显示可用的颜色以及允许用户定义自定义颜色的控件。
|
ColumnClickEventArgs
|
为 ColumnClick 事件提供数据。
|
ColumnHeader
|
在 ListView 控件中显示一个列标题。
|
ColumnHeaderConverter
|
提供类型转换器,用于转换 ColumnHeader 对象的类型。
|
ColumnReorderedEventArgs
|
为 ColumnReordered 事件提供数据。
|
ColumnStyle
|
表示在表布局中列的外观。
|
ColumnWidthChangedEventArgs
|
为 ColumnWidthChanged 事件提供数据。
|
ColumnWidthChangingEventArgs
|
为 ColumnWidthChanging 事件提供数据。
|
ComboBox
|
表示 Windows 组合框控件。
|
ComboBox.ChildAccessibleObject
|
将 ComboBox 控件的相关信息提供给具有辅助功能的客户端应用程序。
|
ComboBox.ObjectCollection
|
表示 ComboBox 中项的集合。
|
ComboBoxRenderer
|
提供用于以视觉样式呈现组合框控件的方法。 此类不能被继承。
|
CommonDialog
|
指定用于在屏幕上显示对话框的基类。
|
ContainerControl
|
为可用作其他控件的容器的控件提供焦点管理功能。
|
ContentsResizedEventArgs
|
为 ContentsResized 事件提供数据。
|
ContextMenu
|
表示快捷菜单。
此类在 .NET Core 3.1 及更高版本中不可用。 请改用 ContextMenuStrip,它替换和扩展了 ContextMenu 控件。
|
ContextMenuStrip
|
表示快捷菜单。
|
Control
|
定义控件的基类,控件是带有可视化表示形式的组件。
|
Control.ControlAccessibleObject
|
提供有关辅助功能应用程序可使用的控件的信息。
|
Control.ControlCollection
|
表示 Control 对象集合。
|
ControlBindingsCollection
|
代表控件的数据绑定的集合。
|
ControlEventArgs
|
提供有关 ControlAdded 和 ControlRemoved 事件的数据。
|
ControlPaint
|
提供用于绘制常用 Windows 控件及其元素的方法。 此类不能被继承。
|
ConvertEventArgs
|
提供有关 Format 和 Parse 事件的数据。
|
CreateParams
|
封装创建控件时所需的信息。
|
CurrencyManager
|
管理 Binding 对象的列表。
|
Cursor
|
代表用于绘制鼠标指针的图像。
|
CursorConverter
|
提供将 Cursor 对象与其他各种表示形式相互转换的类型转换器。
|
Cursors
|
提供由 Windows 窗体应用程序使用的 Cursor 对象的集合。
|
DataFormats
|
提供 static 预定义的 Clipboard 格式名称。 使用它们来标识存储在 IDataObject 中的数据的格式。
|
DataFormats.Format
|
表示剪贴板格式类型。
|
DataGrid
|
在可滚动的网格中显示 ADO.NET 数据。
此类在 .NET Core 3.1 及更高版本中不可用。 DataGridView请改用 控件,这将替换和扩展控件DataGrid。
|
DataGrid.HitTestInfo
|
包含有关指定坐标处的 DataGrid 一部分的信息。 此类不能被继承。
|
DataGridBoolColumn
|
指定一列,该列中每个单元格均包含一个表示布尔值的复选框。
|
DataGridColumnStyle
|
指定 DataGrid 控件列的外观、文本格式和行为。 此类为抽象类。
|
DataGridColumnStyle.CompModSwitches
|
包含由 .NET Framework 基础结构使用的 TraceSwitch。
|
DataGridColumnStyle.DataGridColumnHeaderAccessibleObject
|
提供可由辅助功能应用程序检查的对象的实现。
|
DataGridPreferredColumnWidthTypeConverter
|
将对象的值转换为不同的数据类型。
|
DataGridTableStyle
|
表示 DataGrid 控件在运行时绘制的表。
|
DataGridTextBox
|
代表 TextBox 中承载的 DataGridTextBoxColumn 控件。
|
DataGridTextBoxColumn
|
在 TextBox 的单元格中承载 DataGridColumnStyle 控件以便编辑字符串。
|
DataGridView
|
在可自定义的网格中显示数据。
|
DataGridView.DataGridViewAccessibleObject
|
将 DataGridView 控件的相关信息提供给具有辅助功能的客户端应用程序。
|
DataGridView.DataGridViewControlCollection
|
表示 DataGridView 中包含的控件集合。
|
DataGridView.DataGridViewTopRowAccessibleObject
|
将 DataGridViewColumnHeaderCell 对象的行的相关信息提供给具有辅助功能的客户端应用程序。
|
DataGridView.HitTestInfo
|
包含关于 DataGridView 控件中指定坐标对的信息,如行和列索引。 此类不能被继承。
|
DataGridViewAdvancedBorderStyle
|
包含 DataGridView 控件中的单元格的边框样式。
|
DataGridViewAutoSizeColumnModeEventArgs
|
为 AutoSizeColumnModeChanged 事件提供数据。
|
DataGridViewAutoSizeColumnsModeEventArgs
|
为 AutoSizeColumnsModeChanged 事件提供数据。
|
DataGridViewAutoSizeModeEventArgs
|
提供有关 DataGridViewAutoSizeRowsModeChanged 和 RowHeadersWidthSizeModeChanged 事件的数据。
|
DataGridViewBand
|
表示 DataGridView 控件中的元素的线性集合。
|
DataGridViewBindingCompleteEventArgs
|
为 DataBindingComplete 事件提供数据。
|
DataGridViewButtonCell
|
显示在 DataGridView 控件中使用的类似按钮的用户界面 (UI)。
|
DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject
|
将 DataGridViewButtonCell 的相关信息提供给具有辅助功能的客户端应用程序。
|
DataGridViewButtonColumn
|
承载一个 DataGridViewButtonCell 对象集合。
|
DataGridViewCell
|
表示 DataGridView 控件中的单个单元格。
|
DataGridViewCell.DataGridViewCellAccessibleObject
|
将 DataGridViewCell 的相关信息提供给具有辅助功能的客户端应用程序。
|
DataGridViewCellCancelEventArgs
|
为 CellBeginEdit 和 RowValidating 事件提供数据。
|
DataGridViewCellCollection
|
表示 DataGridViewRow 中单元格的集合。
|
DataGridViewCellContextMenuStripNeededEventArgs
|
为 CellContextMenuStripNeeded 事件提供数据。
|
DataGridViewCellErrorTextNeededEventArgs
|
为 CellErrorTextNeeded 控件的 DataGridView 事件提供数据。
|
DataGridViewCellEventArgs
|
为与单元格和行操作有关的 DataGridView 事件提供数据。
|
DataGridViewCellFormattingEventArgs
|
为 DataGridView 的 CellFormatting 事件提供数据。
|
DataGridViewCellMouseEventArgs
|
每当鼠标在 DataGridView 内移动时,都会为 DataGridViewCell 引发的鼠标事件提供数据。
|
DataGridViewCellPaintingEventArgs
|
为 CellPainting 事件提供数据。
|
DataGridViewCellParsingEventArgs
|
为 CellParsing 控件的 DataGridView 事件提供数据。
|
DataGridViewCellStateChangedEventArgs
|
为 CellStateChanged 事件提供数据。
|
DataGridViewCellStyle
|
表示应用到 DataGridView 控件中的各个单元格的格式设置和样式信息。
|
DataGridViewCellStyleContentChangedEventArgs
|
为 CellStyleContentChanged 事件提供数据。
|
DataGridViewCellStyleConverter
|
在 DataGridViewCellStyle 对象与其他数据类型之间进行转换。
|
DataGridViewCellToolTipTextNeededEventArgs
|
为 CellToolTipTextNeeded 事件提供数据。
|
DataGridViewCellValidatingEventArgs
|
为 CellValidating 控件的 DataGridView 事件提供数据。
|
DataGridViewCellValueEventArgs
|
为 CellValueNeeded 控件的 CellValuePushed 和 DataGridView 事件提供数据。
|
DataGridViewCheckBoxCell
|
显示要在 DataGridView 控件中使用的复选框用户界面 (UI)。
|
DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject
|
将 DataGridViewCheckBoxCell 的相关信息提供给具有辅助功能的客户端应用程序。
|
DataGridViewCheckBoxColumn
|
承载一个 DataGridViewCheckBoxCell 对象集合。
|
DataGridViewColumn
|
表示 DataGridView 控件中的列。
|
DataGridViewColumnCollection
|
表示 DataGridView 控件中 DataGridViewColumn 对象的集合。
|
DataGridViewColumnDesignTimeVisibleAttribute
|
指定列类型在 DataGridView 设计器中是否可见。 此类不能被继承。
|
DataGridViewColumnDividerDoubleClickEventArgs
|
为 DataGridView 的 ColumnDividerDoubleClick 事件提供数据。
|
DataGridViewColumnEventArgs
|
为 DataGridView 的列相关事件提供数据。
|
DataGridViewColumnHeaderCell
|
表示 DataGridView 控件中的列标头。
|
DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject
|
将 DataGridViewColumnHeaderCell 的相关信息提供给具有辅助功能的客户端应用程序。
|
DataGridViewColumnStateChangedEventArgs
|
为 ColumnStateChanged 事件提供数据。
|
DataGridViewComboBoxCell
|
显示 DataGridView 控件中的组合框。
|
DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject
|
表示当前 DataGridViewComboBoxCell 对象的辅助功能对象。
|
DataGridViewComboBoxCell.ObjectCollection
|
表示 DataGridViewComboBoxCell 中所选内容的集合。
|
DataGridViewComboBoxColumn
|
表示 DataGridViewComboBoxCell 对象的列。
|
DataGridViewComboBoxEditingControl
|
表示 DataGridViewComboBoxCell 中承载的组合框控件。
|
DataGridViewDataErrorEventArgs
|
为 DataError 事件提供数据。
|
DataGridViewEditingControlShowingEventArgs
|
为 EditingControlShowing 事件提供数据。
|
DataGridViewElement
|
为 DataGridView 控件的元素提供基类。
|
DataGridViewHeaderCell
|
包含行标头单元格和列标头单元格常用的功能。
|
DataGridViewImageCell
|
显示 DataGridView 控件中的图形。
|
DataGridViewImageCell.DataGridViewImageCellAccessibleObject
|
将 DataGridViewImageCell 的相关信息提供给具有辅助功能的客户端应用程序。
|
DataGridViewImageColumn
|
承载一个 DataGridViewImageCell 对象集合。
|
DataGridViewLinkCell
|
表示包含链接的单元格。
|
DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject
|
将 DataGridViewLinkCell 控件的相关信息提供给具有辅助功能的客户端应用程序。
|
DataGridViewLinkColumn
|
表示 DataGridView 控件中包含链接的单元格的列。
|
DataGridViewRow
|
表示 DataGridView 控件中的行。
|
DataGridViewRow.DataGridViewRowAccessibleObject
|
将 DataGridViewRow 的相关信息提供给具有辅助功能的客户端应用程序。
|
DataGridViewRowCancelEventArgs
|
为 DataGridView 的 UserDeletingRow 事件提供数据。
|
DataGridViewRowCollection
|
DataGridViewRow 对象的集合。
|
DataGridViewRowContextMenuStripNeededEventArgs
|
为 RowContextMenuStripNeeded 事件提供数据。
|
DataGridViewRowDividerDoubleClickEventArgs
|
为 DataGridView 的 RowDividerDoubleClick 事件提供数据。
|
DataGridViewRowErrorTextNeededEventArgs
|
为 RowErrorTextNeeded 控件的 DataGridView 事件提供数据。
|
DataGridViewRowEventArgs
|
为与行相关的 DataGridView 事件提供数据。
|
DataGridViewRowHeaderCell
|
表示 DataGridView 控件中的行标头。
|
DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject
|
将 DataGridViewRowHeaderCell 的相关信息提供给具有辅助功能的客户端应用程序。
|
DataGridViewRowHeightInfoNeededEventArgs
|
为 DataGridView 的 RowHeightInfoNeeded 事件提供数据。
|
DataGridViewRowHeightInfoPushedEventArgs
|
为 DataGridView 的 RowHeightInfoPushed 事件提供数据。
|
DataGridViewRowPostPaintEventArgs
|
为 RowPostPaint 事件提供数据。
|
DataGridViewRowPrePaintEventArgs
|
为 RowPrePaint 事件提供数据。
|
DataGridViewRowsAddedEventArgs
|
为 RowsAdded 事件提供数据。
|
DataGridViewRowsRemovedEventArgs
|
为 RowsRemoved 事件提供数据。
|
DataGridViewRowStateChangedEventArgs
|
为 DataGridView 的 RowStateChanged 事件提供数据。
|
DataGridViewSelectedCellCollection
|
表示在 DataGridView 中选择的单元格的集合。
|
DataGridViewSelectedColumnCollection
|
表示在 DataGridView 中选择的 DataGridViewColumn 对象的集合。
|
DataGridViewSelectedRowCollection
|
表示在 DataGridView 中选择的 DataGridViewRow 对象的集合。
|
DataGridViewSortCompareEventArgs
|
为 SortCompare 事件提供数据。
|
DataGridViewTextBoxCell
|
显示 DataGridView 控件中的可编辑文本信息。
|
DataGridViewTextBoxCell.DataGridViewTextBoxCellAccessibleObject
|
表示当前 DataGridViewTextBoxCell 对象的辅助功能对象。
|
DataGridViewTextBoxColumn
|
承载一个 DataGridViewTextBoxCell 单元格集合。
|
DataGridViewTextBoxEditingControl
|
表示可以承载于 DataGridViewTextBoxCell 中的文本框控件。
|
DataGridViewTopLeftHeaderCell
|
表示位于行标头之上、列标头左侧的 DataGridView 左上角的单元格。
|
DataGridViewTopLeftHeaderCell.DataGridViewTopLeftHeaderCellAccessibleObject
|
将 DataGridViewTopLeftHeaderCell 的相关信息提供给具有辅助功能的客户端应用程序。
|
DataObject
|
实现基数据传输机制。
|
DateBoldEventArgs
|
为 MonthCalendar 控件内部的事件提供数据。
|
DateRangeEventArgs
|
为 DateChanged 控件的 DateSelected 或 MonthCalendar 事件提供数据。
|
DateTimePicker
|
表示一个 Windows 控件,该控件用来让用户选择日期和时间并以指定的格式显示此日期和时间。
|
DateTimePicker.DateTimePickerAccessibleObject
|
将 DateTimePicker 控件的相关信息提供给具有辅助功能的客户端应用程序。
|
DockingAttribute
|
指定控件的默认停靠行为。
|
DomainUpDown
|
表示显示字符串值的 Windows 数字显示框(也称为 up-down 控件)。
|
DomainUpDown.DomainItemAccessibleObject
|
将 DomainUpDown 控件中的项的相关信息提供给具有辅助功能的客户端应用程序。
|
DomainUpDown.DomainUpDownAccessibleObject
|
将 DomainUpDown 控件的相关信息提供给具有辅助功能的客户端应用程序。
|
DomainUpDown.DomainUpDownItemCollection
|
封装一个对象集合供 DomainUpDown 类使用。
|
DpiChangedEventArgs
|
为窗体或控件的 DPIChanged 事件提供数据。
|
DragEventArgs
|
为 DragDrop、DragEnter 或 DragOver 事件提供数据。
|
DrawItemEventArgs
|
为 DrawItem 事件提供数据。
|
DrawListViewColumnHeaderEventArgs
|
为 DrawColumnHeader 事件提供数据。
|
DrawListViewItemEventArgs
|
为 DrawItem 事件提供数据。
|
DrawListViewSubItemEventArgs
|
为 DrawSubItem 事件提供数据。
|
DrawToolTipEventArgs
|
为 Draw 事件提供数据。
|
DrawTreeNodeEventArgs
|
为 DrawNode 事件提供数据。
|
ErrorProvider
|
提供一个用户界面,用于指示窗体上的某个控件具有与其相关联的错误。
|
FeatureSupport
|
提供用于从当前系统中检索功能信息的 static 方法。
|
FileDialog
|
显示一个用户可从中选择文件的对话框窗口。
|
FileDialogCustomPlace
|
表示 Windows Vista 的 FileDialog 自定义空间集合中的项。
|
FileDialogCustomPlacesCollection
|
表示 FileDialog 类的 Windows Vista 自定义区域的集合。
|
FlatButtonAppearance
|
提供一些属性,这些属性可指定 Button 为 FlatStyle 的 Flat 控件的外观。
|
FlowLayoutPanel
|
表示以水平或垂直方式动态布置其内容的面板。
|
FlowLayoutSettings
|
收集与流布局相关联的特性。
|
FolderBrowserDialog
|
提示用户选择文件夹。 此类不能被继承。
|
FontDialog
|
提示用户从本地计算机上安装的字体中选择一种字体。
|
Form
|
表示组成应用程序的用户界面的窗口或对话框。
|
Form.ControlCollection
|
表示窗体控件的集合。
|
FormClosedEventArgs
|
为 FormClosed 事件提供数据。
|
FormClosingEventArgs
|
为 FormClosing 事件提供数据。
|
FormCollection
|
表示 Form 对象集合。
|
GiveFeedbackEventArgs
|
为 GiveFeedback 事件提供数据,该事件在拖动操作期间发生。
|
GridColumnStylesCollection
|
表示 DataGridColumnStyle 控件中 DataGrid 对象的集合。
|
GridItem
|
实现 PropertyGrid 中的一行。
|
GridItemCollection
|
包含 GridItem 对象的集合。
|
GridTablesFactory
|
提供 CreateGridTables(DataGridTableStyle, Object, String, BindingContext) 方法。
|
GridTableStylesCollection
|
表示 DataGridTableStyle 控件中 DataGrid 对象的集合。
|
GroupBox
|
表示一个 Windows 控件,该控件显示围绕一组具有可选标题的控件的框架。
|
GroupBoxRenderer
|
提供用于呈现具有或没有视觉样式的分组框控件的方法。 此类不能被继承。
|
HandledMouseEventArgs
|
允许自定义控件防止将 MouseWheel 事件发送到它的父容器。
|
Help
|
封装 HTML 帮助 1.0 引擎。
|
HelpEventArgs
|
为 HelpRequested 事件提供数据。
|
HelpProvider
|
为控件提供弹出帮助或联机帮助。
|
HScrollBar
|
表示一个标准 Windows 水平滚动条。
|
HScrollProperties
|
提供 的基本属性 HScrollBar。
|
HtmlDocument
|
提供对 WebBrowser 控件承载的 HTML 文档的顶级编程访问。
|
HtmlElement
|
表示网页内的一个 HTML 元素。
|
HtmlElementCollection
|
定义 HtmlElement 对象的集合。
|
HtmlElementErrorEventArgs
|
为 Error 事件提供数据。
|
HtmlElementEventArgs
|
为 HtmlDocument 和 HtmlElement 上定义的事件提供数据。
|
HtmlHistory
|
管理当前会话内用户访问过的文档和网站列表。
|
HtmlWindow
|
表示包含一个或多个 HtmlDocument 实例的逻辑窗口。
|
HtmlWindowCollection
|
表示另一个 HtmlWindow 中包含的窗口。
|
ImageIndexConverter
|
提供在图像索引数据与字符串之间实现互相转换的类型转换器。
|
ImageKeyConverter
|
提供在图像键数据与其他数据类型之间实现互相转换的类型转换器。
|
ImageList
|
提供管理 Image 对象集合的方法。 此类不能被继承。
|
ImageList.ImageCollection
|
封装 ImageList 中 Image 对象的集合。
|
ImageListStreamer
|
提供 ImageList 的数据部分。
|
ImeContext
|
包含可与 IME API 直接交互的静态方法。
|
InputLanguage
|
提供方法和字段以管理输入语言。 此类不能被继承。
|
InputLanguageChangedEventArgs
|
为 InputLanguageChanged 事件提供数据。
|
InputLanguageChangingEventArgs
|
为 InputLanguageChanging 事件提供数据。
|
InputLanguageCollection
|
存储 InputLanguage 对象。
|
InvalidateEventArgs
|
为 Invalidated 事件提供数据。
|
ItemChangedEventArgs
|
为 ItemChanged 事件提供数据。
|
ItemCheckedEventArgs
|
为 ItemChecked 控件的 ListView 事件提供数据。
|
ItemCheckEventArgs
|
为 ItemCheck 和 CheckedListBox 控件的 ListView 事件提供数据。
|
ItemDragEventArgs
|
为 ItemDrag 和 ListView 控件的 TreeView 事件提供数据。
|
KeyEventArgs
|
为 KeyDown 或 KeyUp 事件提供数据。
|
KeyPressEventArgs
|
为 KeyPress 事件提供数据。
|
KeysConverter
|
提供将 TypeConverter 对象与其他表示形式之间相互转换的 Keys。
|
Label
|
表示标准 Windows 标签。
|
LabelEditEventArgs
|
提供有关 BeforeLabelEdit 和 AfterLabelEdit 事件的数据。
|
LayoutEventArgs
|
为 Layout 事件提供数据。 此类不能被继承。
|
LayoutSettings
|
提供基类以收集布局方案特性。
|
LinkArea.LinkAreaConverter
|
提供将 LinkArea.LinkAreaConverter 对象与其他各种表示形式相互转换的类型转换器。
|
LinkClickedEventArgs
|
为 LinkClicked 事件提供数据。
|
LinkConverter
|
提供 LinkLabel.Link 对象的类型转换器。
|
LinkLabel
|
表示可显示超链接的 Windows 标签控件。
|
LinkLabel.Link
|
表示 LinkLabel 控件内的链接。
|
LinkLabel.LinkCollection
|
表示 LinkLabel 控件中的链接集合。
|
LinkLabelLinkClickedEventArgs
|
为 LinkClicked 事件提供数据。
|
ListBindingConverter
|
提供将 Binding 对象与其他各种表示形式相互转换的类型转换器。
|
ListBindingHelper
|
提供用于发现可绑定列表的功能,当该列表中包含的项的属性与这些项要绑定到的对象的公共属性不同时,还提供相应的功能用于发现这些项的属性。
|
ListBox
|
表示用于显示项列表的 Windows 控件。
|
ListBox.IntegerCollection
|
表示 ListBox 中整数的集合。
|
ListBox.ObjectCollection
|
表示 ListBox 中项的集合。
|
ListBox.SelectedIndexCollection
|
表示包含 ListBox 中选定项的索引的集合。
|
ListBox.SelectedObjectCollection
|
表示 ListBox 中选定项的集合。
|
ListControl
|
为 ListBox 类和 ComboBox 类提供一个共同的成员实现方法。
|
ListControlConvertEventArgs
|
为 Format 事件提供数据。
|
ListView
|
表示 Windows 列表视图控件,该控件显示可用四种不同视图之一显示的项集合。
|
ListView.CheckedIndexCollection
|
表示包含列表视图控件中已选中项的索引的集合。
|
ListView.CheckedListViewItemCollection
|
表示在列表视图控件中已选中项的集合。
|
ListView.ColumnHeaderCollection
|
表示 ListView 控件中的列标题的集合。
|
ListView.ListViewItemCollection
|
表示 ListView 控件中的或分配给 ListViewGroup 的项的集合。
|
ListView.SelectedIndexCollection
|
表示包含 ListView 控件中选定项的索引的集合。
|
ListView.SelectedListViewItemCollection
|
表示在列表视图控件中选定项的集合。
|
ListViewGroup
|
表示 ListView 控件中显示的一组项。
|
ListViewGroupCollection
|
表示 ListView 控件中的组的集合。
|
ListViewGroupEventArgs
|
为 OnGroupCollapsedStateChanged(ListViewGroupEventArgs) 和 OnGroupTaskLinkClick(ListViewGroupEventArgs) 事件提供数据。
|
ListViewHitTestInfo
|
包含有关 ListView 控件的区域或 ListViewItem 的信息。
|
ListViewInsertionMark
|
在 ListView 控件中将某项拖动到新位置时,用于指示期望的拖放位置。 此功能仅适用于 Windows XP 和更高版本。
|
ListViewItem
|
表示 ListView 控件中的一个项。
|
ListViewItem.ListViewSubItem
|
表示 ListViewItem 的子项。
|
ListViewItem.ListViewSubItemCollection
|
表示 ListViewItem 中存储的 ListViewItem.ListViewSubItem 对象的集合。
|
ListViewItemConverter
|
提供将 ListViewItem 对象与其他各种表示形式相互转换的类型转换器。
|
ListViewItemMouseHoverEventArgs
|
为 ItemMouseHover 事件提供数据。
|
ListViewItemSelectionChangedEventArgs
|
为 ItemSelectionChanged 事件提供数据。
|
ListViewItemStateImageIndexConverter
|
提供一个类型转换器,用于将状态图像索引值从一种数据类型转换为另一种数据类型。
|
ListViewVirtualItemsSelectionRangeChangedEventArgs
|
为 VirtualItemsSelectionRangeChanged 事件提供数据。
|
MainMenu
|
表示窗体的菜单结构。
此类在 .NET Core 3.1 及更高版本中不可用。 请改用 MenuStrip,它替换和扩展了 MainMenu 控件。
|
MaskedTextBox
|
使用掩码区分正确的和不正确的用户输入。
|
MaskInputRejectedEventArgs
|
为 MaskInputRejected 事件提供数据。
|
MdiClient
|
表示多文档界面 (MDI) 子窗体容器。 此类不能被继承。
|
MdiClient.ControlCollection
|
包含 MdiClient 控件的集合。
|
MeasureItemEventArgs
|
为 ListBox、ComboBox、CheckedListBox 和 MenuItem 控件的 MeasureItem 事件提供数据。
|
Menu
|
表示所有菜单的基本功能。
此类在 .NET Core 3.1 及更高版本中不可用。 请改用 ToolStripDropDown 和 ToolStripDropDownMenu,它们将替换和扩展 Menu 控件。
|
Menu.MenuItemCollection
|
表示 MenuItem 对象集合。
|
MenuItem
|
表示在 MainMenu 或 ContextMenu 内显示的单个项。
此类在 .NET Core 3.1 及更高版本中不可用。 请改用 ToolStripMenuItem ,这将替换 MenuItem 控件。
|
MenuStrip
|
为窗体提供菜单系统。
|
MessageBox
|
显示消息窗口(也称为对话框),向用户显示消息。 这是一个模式窗口,可阻止应用程序中的其他操作,直到用户将其关闭。 MessageBox 可包含通知并指示用户的文本、按钮和符号。
|
MonthCalendar
|
表示一个 Windows 控件,该控件使用户能够使用可视月历显示来选择日期。
|
MonthCalendar.HitTestInfo
|
包含有关 MonthCalendar 控件的区域的信息。 此类不能被继承。
|
MouseEventArgs
|
为 MouseUp、MouseDown 和 MouseMove 事件提供数据。
|
NativeWindow
|
提供窗口句柄和窗口过程的低级封装。
|
NavigateEventArgs
|
为 Navigate 事件提供数据。
|
NodeLabelEditEventArgs
|
提供有关 BeforeLabelEdit 和 AfterLabelEdit 事件的数据。
|
NotifyIcon
|
指定可在通知区域创建图标的组件。 此类不能被继承。
|
NumericUpDown
|
表示显示数值的 Windows 数字显示框(也称作 up-down 控件)。
|
NumericUpDownAcceleration
|
提供信息,指定当按下上移按钮或下移按钮持续指定的时间后应如何对数字显示框(也称为 up-down 控件)执行加速。
|
NumericUpDownAccelerationCollection
|
表示 NumericUpDownAcceleration 控件中的 NumericUpDown 对象的已排序集合。
|
OpacityConverter
|
提供类型转换器,用于将不透明度值转换为字符串,或将字符串转换不透明度值。
|
OpenFileDialog
|
显示一个标准对话框,提示用户打开文件。 此类不能被继承。
|
OSFeature
|
提供操作系统特定功能查询。
|
OwnerDrawPropertyBag
|
包含组件偶而才可能需要的属性的值。
|
PaddingConverter
|
提供将 Padding 值与其他各种表示形式相互转换的类型转换器。
|
PageSetupDialog
|
允许用户更改与页面相关的打印设置,包括边距和纸张方向。 此类不能被继承。
|
PaintEventArgs
|
为 Paint 事件提供数据。
|
Panel
|
用于对控件集合进行分组。
|
PictureBox
|
表示用于显示图像的 Windows 图片框控件。
|
PopupEventArgs
|
为 Popup 事件提供数据。
|
PowerStatus
|
指示当前的系统电源状态信息。
|
PreviewKeyDownEventArgs
|
为 PreviewKeyDown 事件提供数据。
|
PrintControllerWithStatusDialog
|
控制如何从 Windows 窗体应用程序中打印文档。
|
PrintDialog
|
允许用户从 Windows 窗体应用程序中选择一台打印机,并选择文档中要打印的部分。
|
PrintPreviewControl
|
表示 Windows 窗体应用程序打印预览的原始预览部分,没有任何对话框或按钮。 大多数 PrintPreviewControl 对象都可在 PrintPreviewDialog 对象上找到,但这不是必需的。
|
PrintPreviewDialog
|
表示包含用于从 Windows 窗体应用程序中进行打印的 PrintPreviewControl 的对话框窗体。
|
ProfessionalColors
|
提供 Color 结构,该结构表示 Windows 显示元素的颜色。 此类不能被继承。
|
ProfessionalColorTable
|
提供用于 Microsoft Office 显示元素的颜色。
|
ProgressBar
|
表示 Windows 进度栏控件。
|
ProgressBarRenderer
|
提供用于以视觉样式呈现进度栏控件的方法。 此类不能被继承。
|
PropertyGrid
|
提供用于浏览对象属性的用户界面。
|
PropertyGrid.PropertyTabCollection
|
包含 PropertyTab 对象的集合。
|
PropertyManager
|
维护对象的属性与数据绑定控件属性之间的 Binding。
|
PropertyTabChangedEventArgs
|
为 PropertyGrid 的 PropertyTabChanged 事件提供数据。
|
PropertyValueChangedEventArgs
|
为 PropertyGrid 的 PropertyValueChanged 事件提供数据。
|
QueryAccessibilityHelpEventArgs
|
为 QueryAccessibilityHelp 事件提供数据。
|
QueryContinueDragEventArgs
|
为 QueryContinueDrag 事件提供数据。
|
QuestionEventArgs
|
为需要以 true 或 false 回答某个问题的事件提供数据。
|
RadioButton
|
当与其他 RadioButton 控件成对出现时,使用户能够从一组选项中选择一个选项。
|
RadioButton.RadioButtonAccessibleObject
|
将 RadioButton 控件的相关信息提供给具有辅助功能的客户端应用程序。
|
RadioButtonRenderer
|
提供用于呈现带/不带视觉样式的选项按钮控件(也称为单选按钮)的方法。 此类不能被继承。
|
RelatedImageListAttribute
|
指示与属性相关联的 ImageList。
|
RetrieveVirtualItemEventArgs
|
为 RetrieveVirtualItem 事件提供数据。
|
RichTextBox
|
表示 Windows 多格式文本框控件。
|
RowStyle
|
表示在表布局中行的外观。
|
SaveFileDialog
|
提示用户选择文件的保存位置。 此类不能被继承。
|
Screen
|
表示单个系统上的一个或多个显示设备。
|
ScrollableControl
|
为支持自动滚动行为的控件定义一个基类。
|
ScrollableControl.DockPaddingEdges
|
确定停靠控件的边界边距。
|
ScrollableControl.DockPaddingEdgesConverter
|
TypeConverter 类的一个 ScrollableControl.DockPaddingEdges。
|
ScrollBar
|
实现滚动条控件的基本功能。
|
ScrollBarRenderer
|
提供用于以视觉样式呈现滚动条控件的方法。 此类不能被继承。
|
ScrollEventArgs
|
为 Scroll 事件提供数据。
|
ScrollProperties
|
封装与滚动有关的属性。
|
SearchForVirtualItemEventArgs
|
为 SearchForVirtualItem 事件提供数据。
|
SelectedGridItemChangedEventArgs
|
为 SelectedGridItemChanged 控件的 PropertyGrid 事件提供数据。
|
SelectionRange
|
表示月历控件中的日期选择范围。
|
SelectionRangeConverter
|
提供类型转换器,用于在 SelectionRange 对象和其他类型之间进行转换。
|
SendKeys
|
提供将键击发送到应用程序的方法。
|
SplitContainer
|
表示一个由可移动条组成的控件,该可移动条将容器的显示区域分成两个大小可调的面板。
|
Splitter
|
表示允许用户调整停靠控件大小的拆分器控件。 Splitter 已被 SplitContainer 取代,且仅为与早期版本兼容而提供。
|
SplitterCancelEventArgs
|
为拆分器事件提供数据。
|
SplitterEventArgs
|
为 SplitterMoving 和 SplitterMoved 事件提供数据。
|
SplitterPanel
|
创建与 SplitContainer 相关联的面板。
|
StatusBar
|
表示 Windows 状态栏控件。
此类在 .NET 5 及更高版本中不可用。 StatusStrip请改用 控件,这将替换并扩展StatusBar控件。
|
StatusBar.StatusBarPanelCollection
|
表示 StatusBar 控件中的面板的集合。
|
StatusBarDrawItemEventArgs
|
为 DrawItem 事件提供数据。
|
StatusBarPanel
|
表示 StatusBar 控件中的一个面板。
此类在 .NET 5 及更高版本中不可用。 ToolStripStatusLabel请改用 控件,这将替换并扩展StatusBarPanel控件。
|
StatusBarPanelClickEventArgs
|
为 PanelClick 事件提供数据。
|
StatusStrip
|
表示 Windows 状态栏控件。
|
SystemInformation
|
提供当前系统环境的有关信息。
|
TabControl
|
管理相关的选项卡页集。
|
TabControl.ControlCollection
|
包含 Control 对象的集合。
|
TabControl.TabPageCollection
|
包含 TabPage 对象的集合。
|
TabControlCancelEventArgs
|
为 Selecting 控件的 Deselecting 和 TabControl 事件提供数据。
|
TabControlEventArgs
|
为 Selected 控件的 Deselected 和 TabControl 事件提供数据。
|
TableLayoutCellPaintEventArgs
|
为 CellPaint 事件提供数据。
|
TableLayoutColumnStyleCollection
|
用于存储 ColumnStyle 对象的集合。
|
TableLayoutControlCollection
|
表示表布局容器中的子控件集合。
|
TableLayoutPanel
|
表示一个面板,它可以在一个由行和列组成的网格中对其内容进行动态布局。
|
TableLayoutRowStyleCollection
|
用于存储 RowStyle 对象的集合。
|
TableLayoutSettings
|
收集与表布局关联的特性。
|
TableLayoutStyle
|
实现表示表布局的外观和行为的基本功能。
|
TableLayoutStyleCollection
|
实现表布局样式集合的基本功能。
|
TabPage
|
表示 TabControl 中的单个选项卡页。
|
TabPage.TabPageControlCollection
|
包含 TabPage 使用的控件的集合。
|
TabRenderer
|
提供用于呈现具有视觉样式的选项卡控件的方法。 此类不能被继承。
|
TaskDialog
|
任务对话框允许显示信息并获取用户的简单输入。 它与 MessageBox 类似(因为格式是由操作系统设置的),但提供了更多功能。
|
TaskDialogButton
|
表示任务对话框的按钮控件。
|
TaskDialogButtonCollection
|
表示 TaskDialogButton 对象集合。
|
TaskDialogCommandLinkButton
|
表示任务对话框的命令链接按钮控件。
|
TaskDialogControl
|
表示任务对话框的控件。
|
TaskDialogExpander
|
表示任务对话框的扩展器按钮和关联展开区域。
|
TaskDialogFootnote
|
表示任务对话框的脚注区域。
|
TaskDialogIcon
|
表示一个图标,该图标可在任务对话框的主区域中显示(通过设置 Icon 属性)或在任务对话框的“脚注”中显示(通过设置 Icon 属性)。
|
TaskDialogLinkClickedEventArgs
|
为 LinkClicked 事件提供数据。
|
TaskDialogPage
|
表示任务对话框内容的一页。
|
TaskDialogProgressBar
|
表示任务对话框的进度栏控件。
|
TaskDialogRadioButton
|
表示任务对话框的单选按钮控件。
|
TaskDialogRadioButtonCollection
|
表示 TaskDialogRadioButton 对象集合。
|
TaskDialogVerificationCheckBox
|
表示任务对话框的验证复选框控件。
|
TextBox
|
表示 Windows 文本框控件。
|
TextBoxBase
|
实现文本控件要求的基本功能。
|
TextBoxRenderer
|
提供用于呈现具有视觉样式的文本框控件的方法。 此类不能被继承。
|
TextRenderer
|
提供用于测量和呈现文本的方法。 此类不能被继承。
|
ThreadExceptionDialog
|
实现一个对话框,线程中发生未经处理的异常时即会显示该对话框。
|
Timer
|
实现按用户定义的时间间隔引发事件的计时器。 此计时器最宜用于 Windows 窗体应用程序中,并且必须在窗口中使用。
|
ToolBar
|
表示一个 Windows 工具栏。
此类在 .NET Core 3.1 及更高版本中不可用。 请改用 ToolStrip,它替换和扩展了 ToolBar 控件。
|
ToolBar.ToolBarButtonCollection
|
封装 ToolBarButton 控件的集合以供 ToolBar 类使用。
|
ToolBarButton
|
表示一个 Windows 工具栏按钮。
此类在 .NET Core 3.1 及更高版本中不可用。 请改用 ToolStripButton,它替换和扩展了 ToolBarButton 控件。
|
ToolBarButtonClickEventArgs
|
为 ButtonClick 事件提供数据。
|
ToolStrip
|
为 Windows 工具栏对象提供容器。
|
ToolStrip.ToolStripAccessibleObject
|
提供辅助应用程序用来为残障用户调整 ToolStrip 的用户界面的信息。
|
ToolStripArrowRenderEventArgs
|
为 RenderArrow 事件提供数据。
|
ToolStripButton
|
表示包含文本和图像的可选的 ToolStripItem。
|
ToolStripComboBox
|
表示正确呈现在 ToolStripComboBox 中的 ToolStrip。
|
ToolStripContainer
|
在窗体的每一侧提供面板,并提供可以容纳一个或多个控件的中间面板。
|
ToolStripContentPanel
|
表示 ToolStripContainer 控件的中间面板。
|
ToolStripContentPanelRenderEventArgs
|
为 RendererChanged 事件提供数据。
|
ToolStripControlHost
|
承载自定义控件或 Windows 窗体控件。
|
ToolStripControlHost.ToolStripHostedControlAccessibleObject
|
表示可访问对象控件主机,该主机在 ToolStrip 标准项和托管控件(如文本框、组合框、进度栏等)中负责可访问的导航。
|
ToolStripDropDown
|
表示一个控件,允许用户在单击 ToolStripDropDownButton 时从显示的列表中选择单个项。
|
ToolStripDropDown.ToolStripDropDownAccessibleObject
|
将 ToolStripDropDown 控件的相关信息提供给具有辅助功能的客户端应用程序。
|
ToolStripDropDownButton
|
表示单击时显示关联的 ToolStripDropDown 的控件,用户可从该下拉控件中选择一项。
|
ToolStripDropDownClosedEventArgs
|
为 Closed 事件提供数据。
|
ToolStripDropDownClosingEventArgs
|
为 Closing 事件提供数据。
|
ToolStripDropDownItem
|
提供当单击 ToolStripDropDown、ToolStripDropDownButton 或 ToolStripMenuItem 控件时,显示 ToolStripSplitButton 的控件的基本功能。
|
ToolStripDropDownItemAccessibleObject
|
提供辅助应用程序用来为残障用户调整 ToolStripDropDown 的用户界面的信息。
|
ToolStripDropDownMenu
|
提供 ContextMenuStrip 控件的基本功能。
|
ToolStripGripRenderEventArgs
|
为 RenderGrip 事件提供数据。
|
ToolStripItem
|
表示对 ToolStrip 或 ToolStripDropDown 可以包含的所有元素的事件和布局进行管理的抽象基类。
|
ToolStripItem.ToolStripItemAccessibleObject
|
提供辅助应用程序用来为残障用户调整 ToolStripItem 的用户界面的信息。
|
ToolStripItemClickedEventArgs
|
为 ItemClicked 事件提供数据。
|
ToolStripItemCollection
|
表示 ToolStripItem 对象集合。
|
ToolStripItemEventArgs
|
为 ToolStripItem 事件提供数据。
|
ToolStripItemImageRenderEventArgs
|
为 RenderItemImage 事件提供数据。
|
ToolStripItemRenderEventArgs
|
为事件提供数据,这些事件在 ToolStripItem 类中呈现派生自 ToolStripRenderer 的对象的背景。
|
ToolStripItemTextRenderEventArgs
|
为 RenderItemText 事件提供数据。
|
ToolStripLabel
|
表示不可选的 ToolStripItem,它呈现文本和图像并且可以显示超链接。
|
ToolStripManager
|
控制 ToolStrip 的呈现和漂浮,以及 MenuStrip、ToolStripDropDownMenu 和 ToolStripMenuItem 对象的合并。 此类不能被继承。
|
ToolStripMenuItem
|
表示 MenuStrip 或 ContextMenuStrip 上显示的可选选项。
|
ToolStripOverflow
|
托管 ToolStrip 的溢出行为。
|
ToolStripOverflowButton
|
承载用于显示溢出 ToolStripDropDown 的项的 ToolStrip。
|
ToolStripPanel
|
创建一个容器,其他控件可以在该容器内共享水平或垂直空间。
|
ToolStripPanel.ToolStripPanelRowCollection
|
表示 ToolStripPanel 中的所有 ToolStripPanelRow 对象。
|
ToolStripPanelRenderEventArgs
|
为 ToolStripPanel 绘制提供数据。
|
ToolStripPanelRow
|
表示 ToolStripPanel 的行,该行能够包含控件。
|
ToolStripProfessionalRenderer
|
通过应用自定义的调色板和简化的样式处理 ToolStrip 对象的绘制功能。
|
ToolStripProgressBar
|
表示 StatusStrip 中包含的 Windows 进度栏控件。
|
ToolStripRenderer
|
处理 ToolStrip 对象的绘制功能。
|
ToolStripRenderEventArgs
|
为 OnRenderImageMargin(ToolStripRenderEventArgs)、OnRenderToolStripBorder(ToolStripRenderEventArgs) 和 OnRenderToolStripBackground(ToolStripRenderEventArgs) 方法提供数据。
|
ToolStripSeparator
|
表示直线,用于对 ToolStrip 的项或者 MenuStrip、ContextMenuStrip 或其他 ToolStripDropDown 控件的下拉项进行分组。
|
ToolStripSeparatorRenderEventArgs
|
为 RenderGrip 事件提供数据。
|
ToolStripSplitButton
|
表示左侧标准按钮和右侧下拉按钮的组合,如果 RightToLeft 的值为 Yes ,则这两个按钮位置互换。
|
ToolStripSplitButton.ToolStripSplitButtonAccessibleObject
|
提供辅助应用程序用来为残障用户调整 ToolStripSplitButton 的用户界面的信息。
|
ToolStripStatusLabel
|
表示 StatusStrip 控件中的一个面板。
|
ToolStripSystemRenderer
|
使用系统颜色和平面视觉样式处理 ToolStrip 对象的绘制功能。
|
ToolStripTextBox
|
表示 ToolStrip 中的文本框,用户可以在此输入文本。
|
ToolTip
|
表示一个长方形的小弹出窗口,该窗口在用户将指针悬停在一个控件上时显示有关该控件用途的简短说明。
|
TrackBar
|
表示一个标准的 Windows 跟踪条。
|
TrackBarRenderer
|
提供用于以视觉样式呈现跟踪条控件的方法。 此类不能被继承。
|
TreeNode
|
表示 TreeView 的节点。
|
TreeNodeCollection
|
表示 TreeNode 对象集合。
|
TreeNodeConverter
|
提供将 TreeNode 对象与其他各种表示形式相互转换的类型转换器。
|
TreeNodeMouseClickEventArgs
|
提供有关 NodeMouseClick 和 NodeMouseDoubleClick 事件的数据。
|
TreeNodeMouseHoverEventArgs
|
为 NodeMouseHover 事件提供数据。
|
TreeView
|
显示标记项的分层集合,每个标记项用一个 TreeNode 来表示。
|
TreeViewCancelEventArgs
|
为 BeforeCheck 控件的 BeforeCollapse、BeforeExpand、BeforeSelect 和 TreeView 事件提供数据。
|
TreeViewEventArgs
|
为 AfterCheck 控件的以下事件提供数据:AfterCollapse、AfterExpand、AfterSelect 或 TreeView。
|
TreeViewHitTestInfo
|
包含有关 TreeView 控件的区域或 TreeNode 的信息。
|
TreeViewImageIndexConverter
|
提供一种类型转换器,用于将图像索引的数据在不同的数据类型之间转换,以供 TreeView 控件使用。
|
TreeViewImageKeyConverter
|
提供在图像键数据与其他数据类型之间实现互相转换的类型转换器。
|
TypeValidationEventArgs
|
为 TypeValidationCompleted 事件提供数据。
|
UICuesEventArgs
|
为 ChangeUICues 事件提供数据。
|
UpDownBase
|
实现数字显示框(也称为 up-down 控件)所需的基本功能。
|
UpDownEventArgs
|
为从 UpDownBase 控件派生的控件提供数据。
|
UserControl
|
提供一个可用来创建其他控件的空控件。
|
VScrollBar
|
表示标准的 Windows 垂直滚动条。
|
VScrollProperties
|
提供 VScrollBar 类的基本属性。
|
WebBrowser
|
使用户能够在窗体内导航网页。
|
WebBrowser.WebBrowserSite
|
表示 WebBrowser 控件的宿主窗口。
|
WebBrowserBase
|
为泛型 ActiveX 控件提供包装以便由 WebBrowser 控件用作基类。
|
WebBrowserDocumentCompletedEventArgs
|
为 DocumentCompleted 事件提供数据。
|
WebBrowserNavigatedEventArgs
|
为 Navigated 事件提供数据。
|
WebBrowserNavigatingEventArgs
|
为 Navigating 事件提供数据。
|
WebBrowserProgressChangedEventArgs
|
为 ProgressChanged 事件提供数据。
|
WebBrowserSiteBase
|
实现由 WebBrowser.WebBrowserSite 类用作基类的 ActiveX 站点的接口。
|
WindowsFormsSection
|
定义一个新的 ConfigurationSection,用于分析应用程序设置。 此类不能被继承。
|
WindowsFormsSynchronizationContext
|
提供 Windows 窗体应用程序模型的同步上下文。
|