System.Windows.Forms 命名空間
包含用來建立以 Windows 為基礎應用程式的類別,這些應用程式會充分利用 Microsoft Windows 作業系統中提供的豐富使用者介面功能。 Contains classes for creating Windows-based applications that take full advantage of the rich user interface features available in the Microsoft Windows operating system.
類別
AccessibleObject |
提供資訊,讓協助工具應用程式能用於為殘障使用者調整應用程式的使用者介面 (UI)。Provides information that accessibility applications use to adjust an application's user interface (UI) for users with impairments. |
AmbientProperties |
提供最上層控制項的環境屬性 (Ambient Property) 值。Provides ambient property values to top-level controls. |
Application |
提供 |
ApplicationContext |
指定應用程式執行緒的內容資訊。Specifies the contextual information about an application thread. |
AutoCompleteStringCollection |
包含要用於特定 Windows Forms 控制項之自動完成功能的字串集合。Contains a collection of strings to use for the auto-complete feature on certain Windows Forms controls. |
AxHost |
包裝 ActiveX 控制項,並把這些控制項公開成為全功能的 Windows Form 控制項。Wraps ActiveX controls and exposes them as fully featured Windows Forms controls. |
AxHost.AxComponentEditor |
提供編輯器,以使用強制回應 (Modal) 對話方塊顯示 ActiveX 控制項的屬性頁。Provides an editor that uses a modal dialog box to display a property page for an ActiveX control. |
AxHost.ClsidAttribute |
指定 AxHost 控制項所裝載的 ActiveX 控制項之 CLSID。Specifies the CLSID of an ActiveX control hosted by an AxHost control. |
AxHost.ConnectionPointCookie |
將 ActiveX 控制項連接到處理控制項事件的用戶端。Connects an ActiveX control to a client that handles the control's events. |
AxHost.InvalidActiveXStateException |
無效狀態中參考 ActiveX 控制項時擲回的例外狀況。The exception that is thrown when the ActiveX control is referenced while in an invalid state. |
AxHost.State |
封裝 ActiveX 控制項的永續性 (Persistent) 狀態。Encapsulates the persisted state of an ActiveX control. |
AxHost.StateConverter |
將 AxHost.State 物件從一個資料型別轉換為另一個資料型別。Converts AxHost.State objects from one data type to another. |
AxHost.TypeLibraryTimeStampAttribute |
指定與 ActiveX 控制項 (由 AxHost 控制項所裝載) 的型別程式庫關聯的日期和時間。Specifies a date and time associated with the type library of an ActiveX control hosted by an AxHost control. |
BaseCollection |
提供在 System.Windows.Forms 命名空間中建立資料相關集合的基礎功能。Provides the base functionality for creating data-related collections in the System.Windows.Forms namespace. |
Binding |
表示物件屬性值和控制項屬性值之間的簡單繫結 (Simple Binding)。Represents the simple binding between the property value of an object and the property value of a control. |
BindingCompleteEventArgs |
提供 BindingComplete 事件的資料。Provides data for the BindingComplete event. |
BindingContext |
為繼承自 Control 類別的任何物件管理 BindingManagerBase 物件集合。Manages the collection of BindingManagerBase objects for any object that inherits from the Control class. |
BindingManagerBase |
管理繫結至相同資料來源和資料成員的所有 Binding 物件。Manages all Binding objects that are bound to the same data source and data member. 這個類別是抽象的。This class is abstract. |
BindingManagerDataErrorEventArgs | |
BindingNavigator |
表示在表單上繫結至資料的控制項之巡覽及管理使用者介面 (UI)。Represents the navigation and manipulation user interface (UI) for controls on a form that are bound to data. |
BindingsCollection |
表示控制項的 Binding 物件集合。Represents a collection of Binding objects for a control. |
BindingSource |
封裝表單的資料來源。Encapsulates the data source for a form. |
Button |
代表 Windows 按鈕控制項。Represents a Windows button control. |
ButtonBase |
實作按鈕控制項通用的基本功能。Implements the basic functionality common to button controls. |
ButtonBase.ButtonBaseAccessibleObject |
提供資訊,讓協助工具應用程式能用於為殘障使用者調整應用程式的使用者介面。Provides information that accessibility applications use to adjust an application's user interface for users with disabilities. |
ButtonRenderer |
提供用來呈現按鈕控制項的方法 (不論有沒有視覺化樣式)。Provides methods used to render a button control with or without visual styles. 此類別無法獲得繼承。This class cannot be inherited. |
CacheVirtualItemsEventArgs |
提供 CacheVirtualItems 事件的資料。Provides data for the CacheVirtualItems event. |
CheckBox | |
CheckBox.CheckBoxAccessibleObject |
提供協助工具用戶端應用程式之 CheckBox 控制項的相關資訊。Provides information about the CheckBox control to accessibility client applications. |
CheckBoxRenderer |
提供用來呈現核取方塊控制項的方法 (不論有沒有視覺化樣式)。Provides methods used to render a check box control with or without visual styles. 此類別無法獲得繼承。This class cannot be inherited. |
CheckedListBox |
顯示 ListBox,其中核取方塊顯示在各個項目的左邊。Displays a ListBox in which a check box is displayed to the left of each item. |
CheckedListBox.CheckedIndexCollection |
將已核取項目的索引集合 (包括處於不定狀態的項目) 封裝至 CheckedListBox 中。Encapsulates the collection of indexes of checked items (including items in an indeterminate state) in a CheckedListBox. |
CheckedListBox.CheckedItemCollection |
將已選取項目的集合 (包括處於不定狀態的項目) 封裝至 CheckedListBox 控制項中。Encapsulates the collection of checked items, including items in an indeterminate state, in a CheckedListBox control. |
CheckedListBox.ObjectCollection |
代表 CheckedListBox 中項目的集合。Represents the collection of items in a CheckedListBox. |
Clipboard |
提供將資料放置於系統,以及從系統剪貼簿擷取資料的方法。Provides methods to place data on and retrieve data from the system Clipboard. 此類別無法獲得繼承。This class cannot be inherited. |
ColorDialog |
表示會顯示可用色彩的通用對話方塊,其附帶的控制項可讓使用者定義自訂色彩。Represents a common dialog box that displays available colors along with controls that enable the user to define custom colors. |
ColumnClickEventArgs |
提供 ColumnClick 事件的資料。Provides data for the ColumnClick event. |
ColumnHeader |
在 ListView 控制項中顯示單一資料行行首。Displays a single column header in a ListView control. |
ColumnHeaderConverter |
提供型別轉換子 (Type Converter),以便將 ColumnHeader 物件從某個型別轉換成其他型別。Provides a type converter to convert ColumnHeader objects from one type to another. |
ColumnReorderedEventArgs |
提供 ColumnReordered 事件的資料。Provides data for the ColumnReordered event. |
ColumnStyle |
表示資料表配置中的資料行之外觀及操作。Represents the look and feel of a column in a table layout. |
ColumnWidthChangedEventArgs |
提供 ColumnWidthChanged 事件的資料。Provides data for the ColumnWidthChanged event. |
ColumnWidthChangingEventArgs |
提供 ColumnWidthChanging 事件的資料。Provides data for the ColumnWidthChanging event. |
ComboBox |
表示 Windows 下拉式方塊控制項。Represents a Windows combo box control. |
ComboBox.ChildAccessibleObject |
提供協助工具用戶端應用程式之 ComboBox 控制項的相關資訊。Provides information about the ComboBox control to accessibility client applications. |
ComboBox.ObjectCollection |
代表 ComboBox 中項目的集合。Represents the collection of items in a ComboBox. |
ComboBoxRenderer |
提供用來呈現具有視覺化樣式之下拉式方塊控制項的方法。Provides methods used to render a combo box control with visual styles. 此類別無法獲得繼承。This class cannot be inherited. |
CommonDialog |
指定用來在螢幕上顯示對話方塊的基底類別 (Base Class) 。Specifies the base class used for displaying dialog boxes on the screen. |
ContainerControl |
針對可做為其他控制項容器 (Container) 的控制項,提供焦點 (Focus) 管理功能。Provides focus-management functionality for controls that can function as a container for other controls. |
ContentsResizedEventArgs |
提供 ContentsResized 事件的資料。Provides data for the ContentsResized event. |
ContextMenu |
代表捷徑功能表。Represents a shortcut menu. 此類別在 .NET Core 3.1 和更新版本中無法使用。This class is not available in .NET Core 3.1 and later versions. ContextMenuStrip請改用取代並擴充 ContextMenu 控制項的。Use ContextMenuStrip instead, which replaces and extends the ContextMenu control. |
ContextMenuStrip |
代表捷徑功能表。Represents a shortcut menu. |
Control |
定義控制項的基底類別,它們屬於具視覺表示的元件。Defines the base class for controls, which are components with visual representation. |
Control.ControlAccessibleObject |
提供可供協助工具應用程式使用之控制項的相關資訊。Provides information about a control that can be used by an accessibility application. |
Control.ControlCollection |
表示 Control 物件的集合。Represents a collection of Control objects. |
ControlBindingsCollection |
代表控制項的資料繫結集合。Represents the collection of data bindings for a control. |
ControlEventArgs |
提供 ControlAdded 和 ControlRemoved 事件的資料。Provides data for the ControlAdded and ControlRemoved events. |
ControlPaint |
提供用來繪製通用 Windows 控制項和其元件的方法。Provides methods used to paint common Windows controls and their elements. 此類別無法獲得繼承。This class cannot be inherited. |
ConvertEventArgs |
提供 Format 和 Parse 事件的資料。Provides data for the Format and Parse events. |
CreateParams |
封裝建立控制項時所需的資訊。Encapsulates the information needed when creating a control. |
CurrencyManager | |
Cursor |
表示用來繪製滑鼠指標的影像。Represents the image used to paint the mouse pointer. |
CursorConverter |
提供型別轉換子 (Type Converter) 將 Cursor 物件與其他各種表示相互轉換。Provides a type converter to convert Cursor objects to and from various other representations. |
Cursors |
提供 Cursor 物件的集合供 Windows Form 應用程式使用。Provides a collection of Cursor objects for use by a Windows Forms application. |
DataFormats |
提供 |
DataFormats.Format |
表示 [剪貼簿] 格式類型。Represents a Clipboard format type. |
DataGrid |
在可捲動方格中顯示 ADO.NET 資料。Displays ADO.NET data in a scrollable grid. .NET Core 3.1 和更新版本中無法使用這個類別。This class is not available in .NET Core 3.1 and later versions. 改為使用 DataGridView 控制項,這會取代和延伸 DataGrid 控制項。Use the DataGridView control instead, which replaces and extends the DataGrid control. |
DataGrid.HitTestInfo |
包含指定座標上的部分 DataGrid 的詳細資訊。Contains information about a part of the DataGrid at a specified coordinate. 此類別無法獲得繼承。This class cannot be inherited. |
DataGridBoolColumn |
指定資料行,其中每個儲存格含有用來表示布林值的核取方塊。Specifies a column in which each cell contains a check box for representing a Boolean value. |
DataGridColumnStyle |
指定外觀和文字格式,以及 DataGrid 控制項資料行的行為。Specifies the appearance, text formatting, and behavior of a DataGrid control column. 這個類別是抽象的。This class is abstract. |
DataGridColumnStyle.CompModSwitches |
包含 .NET Framework 基礎結構使用的 TraceSwitch。Contains a TraceSwitch that is used by the .NET Framework infrastructure. |
DataGridColumnStyle.DataGridColumnHeaderAccessibleObject |
提供協助工具應用程式可檢查之物件的實作。Provides an implementation for an object that can be inspected by an accessibility application. |
DataGridPreferredColumnWidthTypeConverter |
將物件的值轉換為不同的資料型別。Converts the value of an object to a different data type. |
DataGridTableStyle |
代表 DataGrid 控制項在執行階段中繪製的資料表。Represents the table drawn by the DataGrid control at run time. |
DataGridTextBox |
表示 TextBox 中裝載的 DataGridTextBoxColumn 控制項。Represents a TextBox control that is hosted in a DataGridTextBoxColumn. |
DataGridTextBoxColumn |
在 TextBox 儲存格中裝載 DataGridColumnStyle 控制項以編輯字串。Hosts a TextBox control in a cell of a DataGridColumnStyle for editing strings. |
DataGridView |
在可自訂的格線中顯示資料。Displays data in a customizable grid. |
DataGridView.DataGridViewAccessibleObject |
提供協助工具用戶端應用程式之 DataGridView 控制項的相關資訊。Provides information about the DataGridView control to accessibility client applications. |
DataGridView.DataGridViewControlCollection |
表示 DataGridView 上所包含的控制項集合。Represents a collection of controls contained on a DataGridView. |
DataGridView.DataGridViewTopRowAccessibleObject |
將 DataGridViewColumnHeaderCell 物件的資料列相關資訊提供給協助工具用戶端應用程式。Provides information about a row of DataGridViewColumnHeaderCell objects to accessibility client applications. |
DataGridView.HitTestInfo |
包含與 DataGridView 控制項中的特定座標組有關的資訊,例如,資料列和資料行的索引。Contains information, such as the row and column indexes, about a specific coordinate pair in the DataGridView control. 此類別無法獲得繼承。This class cannot be inherited. |
DataGridViewAdvancedBorderStyle |
包含 DataGridView 控制項中儲存格的框線樣式。Contains border styles for the cells in a DataGridView control. |
DataGridViewAutoSizeColumnModeEventArgs |
提供 AutoSizeColumnModeChanged 事件的資料。Provides data for the AutoSizeColumnModeChanged event. |
DataGridViewAutoSizeColumnsModeEventArgs |
提供 AutoSizeColumnsModeChanged 事件的資料。Provides data for the AutoSizeColumnsModeChanged event. |
DataGridViewAutoSizeModeEventArgs |
提供 DataGridViewAutoSizeRowsModeChanged 和 RowHeadersWidthSizeModeChanged 事件的資料。Provides data for the DataGridViewAutoSizeRowsModeChanged and RowHeadersWidthSizeModeChanged events. |
DataGridViewBand |
表示 DataGridView 控制項中項目的線性集合。Represents a linear collection of elements in a DataGridView control. |
DataGridViewBindingCompleteEventArgs |
提供 DataBindingComplete 事件的資料。Provides data for the DataBindingComplete event. |
DataGridViewButtonCell |
顯示用於 DataGridView 控制項,類似於按鈕的使用者介面 (UI)。Displays a button-like user interface (UI) for use in a DataGridView control. |
DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject |
將 DataGridViewButtonCell 的相關資訊提供給協助工具用戶端應用程式。Provides information about a DataGridViewButtonCell to accessibility client applications. |
DataGridViewButtonColumn |
裝載 DataGridViewButtonCell 物件的集合。Hosts a collection of DataGridViewButtonCell objects. |
DataGridViewCell |
表示 DataGridView 控制項中的個別儲存格。Represents an individual cell in a DataGridView control. |
DataGridViewCell.DataGridViewCellAccessibleObject |
將 DataGridViewCell 的相關資訊提供給協助工具用戶端應用程式。Provides information about a DataGridViewCell to accessibility client applications. |
DataGridViewCellCancelEventArgs |
提供 CellBeginEdit 和 RowValidating 事件的資料。Provides data for CellBeginEdit and RowValidating events. |
DataGridViewCellCollection |
代表 DataGridViewRow 中儲存格的集合。Represents a collection of cells in a DataGridViewRow. |
DataGridViewCellContextMenuStripNeededEventArgs |
提供 CellContextMenuStripNeeded 事件的資料。Provides data for the CellContextMenuStripNeeded event. |
DataGridViewCellErrorTextNeededEventArgs |
提供 CellErrorTextNeeded 控制項的 DataGridView 事件的資料。Provides data for the CellErrorTextNeeded event of a DataGridView control. |
DataGridViewCellEventArgs |
提供與儲存格和資料列作業相關之 DataGridView 事件的資料。Provides data for DataGridView events related to cell and row operations. |
DataGridViewCellFormattingEventArgs |
提供 CellFormatting 的 DataGridView 事件的資料。Provides data for the CellFormatting event of a DataGridView. |
DataGridViewCellMouseEventArgs |
提供每當滑鼠移至 DataGridView 內部時由 DataGridViewCell 所引發之滑鼠事件 (Mouse Event) 的資料。Provides data for mouse events raised by a DataGridView whenever the mouse is moved within a DataGridViewCell. |
DataGridViewCellPaintingEventArgs |
提供 CellPainting 事件的資料。Provides data for the CellPainting event. |
DataGridViewCellParsingEventArgs |
提供 CellParsing 控制項的 DataGridView 事件的資料。Provides data for the CellParsing event of a DataGridView control. |
DataGridViewCellStateChangedEventArgs |
提供 CellStateChanged 事件的資料。Provides data for the CellStateChanged event. |
DataGridViewCellStyle |
表示套用至 DataGridView 控制項內個別儲存格的格式化和樣式資訊。Represents the formatting and style information applied to individual cells within a DataGridView control. |
DataGridViewCellStyleContentChangedEventArgs |
提供 CellStyleContentChanged 事件的資料。Provides data for the CellStyleContentChanged event. |
DataGridViewCellStyleConverter |
將 DataGridViewCellStyle 物件與其他資料型別來回轉換。Converts DataGridViewCellStyle objects to and from other data types. |
DataGridViewCellToolTipTextNeededEventArgs |
提供 CellToolTipTextNeeded 事件的資料。Provides data for the CellToolTipTextNeeded event. |
DataGridViewCellValidatingEventArgs |
提供 CellValidating 控制項的 DataGridView 事件的資料。Provides data for the CellValidating event of a DataGridView control. |
DataGridViewCellValueEventArgs |
提供資料給 CellValueNeeded 控制項的 CellValuePushed 和 DataGridView 事件。Provides data for the CellValueNeeded and CellValuePushed events of the DataGridView control. |
DataGridViewCheckBoxCell |
顯示用於 DataGridView 控制項中的核取方塊使用者介面 (UI)。Displays a check box user interface (UI) to use in a DataGridView control. |
DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject |
將 DataGridViewCheckBoxCell 的相關資訊提供給協助工具用戶端應用程式。Provides information about a DataGridViewCheckBoxCell to accessibility client applications. |
DataGridViewCheckBoxColumn |
裝載 DataGridViewCheckBoxCell 物件的集合。Hosts a collection of DataGridViewCheckBoxCell objects. |
DataGridViewColumn |
表示 DataGridView 控制項中的資料行。Represents a column in a DataGridView control. |
DataGridViewColumnCollection |
代表 DataGridView 控制項中 DataGridViewColumn 物件的集合。Represents a collection of DataGridViewColumn objects in a DataGridView control. |
DataGridViewColumnDesignTimeVisibleAttribute |
指定 DataGridView 設計工具中是否可以看見資料行型別。Specifies whether a column type is visible in the DataGridView designer. 此類別無法獲得繼承。This class cannot be inherited. |
DataGridViewColumnDividerDoubleClickEventArgs |
提供 ColumnDividerDoubleClick 的 DataGridView 事件的資料。Provides data for the ColumnDividerDoubleClick event of a DataGridView. |
DataGridViewColumnEventArgs |
提供 DataGridView 的資料行相關事件的資料。Provides data for column-related events of a DataGridView. |
DataGridViewColumnHeaderCell |
表示 DataGridView 控制項中的資料行行首。Represents a column header in a DataGridView control. |
DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject |
將 DataGridViewColumnHeaderCell 的相關資訊提供給協助工具用戶端應用程式。Provides information about a DataGridViewColumnHeaderCell to accessibility client applications. |
DataGridViewColumnStateChangedEventArgs |
提供 ColumnStateChanged 事件的資料。Provides data for the ColumnStateChanged event. |
DataGridViewComboBoxCell |
顯示 DataGridView 控制項中的下拉式方塊。Displays a combo box in a DataGridView control. |
DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject |
表示目前 DataGridViewComboBoxCell 物件的協助工具物件。Represents the accessibility object for the current DataGridViewComboBoxCell object. |
DataGridViewComboBoxCell.ObjectCollection |
表示 DataGridViewComboBoxCell 中的選項集合。Represents the collection of selection choices in a DataGridViewComboBoxCell. |
DataGridViewComboBoxColumn |
代表 DataGridViewComboBoxCell 物件的資料行。Represents a column of DataGridViewComboBoxCell objects. |
DataGridViewComboBoxEditingControl |
表示 DataGridViewComboBoxCell 中已裝載的下拉式方塊控制項。Represents the hosted combo box control in a DataGridViewComboBoxCell. |
DataGridViewDataErrorEventArgs | |
DataGridViewEditingControlShowingEventArgs |
提供 EditingControlShowing 事件的資料。Provides data for the EditingControlShowing event. |
DataGridViewElement |
為 DataGridView 控制項的項目提供基底類別。Provides the base class for elements of a DataGridView control. |
DataGridViewHeaderCell |
包含資料列行首儲存格和資料行行首儲存格所通用的功能。Contains functionality common to row header cells and column header cells. |
DataGridViewImageCell |
顯示 DataGridView 控制項中的圖形。Displays a graphic in a DataGridView control. |
DataGridViewImageCell.DataGridViewImageCellAccessibleObject |
將 DataGridViewImageCell 的相關資訊提供給協助工具用戶端應用程式。Provides information about a DataGridViewImageCell to accessibility client applications. |
DataGridViewImageColumn |
裝載 DataGridViewImageCell 物件的集合。Hosts a collection of DataGridViewImageCell objects. |
DataGridViewLinkCell |
表示包含連結的儲存格。Represents a cell that contains a link. |
DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject |
提供有關協助工具用戶端應用程式之 DataGridViewLinkCell 控制項的資訊。Provides information about a DataGridViewLinkCell control to accessibility client applications. |
DataGridViewLinkColumn |
表示儲存格的資料行,其包含 DataGridView 控制項中的連結。Represents a column of cells that contain links in a DataGridView control. |
DataGridViewRow |
表示 DataGridView 控制項中的資料列。Represents a row in a DataGridView control. |
DataGridViewRow.DataGridViewRowAccessibleObject |
將 DataGridViewRow 的相關資訊提供給協助工具用戶端應用程式。Provides information about a DataGridViewRow to accessibility client applications. |
DataGridViewRowCancelEventArgs |
提供 UserDeletingRow 的 DataGridView 事件的資料。Provides data for the UserDeletingRow event of a DataGridView. |
DataGridViewRowCollection |
DataGridViewRow 物件的集合。A collection of DataGridViewRow objects. |
DataGridViewRowContextMenuStripNeededEventArgs |
提供 RowContextMenuStripNeeded 事件的資料。Provides data for the RowContextMenuStripNeeded event. |
DataGridViewRowDividerDoubleClickEventArgs |
提供 RowDividerDoubleClick 的 DataGridView 事件的資料。Provides data for the RowDividerDoubleClick event of a DataGridView. |
DataGridViewRowErrorTextNeededEventArgs |
提供 RowErrorTextNeeded 控制項的 DataGridView 事件的資料。Provides data for the RowErrorTextNeeded event of a DataGridView control. |
DataGridViewRowEventArgs |
提供資料列相關 DataGridView 事件的資料。Provides data for row-related DataGridView events. |
DataGridViewRowHeaderCell |
表示 DataGridView 控制項的資料列行首。Represents a row header of a DataGridView control. |
DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject |
將 DataGridViewRowHeaderCell 的相關資訊提供給協助工具用戶端應用程式。Provides information about a DataGridViewRowHeaderCell to accessibility client applications. |
DataGridViewRowHeightInfoNeededEventArgs |
提供 RowHeightInfoNeeded 的 DataGridView 事件的資料。Provides data for the RowHeightInfoNeeded event of a DataGridView. |
DataGridViewRowHeightInfoPushedEventArgs |
提供 RowHeightInfoPushed 的 DataGridView 事件的資料。Provides data for the RowHeightInfoPushed event of a DataGridView. |
DataGridViewRowPostPaintEventArgs |
提供 RowPostPaint 事件的資料。Provides data for the RowPostPaint event. |
DataGridViewRowPrePaintEventArgs |
提供 RowPrePaint 事件的資料。Provides data for the RowPrePaint event. |
DataGridViewRowsAddedEventArgs | |
DataGridViewRowsRemovedEventArgs |
提供 RowsRemoved 事件的資料。Provides data for the RowsRemoved event. |
DataGridViewRowStateChangedEventArgs |
提供 RowStateChanged 的 DataGridView 事件的資料。Provides data for the RowStateChanged event of a DataGridView. |
DataGridViewSelectedCellCollection |
代表在 DataGridView 中選取的儲存格集合。Represents a collection of cells that are selected in a DataGridView. |
DataGridViewSelectedColumnCollection |
代表在 DataGridView 中選取的 DataGridViewColumn 物件集合。Represents a collection of DataGridViewColumn objects that are selected in a DataGridView. |
DataGridViewSelectedRowCollection |
代表在 DataGridView 中選取的 DataGridViewRow 物件集合。Represents a collection of DataGridViewRow objects that are selected in a DataGridView. |
DataGridViewSortCompareEventArgs |
提供 SortCompare 事件的資料。Provides data for the SortCompare event. |
DataGridViewTextBoxCell |
顯示 DataGridView 控制項中可編輯的文字資訊。Displays editable text information in a DataGridView control. |
DataGridViewTextBoxCell.DataGridViewTextBoxCellAccessibleObject |
表示目前 DataGridViewTextBoxCell 物件的協助工具物件。Represents the accessibility object for the current DataGridViewTextBoxCell object. |
DataGridViewTextBoxColumn |
裝載 DataGridViewTextBoxCell 儲存格的集合。Hosts a collection of DataGridViewTextBoxCell cells. |
DataGridViewTextBoxEditingControl |
表示可以裝載於 DataGridViewTextBoxCell 中的文字方塊控制項。Represents a text box control that can be hosted in a DataGridViewTextBoxCell. |
DataGridViewTopLeftHeaderCell |
表示在 DataGridView 左上角中位於資料列行首上方及資料行行首左方的儲存格。Represents the cell in the top left corner of the DataGridView that sits above the row headers and to the left of the column headers. |
DataGridViewTopLeftHeaderCell.DataGridViewTopLeftHeaderCellAccessibleObject |
將 DataGridViewTopLeftHeaderCell 的相關資訊提供給協助工具用戶端應用程式。Provides information about a DataGridViewTopLeftHeaderCell to accessibility client applications. |
DataObject |
實作基本資料傳輸機制。Implements a basic data transfer mechanism. |
DateBoldEventArgs |
提供 MonthCalendar 控制項內部事件的資料。Provides data for events that are internal to the MonthCalendar control. |
DateRangeEventArgs |
提供 DateChanged 控制項的 DateSelected 或 MonthCalendar 事件資料。Provides data for the DateChanged or DateSelected events of the MonthCalendar control. |
DateTimePicker |
表示 Windows 控制項,這個控制項允許使用者選取日期和時間,並使用指定的格式來顯示日期和時間。Represents a Windows control that allows the user to select a date and a time and to display the date and time with a specified format. |
DateTimePicker.DateTimePickerAccessibleObject |
提供協助工具用戶端應用程式之 DateTimePicker 控制項的相關資訊。Provides information about the DateTimePicker control to accessibility client applications. |
DockingAttribute |
指定控制項的預設停駐行為。Specifies the default docking behavior for a control. |
DomainUpDown |
表示會顯示字串值的 Windows 微調方塊 (也稱為上下按鈕控制項)。Represents a Windows spin box (also known as an up-down control) that displays string values. |
DomainUpDown.DomainItemAccessibleObject |
將 DomainUpDown 控制項中的項目相關資訊提供給協助工具用戶端應用程式。Provides information about the items in the DomainUpDown control to accessibility client applications. |
DomainUpDown.DomainUpDownAccessibleObject |
提供協助工具用戶端應用程式之 DomainUpDown 控制項的相關資訊。Provides information about the DomainUpDown control to accessibility client applications. |
DomainUpDown.DomainUpDownItemCollection |
封裝物件的集合來提供 DomainUpDown 類別使用。Encapsulates a collection of objects for use by the DomainUpDown class. |
DpiChangedEventArgs |
提供表單或控制項的 DPIChanged 事件資料。Provides data for the DPIChanged events of a form or control. |
DragEventArgs |
提供 DragDrop、DragEnter 或 DragOver 事件的資料。Provides data for the DragDrop, DragEnter, or DragOver event. |
DrawItemEventArgs |
提供 |
DrawListViewColumnHeaderEventArgs |
提供 DrawColumnHeader 事件的資料。Provides data for the DrawColumnHeader event. |
DrawListViewItemEventArgs | |
DrawListViewSubItemEventArgs |
提供 DrawSubItem 事件的資料。Provides data for the DrawSubItem event. |
DrawToolTipEventArgs | |
DrawTreeNodeEventArgs | |
ErrorProvider |
提供用來表示表單上之控制項具有相關錯誤的使用者介面。Provides a user interface for indicating that a control on a form has an error associated with it. |
FeatureSupport |
提供 |
FileDialog |
顯示對話方塊,讓使用者可以從中選取檔案。Displays a dialog box from which the user can select a file. |
FileDialogCustomPlace |
表示 Windows Vista 之 FileDialog 自訂位置集合中的項目。Represents an entry in a FileDialog custom place collection for Windows Vista. |
FileDialogCustomPlacesCollection |
代表 FileDialog 類別的 Windows Vista 自訂位置集合。Represents a collection of Windows Vista custom places for the FileDialog class. |
FlatButtonAppearance |
提供屬性,以便指定 Button 為 FlatStyle 之 Flat 控制項的外觀。Provides properties that specify the appearance of Button controls whose FlatStyle is Flat. |
FlowLayoutPanel |
代表透過水平或垂直方式動態配置其內容的面板。Represents a panel that dynamically lays out its contents horizontally or vertically. |
FlowLayoutSettings |
收集與流程配置相關的特性。Collects the characteristics associated with flow layouts. |
FolderBrowserDialog |
提示使用者選取資料夾。Prompts the user to select a folder. 此類別無法獲得繼承。This class cannot be inherited. |
FontDialog |
提示使用者從本機電腦上安裝的字型中,選擇一種字型。Prompts the user to choose a font from among those installed on the local computer. |
Form |
表示構成應用程式使用者介面的視窗或對話方塊。Represents a window or dialog box that makes up an application's user interface. |
Form.ControlCollection |
表示表單上的控制項集合。Represents a collection of controls on the form. |
FormClosedEventArgs |
提供 FormClosed 事件的資料。Provides data for the FormClosed event. |
FormClosingEventArgs |
提供 FormClosing 事件的資料。Provides data for the FormClosing event. |
FormCollection | |
GiveFeedbackEventArgs |
提供 GiveFeedback 事件的資料,事件將發生於拖曳作業期間。Provides data for the GiveFeedback event, which occurs during a drag operation. |
GridColumnStylesCollection |
代表 DataGridColumnStyle 控制項中 DataGrid 物件的集合。Represents a collection of DataGridColumnStyle objects in the DataGrid control. |
GridItem |
實作 PropertyGrid 中的資料列。Implements one row in a PropertyGrid. |
GridItemCollection |
包含 GridItem 物件的集合。Contains a collection of GridItem objects. |
GridTablesFactory |
提供 CreateGridTables(DataGridTableStyle, Object, String, BindingContext) 方法。Provides the CreateGridTables(DataGridTableStyle, Object, String, BindingContext) method. |
GridTableStylesCollection |
代表 DataGridTableStyle 控制項中 DataGrid 物件的集合。Represents a collection of DataGridTableStyle objects in the DataGrid control. |
GroupBox |
表示 Windows 控制項,這個控制項會在一組控制項周圍顯示框架 (Frame),並且顯示選擇性 (Optional) 的標題。Represents a Windows control that displays a frame around a group of controls with an optional caption. |
GroupBoxRenderer |
提供用來呈現群組方塊控制項的方法 (不論有沒有視覺化樣式)。Provides methods used to render a group box control with or without visual styles. 此類別無法獲得繼承。This class cannot be inherited. |
HandledMouseEventArgs |
允許自訂控制項防止 MouseWheel 事件傳送至其父容器。Allows a custom control to prevent the MouseWheel event from being sent to its parent container. |
Help |
封裝 HTML Help 1.0 引擎。Encapsulates the HTML Help 1.0 engine. |
HelpEventArgs |
提供 HelpRequested 事件的資料。Provides data for the HelpRequested event. |
HelpProvider |
提供控制項的快顯畫面或線上說明。Provides pop-up or online Help for controls. |
HScrollBar |
表示標準 Windows 水平捲軸。Represents a standard Windows horizontal scroll bar. |
HScrollProperties |
提供 HScrollBar 的基本屬性Provides basic properties for the HScrollBar |
HtmlDocument |
提供最上層的程式存取方式,以存取 WebBrowser 控制項所裝載的 HTML 文件。Provides top-level programmatic access to an HTML document hosted by the WebBrowser control. |
HtmlElement |
代表網頁內的 HTML 項目。Represents an HTML element inside of a Web page. |
HtmlElementCollection |
定義 HtmlElement 物件的集合。Defines a collection of HtmlElement objects. |
HtmlElementErrorEventArgs | |
HtmlElementEventArgs |
針對定義在 HtmlDocument 和 HtmlElement 上的事件提供資料。Provides data for the events defined on HtmlDocument and HtmlElement. |
HtmlHistory |
管理使用者在目前工作階段內瀏覽過的文件和網站清單。Manages the list of documents and Web sites the user has visited within the current session. |
HtmlWindow |
代表邏輯視窗,包含 HtmlDocument 的一個或多個執行個體。Represents the logical window that contains one or more instances of HtmlDocument. |
HtmlWindowCollection |
表示包含在另一個 HtmlWindow 中的視窗。Represents the windows contained within another HtmlWindow. |
ImageIndexConverter |
提供型別轉換子 (Type Converter),將影像索引的資料與字串間相互轉換。Provides a type converter to convert data for an image index to and from a string. |
ImageKeyConverter |
提供型別轉換子 (Type Converter),將影像索引鍵的資料與其他資料型別相互轉換。Provides a type converter to convert data for an image key to and from another data type. |
ImageList |
提供方法來管理 Image 物件的集合。Provides methods to manage a collection of Image objects. 此類別無法獲得繼承。This class cannot be inherited. |
ImageList.ImageCollection |
將 Image 物件的集合封裝在 ImageList 中。Encapsulates the collection of Image objects in an ImageList. |
ImageListStreamer |
提供 ImageList 的資料部分。Provides the data portion of an ImageList. |
ImeContext |
包含會直接與 IME API 互動的靜態方法。Contains static methods that interact directly with the IME API. |
InputLanguage |
提供管理輸入語言的方法和欄位。Provides methods and fields to manage the input language. 此類別無法獲得繼承。This class cannot be inherited. |
InputLanguageChangedEventArgs |
提供 InputLanguageChanged 事件的資料。Provides data for the InputLanguageChanged event. |
InputLanguageChangingEventArgs |
提供 InputLanguageChanging 事件的資料。Provides data for the InputLanguageChanging event. |
InputLanguageCollection |
儲存 InputLanguage 物件。Stores InputLanguage objects. |
InvalidateEventArgs |
提供 Invalidated 事件的資料。Provides data for the Invalidated event. |
ItemChangedEventArgs |
提供 ItemChanged 事件的資料。Provides data for the ItemChanged event. |
ItemCheckedEventArgs |
提供 ItemChecked 控制項的 ListView 事件資料。Provides data for the ItemChecked event of the ListView control. |
ItemCheckEventArgs |
提供 ItemCheck 和 CheckedListBox 控制項的 ListView 事件資料。Provides data for the ItemCheck event of the CheckedListBox and ListView controls. |
ItemDragEventArgs |
提供 ItemDrag 和 ListView 控制項的 TreeView 事件資料。Provides data for the ItemDrag event of the ListView and TreeView controls. |
KeyEventArgs |
提供 KeyDown 或 KeyUp 事件的資料。Provides data for the KeyDown or KeyUp event. |
KeyPressEventArgs | |
KeysConverter |
提供 TypeConverter,將 Keys 物件與其他表示相互轉換。Provides a TypeConverter to convert Keys objects to and from other representations. |
Label |
代表標準 Windows 標籤。Represents a standard Windows label. |
LabelEditEventArgs |
提供 BeforeLabelEdit 和 AfterLabelEdit 事件的資料。Provides data for the BeforeLabelEdit and AfterLabelEdit events. |
LayoutEventArgs |
提供 Layout 事件的資料。Provides data for the Layout event. 此類別無法獲得繼承。This class cannot be inherited. |
LayoutSettings |
提供基底類別來收集配置方式的特性。Provides a base class for collecting layout scheme characteristics. |
LinkArea.LinkAreaConverter |
提供型別轉換子 (Type Converter) 將 LinkArea.LinkAreaConverter 物件與其他各種表示相互轉換。Provides a type converter to convert LinkArea.LinkAreaConverter objects to and from various other representations. |
LinkClickedEventArgs |
提供 LinkClicked 事件的資料。Provides data for the LinkClicked event. |
LinkConverter |
提供 LinkLabel.Link 物件的型別轉換子。Provides a type converter for LinkLabel.Link objects. |
LinkLabel |
表示 Windows 標籤控制項,可顯示超連結 (Hyperlink)。Represents a Windows label control that can display hyperlinks. |
LinkLabel.Link |
表示 LinkLabel 控制項中的連結。Represents a link within a LinkLabel control. |
LinkLabel.LinkCollection |
代表 LinkLabel 控制項內的連結集合。Represents the collection of links within a LinkLabel control. |
LinkLabelLinkClickedEventArgs |
提供 LinkClicked 事件的資料。Provides data for the LinkClicked event. |
ListBindingConverter |
提供型別轉換子 (Type Converter) 將 Binding 物件與其他各種表示相互轉換。Provides a type converter to convert Binding objects to and from various other representations. |
ListBindingHelper |
提供探索可繫結清單的功能,以及清單中所包含之項目的屬性 (如果這些屬性與它們所繫結之物件的公用屬性不同時)。Provides functionality to discover a bindable list and the properties of the items contained in the list when they differ from the public properties of the object to which they bind. |
ListBox |
表示要顯示項目清單的 Windows 控制項。Represents a Windows control to display a list of items. |
ListBox.IntegerCollection |
代表 ListBox 中的整數集合。Represents a collection of integers in a ListBox. |
ListBox.ObjectCollection |
代表 ListBox 中項目的集合。Represents the collection of items in a ListBox. |
ListBox.SelectedIndexCollection |
表示包含在 ListBox 中所選取項目索引的集合。Represents the collection containing the indexes to the selected items in a ListBox. |
ListBox.SelectedObjectCollection |
代表 ListBox 中選取項目的集合。Represents the collection of selected items in the ListBox. |
ListControl |
提供 ListBox 和 ComboBox 類別成員的通用實作。Provides a common implementation of members for the ListBox and ComboBox classes. |
ListControlConvertEventArgs | |
ListView |
代表 Windows 清單檢視控制項,顯示出使用四種不同檢視的其中一個就可以顯示出來的項目集合。Represents a Windows list view control, which displays a collection of items that can be displayed using one of four different views. |
ListView.CheckedIndexCollection |
表示包含清單檢視控制項中所核取項目索引的集合。Represents the collection containing the indexes to the checked items in a list view control. |
ListView.CheckedListViewItemCollection |
表示清單檢視控制項中之核取項目的集合。Represents the collection of checked items in a list view control. |
ListView.ColumnHeaderCollection |
代表 ListView 控制項中的資料行標頭集合。Represents the collection of column headers in a ListView control. |
ListView.ListViewItemCollection |
代表 ListView 控制項中項目的集合,或指派給 ListViewGroup 之項目的集合。Represents the collection of items in a ListView control or assigned to a ListViewGroup. |
ListView.SelectedIndexCollection |
表示包含在 ListView 控制項中所選取項目索引的集合。Represents the collection that contains the indexes to the selected items in a ListView control. |
ListView.SelectedListViewItemCollection |
代表清單檢視控制項中所選項目的集合。Represents the collection of selected items in a list view control. |
ListViewGroup |
表示 ListView 控制項內所顯示的項目群組。Represents a group of items displayed within a ListView control. |
ListViewGroupCollection |
代表 ListView 控制項內的群組集合。Represents the collection of groups within a ListView control. |
ListViewGroupEventArgs |
提供 OnGroupCollapsedStateChanged(ListViewGroupEventArgs) 和 OnGroupTaskLinkClick(ListViewGroupEventArgs) 事件的資料。Provides data for the OnGroupCollapsedStateChanged(ListViewGroupEventArgs) and OnGroupTaskLinkClick(ListViewGroupEventArgs) event. |
ListViewHitTestInfo |
包含 ListView 控制項或 ListViewItem 之區域的相關資訊。Contains information about an area of a ListView control or a ListViewItem. |
ListViewInsertionMark |
將項目拖曳至 ListView 控制項的新位置時,用來表示預期的置放位置。Used to indicate the expected drop location when an item is dragged to a new position in a ListView control. 只有在 Windows XP (含) 以後版本上才能使用這個功能。This functionality is available only on Windows XP and later. |
ListViewItem |
表示 ListView 控制項中的項目。Represents an item in a ListView control. |
ListViewItem.ListViewSubItem |
表示 ListViewItem 的子項目。Represents a subitem of a ListViewItem. |
ListViewItem.ListViewSubItemCollection |
表示儲存在 ListViewItem 中之 ListViewItem.ListViewSubItem 物件的集合。Represents a collection of ListViewItem.ListViewSubItem objects stored in a ListViewItem. |
ListViewItemConverter |
提供型別轉換子 (Type Converter) 將 ListViewItem 物件與其他各種表示相互轉換。Provides a type converter to convert ListViewItem objects to and from various other representations. |
ListViewItemMouseHoverEventArgs |
提供 ItemMouseHover 事件的資料。Provides data for the ItemMouseHover event. |
ListViewItemSelectionChangedEventArgs |
提供 ItemSelectionChanged 事件的資料。Provides data for the ItemSelectionChanged event. |
ListViewItemStateImageIndexConverter |
提供類型轉換器,將狀態影像索引值從某種資料類型轉換成另一種。Provides a type converter to convert state image index values from one data type to another. |
ListViewVirtualItemsSelectionRangeChangedEventArgs |
提供 VirtualItemsSelectionRangeChanged 事件的資料。Provides data for the VirtualItemsSelectionRangeChanged event. |
MainMenu |
表示表單的功能表結構。Represents the menu structure of a form. .NET Core 3.1 和更新版本中無法使用這個類別。This class is not available in .NET Core 3.1 and later versions. 改用 MenuStrip 取代和延伸 MainMenu 控制項。Use MenuStrip instead, which replaces and extends the MainMenu control. |
MaskedTextBox |
使用遮罩區別適當及不適當的使用者輸入。Uses a mask to distinguish between proper and improper user input. |
MaskInputRejectedEventArgs |
提供 MaskInputRejected 事件的資料。Provides data for the MaskInputRejected event. |
MdiClient |
表示多重文件介面 (MDI) 子表單的容器。Represents the container for multiple-document interface (MDI) child forms. 此類別無法獲得繼承。This class cannot be inherited. |
MdiClient.ControlCollection |
包含 MdiClient 控制項的集合。Contains a collection of MdiClient controls. |
MeasureItemEventArgs |
提供 ListBox、ComboBox、CheckedListBox 和 MenuItem 控制項的 |
Menu |
表示所有功能表的基礎功能。Represents the base functionality for all menus. 此類別在 .NET Core 3.1 和更新版本中無法使用。This class is not available in .NET Core 3.1 and later versions. 請改用 ToolStripDropDown 和 ToolStripDropDownMenu,以取代和擴充 Menu 控制項。Use ToolStripDropDown and ToolStripDropDownMenu instead, which replace and extend the Menu control. |
Menu.MenuItemCollection |
表示 MenuItem 物件的集合。Represents a collection of MenuItem objects. |
MenuItem |
表示 MainMenu 或 ContextMenu 中顯示的個別項目。Represents an individual item that is displayed within a MainMenu or ContextMenu. .NET Core 3.1 和更新版本中無法使用這個類別。This class is not available in .NET Core 3.1 and later versions. 改用 ToolStripMenuItem 取代 MenuItem 控制項的。Use ToolStripMenuItem instead, which replaces the MenuItem control. |
MenuStrip |
提供功能表系統給表單。Provides a menu system for a form. |
MessageBox |
顯示訊息視窗 (亦稱為對話方塊),以顯示訊息給使用者。Displays a message window, also known as a dialog box, which presents a message to the user. 它是強制回應視窗,除非使用者將它關閉,否則將無法在應用程式中執行其他動作。It is a modal window, blocking other actions in the application until the user closes it. MessageBox 可以包含文字、按鈕和通知與指示使用者的符號。A MessageBox can contain text, buttons, and symbols that inform and instruct the user. |
MonthCalendar |
表示 Windows 控制項,其允許使用者使用視覺化月曆顯示來選取日期。Represents a Windows control that enables the user to select a date using a visual monthly calendar display. |
MonthCalendar.HitTestInfo |
包含 MonthCalendar 控制項之區域的相關資訊。Contains information about an area of a MonthCalendar control. 此類別無法獲得繼承。This class cannot be inherited. |
MouseEventArgs |
提供 MouseUp、MouseDown 和 MouseMove 事件的資料。Provides data for the MouseUp, MouseDown, and MouseMove events. |
NativeWindow |
提供視窗控制代碼 (Window Handle) 和視窗程序 (Window Procedure) 的低階封裝。Provides a low-level encapsulation of a window handle and a window procedure. |
NavigateEventArgs | |
NodeLabelEditEventArgs |
提供 BeforeLabelEdit 和 AfterLabelEdit 事件的資料。Provides data for the BeforeLabelEdit and AfterLabelEdit events. |
NotifyIcon |
指定在通知區域中建立圖示的元件。Specifies a component that creates an icon in the notification area. 此類別無法獲得繼承。This class cannot be inherited. |
NumericUpDown |
代表可顯示數值的 Windows 微調方塊 (也稱為上下按鈕控制項)。Represents a Windows spin box (also known as an up-down control) that displays numeric values. |
NumericUpDownAcceleration |
提供在按住上下按鈕一段指定的時間時,如何在微調方塊 (也稱為上下按鈕控制項) 上執行加速的相關資訊。Provides information specifying how acceleration should be performed on a spin box (also known as an up-down control) when the up or down button is pressed for specified time period. |
NumericUpDownAccelerationCollection |
表示 NumericUpDownAcceleration 控制項中已排序的 NumericUpDown 物件集合。Represents a sorted collection of NumericUpDownAcceleration objects in the NumericUpDown control. |
OpacityConverter |
提供型別轉換子 (Type Converter),將不透明度的值與字串相互轉換。Provides a type converter to convert opacity values to and from a string. |
OpenFileDialog |
顯示對話方塊,以提示使用者開啟檔案。Displays a standard dialog box that prompts the user to open a file. 此類別無法獲得繼承。This class cannot be inherited. |
OSFeature |
提供作業系統特定的功能查詢。Provides operating-system specific feature queries. |
OwnerDrawPropertyBag |
包含元件在必要時才需要的屬性值。Contains values of properties that a component might need only occasionally. |
PaddingConverter |
提供型別轉換子 (Type Converter) 將 Padding 值與其他各種表示相互轉換。Provides a type converter to convert Padding values to and from various other representations. |
PageSetupDialog |
讓使用者可以變更頁面相關的列印設定,包括邊界和紙張方向。Enables users to change page-related print settings, including margins and paper orientation. 此類別無法獲得繼承。This class cannot be inherited. |
PaintEventArgs | |
Panel |
用來群組控制項的集合。Used to group collections of controls. |
PictureBox |
表示顯示影像用的 Windows 圖片方塊控制項。Represents a Windows picture box control for displaying an image. |
PopupEventArgs | |
PowerStatus |
表示目前的系統電源狀態資訊。Indicates current system power status information. |
PreviewKeyDownEventArgs |
提供 PreviewKeyDown 事件的資料。Provides data for the PreviewKeyDown event. |
PrintControllerWithStatusDialog |
控制從 Windows Form 應用程式列印文件的方式。Controls how a document is printed from a Windows Forms application. |
PrintDialog |
從 Windows Form 應用程式列印時,可讓使用者選取印表機,並且選擇要列印的文件區段。Lets users select a printer and choose which sections of the document to print from a Windows Forms application. |
PrintPreviewControl |
表示從 Windows Forms 應用程式預覽列印時,未經處理的預覽部分,沒有任何對話方塊或按鈕。Represents the raw preview part of print previewing from a Windows Forms application, without any dialog boxes or buttons. 多數的 PrintPreviewControl 物件在 PrintPreviewDialog 物件上被發現,但它們不一定要被發現。Most PrintPreviewControl objects are found on PrintPreviewDialog objects, but they do not have to be. |
PrintPreviewDialog |
代表對話方塊表單,其中包含 PrintPreviewControl,以便從 Windows Form 應用程式列印。Represents a dialog box form that contains a PrintPreviewControl for printing from a Windows Forms application. |
ProfessionalColors |
提供 Color 結構,而這些結構是 Windows 顯示項目的色彩。Provides Color structures that are colors of a Windows display element. 此類別無法獲得繼承。This class cannot be inherited. |
ProfessionalColorTable |
提供用於 Microsoft Office 顯示項目的色彩。Provides colors used for Microsoft Office display elements. |
ProgressBar |
表示 Windows 進度列 (Progress Bar) 控制項。Represents a Windows progress bar control. |
ProgressBarRenderer |
提供用來呈現具有視覺化樣式的進度列控制項的方法。Provides methods used to render a progress bar control with visual styles. 此類別無法獲得繼承。This class cannot be inherited. |
PropertyGrid |
提供使用者介面,以瀏覽物件的屬性。Provides a user interface for browsing the properties of an object. |
PropertyGrid.PropertyTabCollection |
包含 PropertyTab 物件的集合。Contains a collection of PropertyTab objects. |
PropertyManager |
維護物件屬性和資料繫結控制項屬性之間的 Binding。Maintains a Binding between an object's property and a data-bound control property. |
PropertyTabChangedEventArgs |
提供 PropertyTabChanged 的 PropertyGrid 事件的資料。Provides data for the PropertyTabChanged event of a PropertyGrid. |
PropertyValueChangedEventArgs |
提供 PropertyValueChanged 的 PropertyGrid 事件的資料。Provides data for the PropertyValueChanged event of a PropertyGrid. |
QueryAccessibilityHelpEventArgs |
提供 QueryAccessibilityHelp 事件的資料。Provides data for the QueryAccessibilityHelp event. |
QueryContinueDragEventArgs |
提供 QueryContinueDrag 事件的資料。Provides data for the QueryContinueDrag event. |
QuestionEventArgs |
針對需要問題的 |
RadioButton |
允許使用者從一組選項中選取單一選項,與其他 RadioButton 控制項搭配。Enables the user to select a single option from a group of choices when paired with other RadioButton controls. |
RadioButton.RadioButtonAccessibleObject |
提供協助工具用戶端應用程式之 RadioButton 控制項的相關資訊。Provides information about the RadioButton control to accessibility client applications. |
RadioButtonRenderer |
提供用來呈現包含或不包含視覺化樣式的選項按鈕 (Option button) 控制項 (亦稱為選項按鈕 (Radio button)) 的方法。Provides methods used to render an option button control (also known as a radio button) with or without visual styles. 此類別無法獲得繼承。This class cannot be inherited. |
RelatedImageListAttribute |
表示屬性相關的 ImageList。Indicates which ImageList a property is related to. |
RetrieveVirtualItemEventArgs |
提供 RetrieveVirtualItem 事件的資料。Provides data for the RetrieveVirtualItem event. |
RichTextBox |
表示 Windows Rich Text Box 控制項。Represents a Windows rich text box control. |
RowStyle |
表示資料表配置中的資料列之外觀及操作。Represents the look and feel of a row in a table layout. |
SaveFileDialog |
提示使用者選取儲存檔案的位置。Prompts the user to select a location for saving a file. 此類別無法獲得繼承。This class cannot be inherited. |
Screen |
表示單一系統上的顯示裝置或多重顯示裝置。Represents a display device or multiple display devices on a single system. |
ScrollableControl |
定義支援自動捲動行為的控制項的基底類別。Defines a base class for controls that support auto-scrolling behavior. |
ScrollableControl.DockPaddingEdges |
決定停駐控制項的邊線填補。Determines the border padding for docked controls. |
ScrollableControl.DockPaddingEdgesConverter |
TypeConverter 類別的 ScrollableControl.DockPaddingEdges。A TypeConverter for the ScrollableControl.DockPaddingEdges class. |
ScrollBar |
實作捲軸控制項的基本功能。Implements the basic functionality of a scroll bar control. |
ScrollBarRenderer |
提供用來呈現具有視覺化樣式之捲軸控制項的方法。Provides methods used to render a scroll bar control with visual styles. 此類別無法獲得繼承。This class cannot be inherited. |
ScrollEventArgs |
提供 |
ScrollProperties |
封裝與捲動相關的屬性。Encapsulates properties related to scrolling. |
SearchForVirtualItemEventArgs |
提供 SearchForVirtualItem 事件的資料。Provides data for the SearchForVirtualItem event. |
SelectedGridItemChangedEventArgs |
提供 SelectedGridItemChanged 控制項的 PropertyGrid 事件資料。Provides data for the SelectedGridItemChanged event of the PropertyGrid control. |
SelectionRange |
表示在月曆控制項中的資料選取範圍。Represents a date selection range in a month calendar control. |
SelectionRangeConverter |
提供型別轉換子 (Type Converter),將 SelectionRange 物件與其他各種型別相互轉換。Provides a type converter to convert SelectionRange objects to and from various other types. |
SendKeys |
提供傳送按鍵至應用程式的方法。Provides methods for sending keystrokes to an application. |
SplitContainer |
表示控制項,此控制項是由可以將容器的顯示區分成兩個可以調整大小之面板的可移動軸所組成。Represents a control consisting of a movable bar that divides a container's display area into two resizable panels. |
Splitter |
表示讓使用者調整停駐控制項大小的分隔器控制項。Represents a splitter control that enables the user to resize docked controls. Splitter 已經由 SplitContainer 所取代,而提供它的目的只是為了要保有與舊版之間的相容性。Splitter has been replaced by SplitContainer and is provided only for compatibility with previous versions. |
SplitterCancelEventArgs |
提供分隔器事件的資料。Provides data for splitter events. |
SplitterEventArgs |
提供 SplitterMoving 和 SplitterMoved 事件的資料。Provides data for SplitterMoving and the SplitterMoved events. |
SplitterPanel |
建立與 SplitContainer 有關聯的面板。Creates a panel that is associated with a SplitContainer. |
StatusBar |
代表一個 Windows 狀態列控制項。Represents a Windows status bar control. .NET 5.0 和更新版本中無法使用這個類別。This class is not available in .NET 5.0 and later versions. 改為使用 ToolStripStatusLabel 控制項,這會取代和延伸 StatusBar 控制項。Use the ToolStripStatusLabel control instead, which replaces and extends the StatusBar control. |
StatusBar.StatusBarPanelCollection |
代表 StatusBar 控制項內的面板集合。Represents the collection of panels in a StatusBar control. |
StatusBarDrawItemEventArgs | |
StatusBarPanel |
代表 StatusBar 控制項中的面板。Represents a panel in a StatusBar control. 此類別在 .NET 5.0 和更新版本中無法使用。This class is not available in .NET 5.0 and later versions. 改為使用 StatusStrip 控制項,這會取代並擴充 StatusBar 控制項。Use the StatusStrip control instead, which replaces and extends the StatusBar control. |
StatusBarPanelClickEventArgs |
提供 PanelClick 事件的資料。Provides data for the PanelClick event. |
StatusStrip |
代表一個 Windows 狀態列控制項。Represents a Windows status bar control. |
SystemInformation |
提供目前系統環境的相關資訊。Provides information about the current system environment. |
TabControl |
管理一組相關的索引標籤頁。Manages a related set of tab pages. |
TabControl.ControlCollection | |
TabControl.TabPageCollection | |
TabControlCancelEventArgs |
提供資料給 Selecting 控制項的 Deselecting 和 TabControl 事件。Provides data for the Selecting and Deselecting events of a TabControl control. |
TabControlEventArgs |
提供資料給 Selected 控制項的 Deselected 和 TabControl 事件。Provides data for the Selected and Deselected events of a TabControl control. |
TableLayoutCellPaintEventArgs | |
TableLayoutColumnStyleCollection |
儲存 ColumnStyle 物件的集合。A collection that stores ColumnStyle objects. |
TableLayoutControlCollection |
代表資料表配置容器中子控制項的集合。Represents a collection of child controls in a table layout container. |
TableLayoutPanel |
代表會在資料列和資料行所組成的方格中動態配置其內容的面板。Represents a panel that dynamically lays out its contents in a grid composed of rows and columns. |
TableLayoutRowStyleCollection |
儲存 RowStyle 物件的集合。A collection that stores RowStyle objects. |
TableLayoutSettings |
收集與資料表配置相關的特性。Collects the characteristics associated with table layouts. |
TableLayoutStyle |
實作基本功能,表示資料表配置的外觀和行為。Implements the basic functionality that represents the appearance and behavior of a table layout. |
TableLayoutStyleCollection |
實作資料表配置樣式集合的基本功能。Implements the basic functionality for a collection of table layout styles. |
TabPage |
表示 TabControl 中的單一索引標籤頁。Represents a single tab page in a TabControl. |
TabPage.TabPageControlCollection |
包含 TabPage 使用的控制項集合。Contains the collection of controls that the TabPage uses. |
TabRenderer |
提供用來呈現具有視覺化樣式的索引標籤控制項的方法。Provides methods used to render a tab control with visual styles. 此類別無法獲得繼承。This class cannot be inherited. |
TaskDialog |
工作對話方塊可讓您顯示資訊,以及取得來自使用者的簡單輸入。A task dialog allows to display information and get simple input from the user. 其類似 MessageBox (格式是由作業系統設定),但提供更多功能。It is similar to a MessageBox (in that it is formatted by the operating system) but provides a lot more features. |
TaskDialogButton |
代表工作對話方塊的按鈕控制項。Represents a button control of a task dialog. |
TaskDialogButtonCollection |
表示 TaskDialogButton 物件的集合。Represents a collection of TaskDialogButton objects. |
TaskDialogCommandLinkButton |
代表工作對話方塊的命令連結按鈕控制項。Represents a command link button control of a task dialog. |
TaskDialogControl |
代表工作對話方塊的控制項。Represents a control of a task dialog. |
TaskDialogExpander |
代表工作對話方塊的展開器按鈕以及相關聯的展開區域。Represents an expander button and the associated expanded area of a task dialog. |
TaskDialogFootnote |
代表工作對話方塊的註腳區域。Represents the footnote area of a task dialog. |
TaskDialogIcon |
代表可以顯示於工作對話方塊的主要區域 (透過設定 Icon 屬性) 或顯示於工作對話方塊的註腳 (透過設定 Icon 屬性) 的圖示。Represents an icon that can be shown in the main area of a task dialog (by setting the Icon property) or in the footnote of a task dialog (by setting the Icon property). |
TaskDialogPage |
代表工作對話方塊的頁面內容。Represents a page of content of a task dialog. |
TaskDialogProgressBar |
代表工作對話方塊的進度列控制項。Represents a progress bar control of a task dialog. |
TaskDialogRadioButton |
代表工作對話方塊的選項按鈕控制項。Represents a radio button control of a task dialog. |
TaskDialogRadioButtonCollection |
表示 TaskDialogRadioButton 物件的集合。Represents a collection of TaskDialogRadioButton objects. |
TaskDialogVerificationCheckBox |
代表工作對話方塊的驗證核取方塊控制項。Represents a verification checkbox control of a task dialog. |
TextBox |
表示 Windows 文字方塊控制項。Represents a Windows text box control. |
TextBoxBase |
實作文字控制項要求的基本功能。Implements the basic functionality required by text controls. |
TextBoxRenderer |
提供用來呈現具有視覺化樣式的文字方塊控制項的方法。Provides methods used to render a text box control with visual styles. 此類別無法獲得繼承。This class cannot be inherited. |
TextRenderer |
提供方法用來測量及呈現文字。Provides methods used to measure and render text. 此類別無法獲得繼承。This class cannot be inherited. |
ThreadExceptionDialog |
實作在執行緒中發生未處理例外狀況 (Exception) 時顯示的對話方塊。Implements a dialog box that is displayed when an unhandled exception occurs in a thread. |
Timer |
實作一個在使用者定義的間隔引發事件的計時器。Implements a timer that raises an event at user-defined intervals. 最佳化這個計時器以用於 Windows Form 應用程式,並且必須用於視窗中。This timer is optimized for use in Windows Forms applications and must be used in a window. |
ToolBar |
表示 Windows 工具列。Represents a Windows toolbar. 此類別在 .NET Core 3.1 和更新版本中無法使用。This class is not available in .NET Core 3.1 and later versions. ToolStrip請改用取代並擴充 ToolBar 控制項的。Use ToolStrip instead, which replaces and extends the ToolBar control. |
ToolBar.ToolBarButtonCollection |
封裝 ToolBarButton 控制項集合,以供 ToolBar 類別使用。Encapsulates a collection of ToolBarButton controls for use by the ToolBar class. |
ToolBarButton |
表示 Windows 工具列按鈕。Represents a Windows toolbar button. 此類別在 .NET Core 3.1 和更新版本中無法使用。This class is not available in .NET Core 3.1 and later versions. 改用 ToolStripButton 取代和延伸 ToolBarButton 控制項。Use ToolStripButton instead, which replaces and extends the ToolBarButton control. |
ToolBarButtonClickEventArgs |
提供 ButtonClick 事件的資料。Provides data for the ButtonClick event. |
ToolStrip |
提供 Windows 工具列物件的容器 (Container)。Provides a container for Windows toolbar objects. |
ToolStrip.ToolStripAccessibleObject |
提供資訊,讓協助工具應用程式能用於為殘障使用者調整 ToolStrip 的使用者介面。Provides information that accessibility applications use to adjust the user interface of a ToolStrip for users with impairments. |
ToolStripArrowRenderEventArgs |
提供 RenderArrow 事件的資料。Provides data for the RenderArrow event. |
ToolStripButton |
表示可包含文字和影像的可選取 ToolStripItem。Represents a selectable ToolStripItem that can contain text and images. |
ToolStripComboBox |
表示適當呈現在 ToolStripComboBox 中的 ToolStrip。Represents a ToolStripComboBox that is properly rendered in a ToolStrip. |
ToolStripContainer |
提供表單每一邊上的面板,以及可以保存一或多個控制項的中央面板。Provides panels on each side of the form and a central panel that can hold one or more controls. |
ToolStripContentPanel |
表示 ToolStripContainer 控制項的中央面板。Represents the center panel of a ToolStripContainer control. |
ToolStripContentPanelRenderEventArgs |
提供 RendererChanged 事件的資料。Provides data for the RendererChanged event. |
ToolStripControlHost |
裝載 (Host) 自訂控制項或 Windows Form 控制項。Hosts custom controls or Windows Forms controls. |
ToolStripControlHost.ToolStripHostedControlAccessibleObject |
表示可存取的物件控制主機,其負責在 ToolStrip 標準項目及例如 TextBox、ComboBox、ProgressBar 等託管控制項內進行可存取的瀏覽。Represents the accessible object control host responsible for accessible navigation within the ToolStrip standard items and hosted controls like TextBox, ComboBox, ProgressBar, etc. |
ToolStripDropDown |
表示控制項,可讓使用者從清單中選取使用者按一下時所顯示的單一專案 ToolStripDropDownButton 。Represents a control that allows the user to select a single item from a list that's displayed when the user clicks a ToolStripDropDownButton. |
ToolStripDropDown.ToolStripDropDownAccessibleObject |
提供協助工具用戶端應用程式之 ToolStripDropDown 控制項的相關資訊。Provides information about the ToolStripDropDown control to accessibility client applications. |
ToolStripDropDownButton |
表示控制項,當使用者按下此控制項後就會顯示關聯的 ToolStripDropDown,讓使用者可以從中選取單一項目。Represents a control that when clicked displays an associated ToolStripDropDown from which the user can select a single item. |
ToolStripDropDownClosedEventArgs | |
ToolStripDropDownClosingEventArgs | |
ToolStripDropDownItem |
針對按下 ToolStripDropDown、ToolStripDropDownButton 或 ToolStripMenuItem 控制項時顯示 ToolStripSplitButton 的控制項提供基本功能。Provides basic functionality for controls that display a ToolStripDropDown when a ToolStripDropDownButton, ToolStripMenuItem, or ToolStripSplitButton control is clicked. |
ToolStripDropDownItemAccessibleObject |
提供資訊,讓協助工具應用程式能用於為殘障使用者調整 ToolStripDropDown 的使用者介面。Provides information that accessibility applications use to adjust the user interface of a ToolStripDropDown for users with impairments. |
ToolStripDropDownMenu |
提供 ContextMenuStrip 控制項的基本功能。Provides basic functionality for the ContextMenuStrip control. |
ToolStripGripRenderEventArgs |
提供 RenderGrip 事件的資料。Provides data for the RenderGrip event. |
ToolStripItem |
表示抽象基底類別,用於管理 ToolStrip 或 ToolStripDropDown 可包含之所有項目的事件和配置。Represents the abstract base class that manages events and layout for all the elements that a ToolStrip or ToolStripDropDown can contain. |
ToolStripItem.ToolStripItemAccessibleObject |
提供資訊,讓協助工具應用程式能用於為殘障使用者調整 ToolStripItem 的使用者介面。Provides information that accessibility applications use to adjust the user interface of a ToolStripItem for users with impairments. |
ToolStripItemClickedEventArgs |
提供 ItemClicked 事件的資料。Provides data for the ItemClicked event. |
ToolStripItemCollection |
表示 ToolStripItem 物件的集合。Represents a collection of ToolStripItem objects. |
ToolStripItemEventArgs |
提供 ToolStripItem 事件的資料。Provides data for ToolStripItem events. |
ToolStripItemImageRenderEventArgs |
提供 RenderItemImage 事件的資料。Provides data for the RenderItemImage event. |
ToolStripItemRenderEventArgs |
提供事件的資料,這些事件會呈現衍生自 ToolStripItem 類別中之 ToolStripRenderer 的物件背景。Provides data for the events that render the background of objects derived from ToolStripItem in the ToolStripRenderer class. |
ToolStripItemTextRenderEventArgs |
提供 RenderItemText 事件的資料。Provides data for the RenderItemText event. |
ToolStripLabel |
表示無法選取的 ToolStripItem,其可呈現文字和影像,並可顯示超連結。Represents a nonselectable ToolStripItem that renders text and images and can display hyperlinks. |
ToolStripManager |
控制 ToolStrip 的呈現和浮動定位,以及 MenuStrip、ToolStripDropDownMenu 和 ToolStripMenuItem 物件的合併。Controls ToolStrip rendering and rafting, and the merging of MenuStrip, ToolStripDropDownMenu, and ToolStripMenuItem objects. 此類別無法獲得繼承。This class cannot be inherited. |
ToolStripMenuItem |
表示顯示在 MenuStrip 或 ContextMenuStrip 上的可選取選項。Represents a selectable option displayed on a MenuStrip or ContextMenuStrip. |
ToolStripOverflow |
管理 ToolStrip 的溢位行為。Manages the overflow behavior of a ToolStrip. |
ToolStripOverflowButton |
裝載 ToolStripDropDown,以便顯示讓 ToolStrip 溢位的項目。Hosts a ToolStripDropDown that displays items that overflow the ToolStrip. |
ToolStripPanel |
建立容器,其他控制項可以在其中共用水平或垂直間距。Creates a container within which other controls can share horizontal or vertical space. |
ToolStripPanel.ToolStripPanelRowCollection |
代表 ToolStripPanel 中的所有 ToolStripPanelRow 物件。Represents all the ToolStripPanelRow objects in a ToolStripPanel. |
ToolStripPanelRenderEventArgs |
提供 ToolStripPanel 繪圖的資料。Provides data for ToolStripPanel drawing. |
ToolStripPanelRow |
表示可包含控制項之 ToolStripPanel 的資料列。Represents a row of a ToolStripPanel that can contain controls. |
ToolStripProfessionalRenderer |
處理 ToolStrip 物件的繪製功能,並套用自訂調色盤 (Palette) 和簡潔樣式。Handles the painting functionality for ToolStrip objects, applying a custom palette and a streamlined style. |
ToolStripProgressBar |
表示 StatusStrip 中所包含的 Windows 進度列控制項。Represents a Windows progress bar control contained in a StatusStrip. |
ToolStripRenderer |
處理 ToolStrip 物件的繪製功能。Handles the painting functionality for ToolStrip objects. |
ToolStripRenderEventArgs |
提供 OnRenderImageMargin(ToolStripRenderEventArgs)、OnRenderToolStripBorder(ToolStripRenderEventArgs) 和 OnRenderToolStripBackground(ToolStripRenderEventArgs) 方法的資料。Provides data for the OnRenderImageMargin(ToolStripRenderEventArgs), OnRenderToolStripBorder(ToolStripRenderEventArgs), and OnRenderToolStripBackground(ToolStripRenderEventArgs) methods. |
ToolStripSeparator |
表示直線,這條直線可用來將 ToolStrip 的項目或是 MenuStrip、ContextMenuStrip 或其他 ToolStripDropDown 控制項的下拉式項目分組。Represents a line used to group items of a ToolStrip or the drop-down items of a MenuStrip or ContextMenuStrip or other ToolStripDropDown control. |
ToolStripSeparatorRenderEventArgs |
提供 RenderGrip 事件的資料。Provides data for the RenderGrip event. |
ToolStripSplitButton |
表示標準按鈕在左側而下拉按鈕在右側的組合,但如果 RightToLeft 的值為 |
ToolStripSplitButton.ToolStripSplitButtonAccessibleObject |
提供資訊,讓協助工具應用程式能用於為殘障使用者調整 ToolStripSplitButton 的使用者介面。Provides information that accessibility applications use to adjust the user interface of a ToolStripSplitButton for users with impairments. |
ToolStripStatusLabel |
代表 StatusStrip 控制項中的面板。Represents a panel in a StatusStrip control. |
ToolStripSystemRenderer |
使用系統色彩和平面視覺化樣式,處理 ToolStrip 物件的繪製功能。Handles the painting functionality for ToolStrip objects, using system colors and a flat visual style. |
ToolStripTextBox |
提供 ToolStrip 中的文字方塊,可讓使用者輸入文字。Represents a text box in a ToolStrip that allows the user to enter text. |
ToolTip |
表示小矩形快顯視窗 (Pop-Up Window),它會在使用者將指標停留在控制項上時,顯示控制項用途的簡短說明。Represents a small rectangular pop-up window that displays a brief description of a control's purpose when the user rests the pointer on the control. |
TrackBar |
表示標準的 Windows 追蹤列。Represents a standard Windows track bar. |
TrackBarRenderer |
提供用來呈現具有視覺化樣式之追蹤列控制項的方法。Provides methods used to render a track bar control with visual styles. 此類別無法獲得繼承。This class cannot be inherited. |
TreeNode | |
TreeNodeCollection |
表示 TreeNode 物件的集合。Represents a collection of TreeNode objects. |
TreeNodeConverter |
提供型別轉換子 (Type Converter) 將 TreeNode 物件與其他各種表示相互轉換。Provides a type converter to convert TreeNode objects to and from various other representations. |
TreeNodeMouseClickEventArgs |
提供 NodeMouseClick 和 NodeMouseDoubleClick 事件的資料。Provides data for the NodeMouseClick and NodeMouseDoubleClick events. |
TreeNodeMouseHoverEventArgs |
提供 NodeMouseHover 事件的資料。Provides data for the NodeMouseHover event. |
TreeView |
顯示標籤項目階層式集合,所有項目皆由 TreeNode 表示。Displays a hierarchical collection of labeled items, each represented by a TreeNode. |
TreeViewCancelEventArgs |
提供 BeforeCheck 控制項的 BeforeCollapse、BeforeExpand、BeforeSelect 和 TreeView 事件等資料。Provides data for the BeforeCheck, BeforeCollapse, BeforeExpand, and BeforeSelect events of a TreeView control. |
TreeViewEventArgs |
提供 AfterCheck 控制項的 AfterCollapse、AfterExpand、AfterSelect 或 TreeView 事件資料。Provides data for the AfterCheck, AfterCollapse, AfterExpand, or AfterSelect events of a TreeView control. |
TreeViewHitTestInfo |
包含 TreeView 控制項或 TreeNode 之區域的相關資訊。Contains information about an area of a TreeView control or a TreeNode. |
TreeViewImageIndexConverter |
提供型別轉換子 (Type Converter) 將影像索引資料的某個型別與其他資料型別相互轉換,方法是使用 TreeView 控制項。Provides a type converter to convert data for an image index to and from one data type to another for use by the TreeView control. |
TreeViewImageKeyConverter |
提供型別轉換子 (Type Converter),將影像索引鍵的資料與其他資料型別相互轉換。Provides a type converter to convert data for an image key to and from another data type. |
TypeValidationEventArgs |
提供 TypeValidationCompleted 事件的資料。Provides data for the TypeValidationCompleted event. |
UICuesEventArgs |
提供 ChangeUICues 事件的資料。Provides data for the ChangeUICues event. |
UpDownBase |
實作微調方塊 (Spin Box,也稱為上下按鈕控制項) 需要的基本功能。Implements the basic functionality required by a spin box (also known as an up-down control). |
UpDownEventArgs |
提供衍生自 UpDownBase 控制項的控制項相關資料。Provides data for controls that derive from the UpDownBase control. |
UserControl |
提供空白控制項,可用來建立其他控制項。Provides an empty control that can be used to create other controls. |
VScrollBar |
表示標準 Windows 垂直捲軸。Represents a standard Windows vertical scroll bar. |
VScrollProperties |
提供 VScrollBar 類別的基本屬性。Provides basic properties for the VScrollBar class. |
WebBrowser |
讓使用者巡覽表單中的網頁。Enables the user to navigate Web pages inside your form. |
WebBrowser.WebBrowserSite |
表示 WebBrowser 控制項的主視窗。Represents the host window of a WebBrowser control. |
WebBrowserBase |
針對做為 WebBrowser 控制項之基底類別 (Base Class) 的泛型 ActiveX 控制項,提供包裝函式。Provides a wrapper for a generic ActiveX control for use as a base class by the WebBrowser control. |
WebBrowserDocumentCompletedEventArgs |
提供 DocumentCompleted 事件的資料。Provides data for the DocumentCompleted event. |
WebBrowserNavigatedEventArgs | |
WebBrowserNavigatingEventArgs |
提供 Navigating 事件的資料。Provides data for the Navigating event. |
WebBrowserProgressChangedEventArgs |
提供 ProgressChanged 事件的資料。Provides data for the ProgressChanged event. |
WebBrowserSiteBase |
利用 WebBrowser.WebBrowserSite 類別,以基底類別 (Base Class) 來實作 ActiveX 站台的介面。Implements the interfaces of an ActiveX site for use as a base class by the WebBrowser.WebBrowserSite class. |
WindowsFormsSection |
定義新的 ConfigurationSection,以剖析應用程式設定。Defines a new ConfigurationSection for parsing application settings. 此類別無法獲得繼承。This class cannot be inherited. |
WindowsFormsSynchronizationContext |
提供 Windows Form 應用程式模型的同步處理內容。Provides a synchronization context for the Windows Forms application model. |
結構
BindingMemberInfo |
包含資訊以啟用 Binding 解析資料繫結 (Data Binding) 至物件的屬性,或者至物件清單中目前物件的屬性。Contains information that enables a Binding to resolve a data binding to either the property of an object or the property of the current object in a list of objects. |
DataGridCell |
識別格線中的儲存格。Identifies a cell in the grid. |
ImeModeConversion |
Helper 類別,可提供有關 IME 轉換模式的資訊。Helper class that provides information about the IME conversion mode. |
LinkArea |
表示 LinkLabel 控制項中的區域,代表控制項中的超連結 (Hyperlink)。Represents an area within a LinkLabel control that represents a hyperlink within the control. |
Message |
實作 Windows 訊息。Implements a Windows message. |
Padding |
表示與使用者介面 (UI) 項目有關聯的邊框距離或邊界資訊。Represents padding or margin information associated with a user interface (UI) element. |
TableLayoutPanelCellPosition |
表示 TableLayoutPanel 中的儲存格。Represents a cell in a TableLayoutPanel. |
介面
IBindableComponent |
啟用非控制項元件,模擬 Windows Forms 控制項的資料繫結行為。Enables a non-control component to emulate the data-binding behavior of a Windows Forms control. |
IButtonControl |
允許控制項在表單中有和按鈕相同的作用。Allows a control to act like a button on a form. |
ICommandExecutor |
在實作這個介面的型別上定義執行特定動作的方法。Defines a method that executes a certain action on the type that implements this interface. |
IComponentEditorPageSite |
ComponentEditorPage 的站台。The site for a ComponentEditorPage. |
IContainerControl |
提供控制項做為其他控制項之父代 (Parent) 的功能。Provides the functionality for a control to act as a parent for other controls. |
ICurrencyManagerProvider |
提供元件的自訂繫結管理。Provides custom binding management for components. |
IDataGridColumnStyleEditingNotificationService |
提供編輯告知介面。Provides an editing notification interface. |
IDataGridEditingService |
表示處理編輯要求的方法。Represents methods that process editing requests. |
IDataGridViewEditingCell |
定義儲存格的共同功能,以管理儲存格的值。Defines common functionality for a cell that allows the manipulation of its value. |
IDataGridViewEditingControl |
為裝載於 DataGridView 之儲存格的控制項定義通用功能。Defines common functionality for controls that are hosted within cells of a DataGridView. |
IDataObject |
提供不受格式影響的資料傳送機制。Provides a format-independent mechanism for transferring data. |
IDropTarget |
定義滑鼠事件。Defines mouse events. |
IFeatureSupport |
指定從目前系統擷取功能資訊的標準介面。Specifies a standard interface for retrieving feature information from the current system. |
IFileReaderService |
定義可開啟目前目錄中之檔案的方法。Defines a method that opens a file from the current directory. |
IMessageFilter |
定義訊息篩選條件介面。Defines a message filter interface. |
IWin32Window |
提供來公開 Win32 HWND 控制代碼的介面。Provides an interface to expose Win32 HWND handles. |
IWindowTarget |
定義控制項和 Windows API 之間的通訊層。Defines the communication layer between a control and the Windows API. |
列舉
AccessibleEvents |
指定可存取應用程式報告的事件。Specifies events that are reported by accessible applications. |
AccessibleNavigation |
指定要用於在可存取物件中巡覽的數值。Specifies values for navigating among accessible objects. |
AccessibleRole |
指定數值,代表可存取物件可能的角色。Specifies values representing possible roles for an accessible object. |
AccessibleSelection |
指定可存取的物件如何選取或接收焦點。Specifies how an accessible object is selected or receives focus. |
AccessibleStates |
指定數值,代表可存取物件的可能狀態。Specifies values representing possible states for an accessible object. |
AnchorStyles |
指定控制項如何在其容器 (Container) 的邊緣錨定。Specifies how a control anchors to the edges of its container. |
Appearance |
指定控制項的外觀。Specifies the appearance of a control. |
ArrangeDirection |
指定系統排列最小化視窗的方向。Specifies the direction in which the system arranges minimized windows. |
ArrangeStartingPosition |
指定系統用來排列最小化視窗的開始位置。Specifies the starting position that the system uses to arrange minimized windows. |
ArrowDirection |
指定使用 GetNextItem(ToolStripItem, ArrowDirection) 方法取得項目時所要移動的方向。Specifies the direction to move when getting items with the GetNextItem(ToolStripItem, ArrowDirection) method. |
AutoCompleteMode |
指定 ComboBox 和 TextBox 控制項中使用的自動完成功能模式。Specifies the mode for the automatic completion feature used in the ComboBox and TextBox controls. |
AutoCompleteSource |
指定 ComboBox 和 TextBox 自動完成功能的來源。Specifies the source for ComboBox and TextBox automatic completion functionality. |
AutoScaleMode |
指定 Windows Forms 所支援的不同類型的自動縮放模式。Specifies the different types of automatic scaling modes supported by Windows Forms. |
AutoSizeMode |
指定當啟用控制項的 AutoSize 屬性時,它的行為為何。Specifies how a control will behave when its AutoSize property is enabled. |
AutoValidate |
在控制項失去使用者輸入焦點時,決定控制項如何驗證其資料。Determines how a control validates its data when it loses user input focus. |
AxHost.ActiveXInvokeKind |
指定成員型別,在它是無效狀態時參考 ActiveX 控制項。Specifies the type of member that referenced the ActiveX control while it was in an invalid state. |
BatteryChargeStatus |
定義用來表示目前電池充電程度或充電狀態資訊的識別項。Defines identifiers that indicate the current battery charge level or charging state information. |
BindingCompleteContext |
指定繫結作業的方向。Specifies the direction of the binding operation. |
BindingCompleteState |
表示已完成繫結作業的結果。Indicates the result of a completed binding operation. |
BootMode |
指定啟動系統的開機模式。Specifies the boot mode in which the system was started. |
Border3DSide |
指定套用 3D 框線的矩形邊。Specifies the sides of a rectangle to apply a three-dimensional border to. |
Border3DStyle |
指定 3D 框線的樣式。Specifies the style of a three-dimensional border. |
BorderStyle |
指定控制項的框線樣式。Specifies the border style for a control. |
BoundsSpecified |
指定當定義控制項的大小和位置時,所要使用之控制項的邊界。Specifies the bounds of the control to use when defining a control's size and position. |
ButtonBorderStyle |
指定按鈕控制項的框線樣式。Specifies the border style for a button control. |
ButtonState |
指定按鈕的外觀。Specifies the appearance of a button. |
CaptionButton |
指定要顯示的標題按鈕類型。Specifies the type of caption button to display. |
CharacterCasing |
指定 TextBox 控制項中字元的大小寫。Specifies the case of characters in a TextBox control. |
CheckState |
指定控制項的狀態,例如核取方塊,可以選取、取消核取或是設為不確定的狀態。Specifies the state of a control, such as a check box, that can be checked, unchecked, or set to an indeterminate state. |
CloseReason |
指定關閉表單的原因。Specifies the reason that a form was closed. |
ColorDepth |
指定顯示在 ImageList 控制項影像中所使用的色彩數目。Specifies the number of colors used to display an image in an ImageList control. |
ColumnHeaderAutoResizeStyle |
指定應該如何調整 ListView 中所包含的資料行大小。Specifies how a column contained in a ListView should be resized. |
ColumnHeaderStyle |
指定 ListView 控制項中的資料行行首樣式。Specifies the styles of the column headers in a ListView control. |
ComboBoxStyle | |
ControlStyles |
指定控制項的樣式和行為。Specifies the style and behavior of a control. |
ControlUpdateMode |
判斷對資料來源值所做的變更何時傳播到相對應資料繫結的控制項屬性。Determines when changes to a data source value get propagated to the corresponding data-bound control property. |
DataGrid.HitTestType |
指定使用者按下的 DataGrid 控制項的部分。Specifies the part of the DataGrid control the user has clicked. |
DataGridLineStyle |
指定 DataGrid 中格線的樣式。Specifies the style of gridlines in a DataGrid. |
DataGridParentRowsLabelStyle |
指定 DataGrid 控制項的父資料列的標籤 (Label) 如何顯示。Specifies how the parent row labels of a DataGrid control are displayed. |
DataGridViewAdvancedCellBorderStyle |
指定可以套用到 DataGridView 控制項的儲存格之框線樣式。Specifies the border styles that can be applied to the cells of a DataGridView control. |
DataGridViewAutoSizeColumnMode |
定義值來指定要如何調整資料行的寬度。Defines values for specifying how the width of a column is adjusted. |
DataGridViewAutoSizeColumnsMode |
定義值來指定要如何調整資料行的寬度。Defines values for specifying how the widths of columns are adjusted. |
DataGridViewAutoSizeRowMode |
定義值來指定要如何調整資料列的高度。Defines values for specifying how the height of a row is adjusted. |
DataGridViewAutoSizeRowsMode |
定義值來指定要如何調整資料列的高度。Defines values for specifying how the heights of rows are adjusted. |
DataGridViewCellBorderStyle |
指定可以套用到 DataGridView 控制項的儲存格之框線樣式。Specifies the border styles that can be applied to the cells of a DataGridView control. |
DataGridViewCellStyleScopes |
指定擁有已變更的儲存格樣式之 DataGridView 實體。Specifies the DataGridView entity that owns the cell style that was changed. |
DataGridViewClipboardCopyMode |
定義常數,指出內容是否會從 DataGridView 控制項複製到剪貼簿中。Defines constants that indicate whether content is copied from a DataGridView control to the Clipboard. |
DataGridViewColumnHeadersHeightSizeMode |
定義值來指定要如何調整資料行行首的高度。Defines values for specifying how the height of the column headers is adjusted. |
DataGridViewColumnSortMode |
定義使用者要如何排序 DataGridView 資料行。Defines how a DataGridView column can be sorted by the user. |
DataGridViewComboBoxDisplayStyle |
定義常數,表示要如何顯示 DataGridViewComboBoxCell。Defines constants that indicate how a DataGridViewComboBoxCell is displayed. |
DataGridViewContentAlignment |
定義常數,其表示在 DataGridView 儲存格內的內容對齊方式。Defines constants that indicate the alignment of content within a DataGridView cell. |
DataGridViewDataErrorContexts |
表示在發生資料錯誤時的資料繫結 DataGridView 控制項之狀態。Represents the state of a data-bound DataGridView control when a data error occurred. |
DataGridViewEditMode |
指定使用者要如何開始進行 DataGridView 控制項中的儲存格編輯。Specifies how a user starts cell editing in the DataGridView control. |
DataGridViewElementStates |
指定 DataGridView 控制項內的項目之使用者介面 (UI) 狀態。Specifies the user interface (UI) state of a element within a DataGridView control. |
DataGridViewHeaderBorderStyle |
指定可以套用到 ColumnHeadersBorderStyle 控制項的 RowHeadersBorderStyle 和 DataGridView 屬性的框線樣式。Specifies the border style that can be applied to the ColumnHeadersBorderStyle and RowHeadersBorderStyle properties of a DataGridView control. |
DataGridViewHitTestType |
指定 DataGridView 控制項中的位置。Specifies a location in a DataGridView control. |
DataGridViewImageCellLayout |
指定包含在 DataGridViewCell 中影像的配置。Specifies the layout for an image contained in a DataGridViewCell. |
DataGridViewPaintParts |
定義值來指定要繪製的 DataGridViewCell 部分。Defines values for specifying the parts of a DataGridViewCell that are to be painted. |
DataGridViewRowHeadersWidthSizeMode |
定義值來指定要如何調整資料列行首的寬度。Defines values for specifying how the row header width is adjusted. |
DataGridViewSelectionMode |
描述要如何選取 DataGridView 控制項的儲存格。Describes how cells of a DataGridView control can be selected. |
DataGridViewTriState |
定義值來指定三個可能狀態的其中一個。Defines values for specifying one of three possible states. |
DataSourceUpdateMode |
指定在繫結控制項中發生變更時,資料來源何時更新。Specifies when a data source is updated when changes occur in the bound control. |
DateTimePickerFormat |
指定 DateTimePicker 控制項顯示的日期時間格式。Specifies the date and time format the DateTimePicker control displays. |
Day |
指定一週中的星期名稱。Specifies the day of the week. |
DialogResult |
指定識別項以指示對話方塊的傳回值。Specifies identifiers to indicate the return value of a dialog box. |
DockingBehavior |
指定當透過設計工具加入控制項時,控制項預設應該要如何停駐。Specifies how a control should be docked by default when added through a designer. |
DockStyle |
指定控制項停駐的位置和方式。Specifies the position and manner in which a control is docked. |
DragAction |
指定拖放作業是否應該繼續以及如何繼續。Specifies how and if a drag-and-drop operation should continue. |
DragDropEffects |
指定拖放作業的可能效果。Specifies the possible effects of a drag-and-drop operation. |
DrawItemState |
指定所繪製項目的狀態。Specifies the state of an item that is being drawn. |
DrawMode |
指定如何繪製控制項的項目。Specifies how the elements of a control are drawn. |
ErrorBlinkStyle |
指定常數,表示 ErrorProvider 所提供的錯誤圖示何時應該閃爍,以警示使用者有錯誤發生。Specifies constants indicating when the error icon, supplied by an ErrorProvider, should blink to alert the user that an error has occurred. |
ErrorIconAlignment |
指定常數,表示錯誤圖示可顯示在哪些與有錯誤的控制項相關的位置。Specifies constants indicating the locations that an error icon can appear in relation to the control with an error. |
FixedPanel |
指定 Panel1、或 Panel2 固定大小,或都不固定大小。Specifies that Panel1, Panel2, or neither panel is fixed. |
FlatStyle |
指定控制項的外觀。Specifies the appearance of a control. |
FlowDirection |
定義常數,指定在線性配置容器內放置連續使用者介面 (UI) 元素的方向。Defines constants that specify the direction in which consecutive user interface (UI) elements are placed in a linear layout container. |
FormBorderStyle |
指定表單的框線樣式。Specifies the border styles for a form. |
FormStartPosition |
指定表單的初始位置。Specifies the initial position of a form. |
FormWindowState |
指定如何顯示表單視窗。Specifies how a form window is displayed. |
FrameStyle |
指定已選取控制項的框架 (Frame) 樣式。Specifies the frame style of the selected control. |
GetChildAtPointSkip |
指定要略過的子控制項。Specifies which child controls to skip. |
GridItemType |
指定 PropertyGrid 的有效格線項目型別。Specifies the valid grid item types for a PropertyGrid. |
HelpNavigator |
指定常數,表示要顯示說明檔的哪些項目。Specifies constants indicating which elements of the Help file to display. |
HighDpiMode |
指定各種可套用至應用程式的高 DPI 模式。Specifies the different high DPI modes that can be applied to an application. |
HorizontalAlignment |
指定控制項中的物件或文字如何水平對齊於相關的控制項項目。Specifies how an object or text in a control is horizontally aligned relative to an element of the control. |
HtmlElementInsertionOrientation |
定義描述使用 InsertAdjacentElement(HtmlElementInsertionOrientation, HtmlElement) 時插入新項目之位置的值。Defines values that describe where to insert a new element when using InsertAdjacentElement(HtmlElementInsertionOrientation, HtmlElement). |
ImageLayout |
指定影像在控制項上的位置。Specifies the position of the image on the control. |
ImeMode |
指定數值,決定當選取物件時,該物件的輸入法 (IME) 狀態。Specifies a value that determines the Input Method Editor (IME) status of an object when the object is selected. |
InsertKeyMode |
表示文字方塊所使用的插入模式。Represents the insertion mode used by text boxes. |
ItemActivation |
指定清單檢視控制項中啟動項目所要求的使用者動作,和使用者把滑鼠指標移動過項目時得到的回應。Specifies the user action that is required to activate items in a list view control and the feedback that is given as the user moves the mouse pointer over an item. |
ItemBoundsPortion |
指定一部分的清單檢視項目,以從中擷取週框 (Bounding Rectangle)。Specifies a portion of the list view item from which to retrieve the bounding rectangle. |
Keys |
指定按鍵碼 (Key Code) 和修飾詞 (Modifier)。Specifies key codes and modifiers. |
LeftRightAlignment |
指定物件或文字是否對齊參考點的左邊或右邊。Specifies whether an object or text is aligned to the left or right of a reference point. |
LinkBehavior |
指定 LinkLabel 中的連結行為。Specifies the behaviors of a link in a LinkLabel. |
LinkState |
指定定義連結狀態的常數。Specifies constants that define the state of the link. |
ListViewAlignment |
指定 ListView 中項目的對齊方式。Specifies how items align in the ListView. |
ListViewGroupCollapsedState |
指定 ListViewGroup 的外觀。Specifies the appearance of a ListViewGroup. |
ListViewHitTestLocations |
定義常數,表示 ListView 或 ListViewItem 中的區域。Defines constants that represent areas in a ListView or ListViewItem. |
ListViewItemStates |
定義表示 ListViewItem 可能狀態的常數。Defines constants that represent the possible states of a ListViewItem. |
MaskFormat |
定義如何格式化 MaskedTextBox 內的文字。Defines how to format the text inside of a MaskedTextBox. |
MdiLayout |
指定多重文件介面 (MDI) 父視窗中 MDI 子視窗的配置。Specifies the layout of multiple document interface (MDI) child windows in an MDI parent window. |
MenuGlyph |
指定用 DrawMenuGlyph(Graphics, Rectangle, MenuGlyph) 方法描繪功能表時要描繪的影像。Specifies the image to draw when drawing a menu with the DrawMenuGlyph(Graphics, Rectangle, MenuGlyph) method. |
MenuMerge |
指定 MenuItem 與其他功能表中的項目合併時的行為。Specifies the behavior of a MenuItem when it is merged with items in another menu. |
MergeAction |
在 ToolStrip 上組合功能表項目時,指定找到相符項目時應採取的動作類型。Specifies the kind of action to take if a match is found when combining menu items on a ToolStrip. |
MessageBoxButtons |
指定定義那個按鈕要顯示在 MessageBox 上的常數。Specifies constants defining which buttons to display on a MessageBox. |
MessageBoxDefaultButton |
指定定義 MessageBox 上預設按鈕的常數。Specifies constants defining the default button on a MessageBox. |
MessageBoxIcon |
指定常數,定義要顯示的資訊。Specifies constants defining which information to display. |
MessageBoxOptions |
指定 MessageBox 上的選項。Specifies options on a MessageBox. |
MonthCalendar.HitArea |
定義常數,表示 MonthCalendar 控制項中的區域。Defines constants that represent areas in a MonthCalendar control. |
MouseButtons |
指定定義按哪個滑鼠按鈕的常數。Specifies constants that define which mouse button was pressed. |
Orientation |
指定控制項或控制項項目的方向。Specifies the orientation of controls or elements of controls. |
PictureBoxSizeMode |
指定如何在 PictureBox 內定位影像。Specifies how an image is positioned within a PictureBox. |
PowerLineStatus |
指定系統電源狀態。Specifies the system power status. |
PowerState |
定義指示暫止系統電源啟動模式的識別項。Defines identifiers that indicate a suspended system power activity mode. |
PreProcessControlState |
提供指定控制項與前置理訊息之間關係的選項。Provides options that specify the relationship between the control and preprocessing messages. |
ProgressBarStyle |
指定 ProgressBar 用來表示作業進度的樣式。Specifies the style that a ProgressBar uses to indicate the progress of an operation. |
PropertySort |
指定在 PropertyGrid 中屬性如何排序。Specifies how properties are sorted in the PropertyGrid. |
RichTextBoxFinds |
指定在 RichTextBox 控制項中執行文字搜尋的方式。Specifies how a text search is carried out in a RichTextBox control. |
RichTextBoxLanguageOptions |
提供輸入法 (IME) 和亞洲語言支援的 RichTextBox 設定。Provides RichTextBox settings for Input Method Editor (IME) and Asian language support. |
RichTextBoxScrollBars |
指定要在 RichTextBox 控制項中顯示的捲軸類型。Specifies the type of scroll bars to display in a RichTextBox control. |
RichTextBoxSelectionAttribute |
指定在目前選取範圍中的任何字元是否有樣式或屬性。Specifies whether any characters in the current selection have the style or attribute. |
RichTextBoxSelectionTypes |
指定 RichTextBox 控制項中選取的類型。Specifies the type of selection in a RichTextBox control. |
RichTextBoxStreamType |
指定 RichTextBox 控制項中用來載入和儲存資料之輸入和輸出資料流的類型。Specifies the types of input and output streams used to load and save data in the RichTextBox control. |
RichTextBoxWordPunctuations |
指定標點符號表的類型,這些資料表可搭配 RichTextBox 控制項的換行和分字功能使用。Specifies the types of punctuation tables that can be used with the RichTextBox control's word-wrapping and word-breaking features. |
RightToLeft |
指定數值,指出在使用希伯來文或阿拉伯文等的字型時,文字是否由右至左顯示。Specifies a value indicating whether the text appears from right to left, such as when using Hebrew or Arabic fonts. |
ScreenOrientation |
指定螢幕的角度。Specifies the angle of the screen. |
ScrollBars |
指定那一個捲軸將顯示在控制項上。Specifies which scroll bars will be visible on a control. |
ScrollButton |
指定要繪製在捲軸上的捲動箭號類型。Specifies the type of scroll arrow to draw on a scroll bar. |
ScrollEventType |
指定用來引發 Scroll 事件的動作的型別。Specifies the type of action used to raise the Scroll event. |
ScrollOrientation |
指定 Scroll 事件的捲軸方向。Specifies the scroll bar orientation for the Scroll event. |
SearchDirectionHint |
提供何處搜尋 ListViewItem 的方向提示。Provides a directional hint of where to search for a ListViewItem. |
SecurityIDType |
不使用這個列舉型別。This enumeration is not used. |
SelectionMode |
指定清單方塊的選取行為。Specifies the selection behavior of a list box. |
Shortcut |
指定功能表項目可以使用的快速鍵。Specifies shortcut keys that can be used by menu items. |
SizeGripStyle |
指定 Form 上可調整大小的底框樣式。Specifies the style of the sizing grip on a Form. |
SizeType |
指定使用者介面 (UI) 項目的資料列或資料行應該要如何根據與其容器之間的相對關係來調整大小。Specifies how rows or columns of user interface (UI) elements should be sized relative to their container. |
SortOrder |
指定清單中的項目如何排序。Specifies how items in a list are sorted. |
StatusBarPanelAutoSize |
指定 StatusBarPanel 控制項上的 StatusBar,在控制項調整大小時的行為。Specifies how a StatusBarPanel on a StatusBar control behaves when the control resizes. |
StatusBarPanelBorderStyle |
指定 StatusBarPanel 控制項上,StatusBar 的框線外觀。Specifies the appearance of the border for a StatusBarPanel on a StatusBar control. |
StatusBarPanelStyle |
指定 StatusBarPanel 控制項上的 StatusBar 物件為主控描繪或系統描繪。Specifies whether a StatusBarPanel object on a StatusBar control is owner-drawn or system-drawn. |
StructFormat |
不使用這個列舉型別。This enumeration is not used. |
SystemParameter |
指定系統參數型別。Specifies the system parameter type. |
TabAlignment |
指定索引標籤控制項 (Tab Control) 中索引標籤的位置。Specifies the locations of the tabs in a tab control. |
TabAppearance |
指定索引標籤控制項 (Tab Control) 中索引標籤的外觀。Specifies the appearance of the tabs in a tab control. |
TabControlAction |
定義代表 TabControl 事件的值。Defines values representing TabControl events. |
TabDrawMode |
指定索引標籤控制項 (Tab Control) 中的索引標籤是否為主控描繪 (由父視窗所描繪),或是由作業系統描繪。Specifies whether the tabs in a tab control are owner-drawn (drawn by the parent window), or drawn by the operating system. |
TableLayoutPanelCellBorderStyle |
指定資料表配置控制項內的儲存格之框線樣式。Specifies the border style of a cell in a table layout control. |
TableLayoutPanelGrowStyle |
指定 TableLayoutPanel 將要如何在它現有的儲存格已滿時,取得額外的資料列或資料行。Specifies how a TableLayoutPanel will gain additional rows or columns after its existing cells are full. |
TabSizeMode |
指定索引標籤控制項 (Tab Control) 中的索引標籤如何調整大小。Specifies how tabs in a tab control are sized. |
TaskDialogExpanderPosition |
指定要顯示工作對話方塊展開區域的位置。Specifies where the expanded area of the task dialog is to be displayed. |
TaskDialogProgressBarState |
包含指定工作對話方塊進度列狀態的常數。Contains constants that specify the state of a task dialog progress bar. |
TaskDialogStartupLocation |
指定當工作對話方塊第一次開啟時,其將顯示的位置。Specifies the position that a task dialog will be shown in when it is first opened. |
TextDataFormat |
指定配合 Clipboard 和 DataObject 類別之文字相關方法使用的格式。Specifies the formats used with text-related methods of the Clipboard and DataObject classes. |
TextFormatFlags |
指定文字字串的顯示和配置資訊。Specifies the display and layout information for text strings. |
TextImageRelation |
指定在控制項上文字和影像的相對位置。Specifies the position of the text and image relative to each other on a control. |
TickStyle |
指定 TrackBar 控制項上刻度標記的位置。Specifies the location of tick marks in a TrackBar control. |
ToolBarAppearance |
指定要顯示的工具列型別。Specifies the type of toolbar to display. |
ToolBarButtonStyle |
指定工具列中的按鈕樣式。Specifies the button style within a toolbar. |
ToolBarTextAlign |
指定在工具列按鈕控制項上文字的對齊方式 (Alignment)。Specifies the alignment of text on the toolbar button control. |
ToolStripDropDownCloseReason |
指定關閉 ToolStripDropDown 控制項的原因。Specifies the reason that a ToolStripDropDown control was closed. |
ToolStripDropDownDirection |
指定 ToolStripDropDown 控制項的顯示方向 (相對於其父控制項而言)。Specifies the direction in which a ToolStripDropDown control is displayed relative to its parent control. |
ToolStripGripDisplayStyle |
指定 ToolStrip 移動控制軸 (底框) 的方向。Specifies the orientation of the ToolStrip move handle (grip). |
ToolStripGripStyle |
指定 ToolStrip 移動控制軸 (底框) 的可視性。Specifies visibility of a ToolStrip move handle (grip). |
ToolStripItemAlignment |
決定 ToolStripItem 在 ToolStrip 中的對齊方式。Determines the alignment of a ToolStripItem in a ToolStrip. |
ToolStripItemDisplayStyle |
指定要針對此 ToolStripItem 呈現的項目 (影像或文字)。Specifies what to render (image or text) for this ToolStripItem. |
ToolStripItemImageScaling |
指定 ToolStripItem 上的影像大小是否會自動調整,以便容納在 ToolStrip 上,同時保留原始的影像比例。Specifies whether the size of the image on a ToolStripItem is automatically adjusted to fit on a ToolStrip while retaining the original image proportions. |
ToolStripItemOverflow |
判斷 ToolStripItem 是否位於溢位 ToolStrip 中。Determines whether a ToolStripItem is placed in the overflow ToolStrip. |
ToolStripItemPlacement |
指定要配置 ToolStripItem 的位置。Specifies where a ToolStripItem is to be layed out. |
ToolStripLayoutStyle |
指定可用來顯示 ToolStrip 之項目的可能對齊方式。Specifies the possible alignments with which the items of a ToolStrip can be displayed. |
ToolStripManagerRenderMode |
指定套用至表單中所包含之多重 ToolStrip 物件的繪製樣式。Specifies the painting style applied to multiple ToolStrip objects contained in a form. |
ToolStripRenderMode |
指定套用至表單中所包含之單一 ToolStrip 的繪製樣式。Specifies the painting style applied to one ToolStrip contained in a form. |
ToolStripStatusLabelBorderSides |
指定 ToolStripStatusLabel 的哪一邊具有框線。Specifies which sides of a ToolStripStatusLabel have borders. |
ToolStripTextDirection |
指定要搭配特定 LayoutStyle 使用的文字方向。Specifies the text orientation to use with a particular LayoutStyle. |
ToolTipIcon |
定義一組標準化圖示,而這些圖示可與工具提示產生關聯。Defines a set of standardized icons that can be associated with a ToolTip. |
TreeNodeStates |
定義表示 TreeNode 可能狀態的常數。Defines constants that represent the possible states of a TreeNode. |
TreeViewAction |
指定引發 TreeViewEventArgs 事件的動作。Specifies the action that raised a TreeViewEventArgs event. |
TreeViewDrawMode |
定義常數,表示可描繪 TreeView 的方式。Defines constants that represent the ways a TreeView can be drawn. |
TreeViewHitTestLocations |
定義常數,表示 TreeView 或 TreeNode 的區域。Defines constants that represent areas of a TreeView or TreeNode. |
UICues |
指定使用者介面的狀態。Specifies the state of the user interface. |
UnhandledExceptionMode |
定義 Windows Form 應用程式應將未處理之例外狀況 (Exception) 傳送至何處。Defines where a Windows Forms application should send unhandled exceptions. |
ValidationConstraints |
定義常數,以便告知 ValidateChildren(ValidationConstraints) 它應該如何驗證容器的子控制項。Defines constants that inform ValidateChildren(ValidationConstraints) about how it should validate a container's child controls. |
View |
指定如何在 ListView 控制項中顯示清單項目。Specifies how list items are displayed in a ListView control. |
WebBrowserEncryptionLevel |
指定常數,此常數定義在 WebBrowser 控制項中顯示的文件所使用的加密 (Encryption) 方法。Specifies constants that define the encryption methods used by documents displayed in the WebBrowser control. |
WebBrowserReadyState |
指定定義 WebBrowser 控制項狀態的常數。Specifies constants that define the state of the WebBrowser control. |
WebBrowserRefreshOption |
指定常數,此常數定義 WebBrowser 控制項重新整理其內容的方式。Specifies constants that define how the WebBrowser control can refresh its contents. |
委派
Application.MessageLoopCallback |
表示方法,這個方法會檢查裝載環境是否仍在傳送訊息。Represents a method that will check whether the hosting environment is still sending messages. |
AxHost.AboutBoxDelegate |
代表將顯示 ActiveX 控制項之 [關於] 對話方塊的方法。Represents the method that will display an ActiveX control's About dialog box. |
BindingCompleteEventHandler |
表示將在資料繫結案例中處理 BindingComplete 事件的方法。Represents the method that will handle the BindingComplete event in data-binding scenarios. |
BindingManagerDataErrorEventHandler |
代表將處理 DataError 之 BindingManagerBase 事件的方法。Represents the method that will handle the DataError event of a BindingManagerBase. |
CacheVirtualItemsEventHandler |
代表將處理 CacheVirtualItems 之 ListView 事件的方法。Represents the method that will handle the CacheVirtualItems event of a ListView. |
ColumnClickEventHandler |
代表將處理 ColumnClick 之 ListView 事件的方法。Represents the method that will handle the ColumnClick event of a ListView. |
ColumnReorderedEventHandler |
表示處理 ColumnReordered 控制項之 ListView 事件的方法。Represents the method that will handle the ColumnReordered event of the ListView control. |
ColumnWidthChangedEventHandler |
代表將處理 ColumnWidthChanged 之 ListView 事件的方法。Represents the method that will handle the ColumnWidthChanged event of a ListView. |
ColumnWidthChangingEventHandler |
代表將處理 ColumnWidthChanging 之 ListView 事件的方法。Represents the method that will handle the ColumnWidthChanging event of a ListView. |
ContentsResizedEventHandler |
代表將處理 ContentsResized 之 RichTextBox 事件的方法。Represents the method that will handle the ContentsResized event of a RichTextBox. |
ControlEventHandler |
表示處理 ControlAdded 類別的 ControlRemoved 和 Control 事件的方法。Represents the method that will handle the ControlAdded and ControlRemoved events of the Control class. |
ConvertEventHandler |
表示處理 Parse 的 Format 和 Binding 事件的方法。Represents the method that will handle the Parse and Format events of a Binding. |
DataGridViewAutoSizeColumnModeEventHandler |
表示方法,處理 AutoSizeColumnModeChanged 控制項的 DataGridView 事件。Represents the method that will handle the AutoSizeColumnModeChanged event of a DataGridView control. |
DataGridViewAutoSizeColumnsModeEventHandler |
表示方法,處理 AutoSizeColumnsModeChanged 控制項的 DataGridView 事件。Represents the method that will handle the AutoSizeColumnsModeChanged event of a DataGridView control. |
DataGridViewAutoSizeModeEventHandler |
表示將處理 AutoSizeRowsModeChanged 的 RowHeadersWidthSizeModeChanged 或 DataGridView 事件的方法。Represents the method that will handle the AutoSizeRowsModeChanged or RowHeadersWidthSizeModeChanged events of a DataGridView. |
DataGridViewBindingCompleteEventHandler |
代表將處理 DataBindingComplete 之 DataGridView 事件的方法。Represents the method that will handle the DataBindingComplete event of a DataGridView. |
DataGridViewCellCancelEventHandler |
表示處理 CellBeginEdit 的 RowValidating 和 DataGridView 事件的方法。Represents the method that will handle the CellBeginEdit and RowValidating events of a DataGridView. |
DataGridViewCellContextMenuStripNeededEventHandler |
表示將處理 CellContextMenuStripNeeded 的 DataGridView 事件的方法。Represents the method that will handle a CellContextMenuStripNeeded event of a DataGridView. |
DataGridViewCellErrorTextNeededEventHandler |
代表將處理 CellErrorTextNeeded 之 DataGridView 事件的方法。Represents the method that will handle the CellErrorTextNeeded event of a DataGridView. |
DataGridViewCellEventHandler |
表示將處理與儲存格和資料列作業有關的 DataGridView 事件之方法。Represents the method that will handle DataGridView events related to cell and row operations. |
DataGridViewCellFormattingEventHandler |
代表將處理 CellFormatting 之 DataGridView 事件的方法。Represents the method that will handle the CellFormatting event of a DataGridView. |
DataGridViewCellMouseEventHandler |
表示將處理 DataGridView 所引發的滑鼠相關事件之方法。Represents the method that will handle mouse-related events raised by a DataGridView. |
DataGridViewCellPaintingEventHandler |
代表將處理 CellPainting 之 DataGridView 事件的方法。Represents the method that will handle the CellPainting event of a DataGridView. |
DataGridViewCellParsingEventHandler |
表示將處理 CellParsing 的 DataGridView 事件的方法。Represents the method that will handle a CellParsing event of a DataGridView. |
DataGridViewCellStateChangedEventHandler |
代表將處理 CellStateChanged 之 DataGridView 事件的方法。Represents the method that will handle the CellStateChanged event of a DataGridView. |
DataGridViewCellStyleContentChangedEventHandler |
代表將處理 CellStyleContentChanged 之 DataGridView 事件的方法。Represents the method that will handle the CellStyleContentChanged event of a DataGridView. |
DataGridViewCellToolTipTextNeededEventHandler |
代表將處理 CellToolTipTextNeeded 之 DataGridView 事件的方法。Represents the method that will handle the CellToolTipTextNeeded event of a DataGridView. |
DataGridViewCellValidatingEventHandler |
表示方法,處理 CellValidating 控制項的 DataGridView 事件。Represents the method that will handle the CellValidating event of a DataGridView control. |
DataGridViewCellValueEventHandler |
表示將處理 CellValueNeeded 的 CellValuePushed 事件或 DataGridView 事件的方法。Represents the method that will handle the CellValueNeeded event or CellValuePushed event of a DataGridView. |
DataGridViewColumnDividerDoubleClickEventHandler |
代表將處理 ColumnDividerDoubleClick 之 DataGridView 事件的方法。Represents the method that will handle the ColumnDividerDoubleClick event of a DataGridView. |
DataGridViewColumnEventHandler |
表示將處理 DataGridView 的資料行相關事件的方法。Represents the method that will handle column-related events of a DataGridView. |
DataGridViewColumnStateChangedEventHandler |
代表將處理 ColumnStateChanged 之 DataGridView 事件的方法。Represents the method that will handle the ColumnStateChanged event of a DataGridView. |
DataGridViewDataErrorEventHandler |
代表將處理 DataError 之 DataGridView 事件的方法。Represents the method that will handle the DataError event of a DataGridView. |
DataGridViewEditingControlShowingEventHandler |
代表將處理 EditingControlShowing 之 DataGridView 事件的方法。Represents the method that will handle the EditingControlShowing event of a DataGridView. |
DataGridViewRowCancelEventHandler |
代表將處理 UserDeletingRow 之 DataGridView 事件的方法。Represents the method that will handle the UserDeletingRow event of a DataGridView. |
DataGridViewRowContextMenuStripNeededEventHandler |
代表將處理 RowContextMenuStripNeeded 之 DataGridView 事件的方法。Represents the method that will handle the RowContextMenuStripNeeded event of a DataGridView. |
DataGridViewRowDividerDoubleClickEventHandler |
代表將處理 RowDividerDoubleClick 之 DataGridView 事件的方法。Represents the method that will handle the RowDividerDoubleClick event of a DataGridView. |
DataGridViewRowErrorTextNeededEventHandler |
代表將處理 RowErrorTextNeeded 之 DataGridView 事件的方法。Represents the method that will handle the RowErrorTextNeeded event of a DataGridView. |
DataGridViewRowEventHandler |
表示將處理 DataGridView 的資料列相關事件的方法。Represents the method that will handle row-related events of a DataGridView. |
DataGridViewRowHeightInfoNeededEventHandler |
表示將處理 RowHeightInfoNeeded 控制項的 DataGridView 事件之方法。Represents the method that will handle an RowHeightInfoNeeded event of a DataGridView control. |
DataGridViewRowHeightInfoPushedEventHandler |
代表將處理 RowHeightInfoPushed 之 DataGridView 事件的方法。Represents the method that will handle the RowHeightInfoPushed event of a DataGridView. |
DataGridViewRowPostPaintEventHandler |
代表將處理 RowPostPaint 之 DataGridView 事件的方法。Represents the method that will handle the RowPostPaint event of a DataGridView. |
DataGridViewRowPrePaintEventHandler |
代表將處理 RowPrePaint 之 DataGridView 事件的方法。Represents the method that will handle the RowPrePaint event of a DataGridView. |
DataGridViewRowsAddedEventHandler |
代表將處理 RowsAdded 之 DataGridView 事件的方法。Represents the method that will handle the RowsAdded event of a DataGridView. |
DataGridViewRowsRemovedEventHandler |
代表將處理 RowsRemoved 之 DataGridView 事件的方法。Represents the method that will handle the RowsRemoved event of a DataGridView. |
DataGridViewRowStateChangedEventHandler |
代表將處理 RowStateChanged 之 DataGridView 事件的方法。Represents the method that will handle the RowStateChanged event of a DataGridView. |
DataGridViewSortCompareEventHandler |
表示方法,處理 SortCompare 控制項的 DataGridView 事件。Represents the method that will handle the SortCompare event of a DataGridView control. |
DateBoldEventHandler |
表示將處理 MonthCalendar 控制項之內部事件的方法。Represents the method that will handle an internal event of the MonthCalendar control. |
DateRangeEventHandler |
表示處理 DateChanged 的 DateSelected 或 MonthCalendar 事件的方法。Represents the method that will handle the DateChanged or DateSelected event of a MonthCalendar. |
DpiChangedEventHandler |
表示將處理表單或控制項之 DpiChanged 事件的方法。Represents the method that will handle a DpiChanged event of a form or control. |
DragEventHandler |
表示處理 DragDrop 之 DragEnter、DragOver 或 Control 事件的方法。Represents the method that will handle the DragDrop, DragEnter, or DragOver event of a Control. |
DrawItemEventHandler |
表示處理 ComboBox、ListBox、MenuItem 或 TabControl 控制項之 |
DrawListViewColumnHeaderEventHandler |
代表將處理 DrawColumnHeader 之 ListView 事件的方法。Represents the method that will handle the DrawColumnHeader event of a ListView. |
DrawListViewItemEventHandler |
代表將處理 DrawItem 之 ListView 事件的方法。Represents the method that will handle the DrawItem event of a ListView. |
DrawListViewSubItemEventHandler |
代表將處理 DrawSubItem 之 ListView 事件的方法。Represents the method that will handle the DrawSubItem event of a ListView. |
DrawToolTipEventHandler |
代表將處理 Draw 之 ToolTip 事件的方法。Represents the method that will handle the Draw event of a ToolTip. |
DrawTreeNodeEventHandler |
代表將處理 DrawNode 之 TreeView 事件的方法。Represents the method that will handle the DrawNode event of a TreeView. |
FormClosedEventHandler |
表示處理 FormClosed 事件的方法。Represents the method that handles a FormClosed event. |
FormClosingEventHandler |
表示處理 FormClosing 事件的方法。Represents the method that handles a FormClosing event. |
GiveFeedbackEventHandler |
代表處理 Control 之 GiveFeedback 事件的方法。Represents the method that handles the GiveFeedback event of a Control. |
HelpEventHandler |
代表將處理 HelpRequested 之 Control 事件的方法。Represents the method that will handle the HelpRequested event of a Control. |
HtmlElementErrorEventHandler |
代表將處理 HtmlWindow 的 Error 事件之方法。Represents the method that will handle the Error event of an HtmlWindow. |
HtmlElementEventHandler |
表示將處理 |
InputLanguageChangedEventHandler |
代表將處理 InputLanguageChanged 之 Form 事件的方法。Represents the method that will handle the InputLanguageChanged event of a Form. |
InputLanguageChangingEventHandler |
代表將處理 InputLanguageChanging 之 Form 事件的方法。Represents the method that will handle the InputLanguageChanging event of a Form. |
InvalidateEventHandler |
代表將處理 Invalidated 之 Control 事件的方法。Represents the method that will handle the Invalidated event of a Control. |
ItemChangedEventHandler |
代表將處理 CurrencyManager 類別的 ItemChanged 事件之方法。Represents the method that will handle the ItemChanged event of the CurrencyManager class. |
ItemCheckedEventHandler |
表示方法,處理 ItemChecked 控制項的 ListView 事件。Represents the method that will handle the ItemChecked event of a ListView control. |
ItemCheckEventHandler |
表示處理 CheckedListBox 或 ListView 控制項的 |
ItemDragEventHandler |
表示處理 ListView 或 TreeView 控制項的 ItemDrag 事件的方法。Represents the method that will handle the ItemDrag event of a ListView or TreeView control. |
KeyEventHandler |
表示處理 KeyUp 的 KeyDown 或 Control 事件的方法。Represents the method that will handle the KeyUp or KeyDown event of a Control. |
KeyPressEventHandler |
代表將處理 KeyPress 之 Control 事件的方法。Represents the method that will handle the KeyPress event of a Control. |
LabelEditEventHandler |
表示處理 BeforeLabelEdit 和 AfterLabelEdit 事件的方法。Represents the method that handles the BeforeLabelEdit and AfterLabelEdit events. |
LayoutEventHandler |
代表將處理 Layout 之 Control 事件的方法。Represents the method that will handle the Layout event of a Control. |
LinkClickedEventHandler |
代表將處理 LinkClicked 之 RichTextBox 事件的方法。Represents the method that will handle the LinkClicked event of a RichTextBox. |
LinkLabelLinkClickedEventHandler |
代表將處理 LinkClicked 之 LinkLabel 事件的方法。Represents the method that will handle the LinkClicked event of a LinkLabel. |
ListControlConvertEventHandler |
表示將處理轉換 ListControl 的方法。Represents the method that will handle converting a ListControl. |
ListViewItemMouseHoverEventHandler |
代表將處理 ItemMouseHover 之 ListView 事件的方法。Represents the method that will handle the ItemMouseHover event of a ListView. |
ListViewItemSelectionChangedEventHandler |
代表將處理 ItemSelectionChanged 之 ListView 事件的方法。Represents the method that will handle the ItemSelectionChanged event of a ListView. |
ListViewVirtualItemsSelectionRangeChangedEventHandler |
代表將處理 VirtualItemsSelectionRangeChanged 之 ListView 事件的方法。Represents the method that will handle the VirtualItemsSelectionRangeChanged event of a ListView. |
MaskInputRejectedEventHandler |
表示方法,處理 MaskInputRejected 控制項的 MaskedTextBox 事件。Represents the method that will handle the MaskInputRejected event of a MaskedTextBox control. |
MeasureItemEventHandler |
表示處理 ListBox、ComboBox、CheckedListBox 或 MenuItem 控制項的 |
MethodInvoker |
表示委派,這項委派可執行 Managed 程式碼中任何宣告為 void 且不採用任何參數的方法。Represents a delegate that can execute any method in managed code that is declared void and takes no parameters. |
MouseEventHandler |
表示處理表單、控制項或其他元件之 |
NavigateEventHandler |
代表將處理 NavigateEventArgs 之 DataGrid 事件的方法。Represents the method that will handle the NavigateEventArgs event of a DataGrid. |
NodeLabelEditEventHandler |
表示處理 BeforeLabelEdit 控制項的 AfterLabelEdit 和 TreeView 事件的方法。Represents the method that will handle the BeforeLabelEdit and AfterLabelEdit events of a TreeView control. |
PaintEventHandler |
代表將處理 Paint 之 Control 事件的方法。Represents the method that will handle the Paint event of a Control. |
PopupEventHandler |
表示處理 Popup 類別之 ToolTip 事件的方法。Represents the method that handles the Popup event of the ToolTip class. |
PreviewKeyDownEventHandler |
表示將處理控制項之 PreviewKeyDown 事件的方法。Represents the method that will handle the PreviewKeyDown event for a control. |
PropertyTabChangedEventHandler |
代表將處理 PropertyTabChanged 之 PropertyGrid 事件的方法。Represents the method that will handle the PropertyTabChanged event of a PropertyGrid. |
PropertyValueChangedEventHandler |
當使用者修改方格中的屬性時,被叫用的事件處理常式類別。The event handler class that is invoked when a property in the grid is modified by the user. |
QueryAccessibilityHelpEventHandler |
表示處理控制項之 QueryAccessibilityHelp 事件的方法。Represents the method that will handle the QueryAccessibilityHelp event of a control. |
QueryContinueDragEventHandler |
代表將處理 QueryContinueDrag 之 Control 事件的方法。Represents the method that will handle the QueryContinueDrag event of a Control. |
QuestionEventHandler |
表示將處理 CancelRowEdit 的 RowDirtyStateNeeded 事件或 DataGridView 事件的方法。Represents the method that will handle the CancelRowEdit event or the RowDirtyStateNeeded event of a DataGridView. |
RetrieveVirtualItemEventHandler |
代表將處理 RetrieveVirtualItem 之 ListView 事件的方法。Represents the method that will handle the RetrieveVirtualItem event of a ListView. |
ScrollEventHandler |
表示處理 DataGridView、ScrollBar、TrackBar 或 DataGrid 的 |
SearchForVirtualItemEventHandler |
代表將處理 SearchForVirtualItem 之 ListView 事件的方法。Represents the method that will handle the SearchForVirtualItem event of a ListView. |
SelectedGridItemChangedEventHandler |
代表將處理 SelectedGridItemChanged 之 PropertyGrid 事件的方法。Represents the method that will handle the SelectedGridItemChanged event of a PropertyGrid. |
SplitterCancelEventHandler |
代表將處理 SplitterMoving 之 Splitter 事件的方法。Represents the method that will handle the SplitterMoving event of a Splitter. |
SplitterEventHandler |
表示處理 SplitterMoving 的 SplitterMoved 和 Splitter 事件的方法。Represents the method that will handle the SplitterMoving and SplitterMoved events of a Splitter. |
StatusBarDrawItemEventHandler |
代表將處理 DrawItem 之 StatusBar 事件的方法。Represents the method that will handle the DrawItem event of a StatusBar. |
StatusBarPanelClickEventHandler |
代表將處理 PanelClick 之 StatusBar 事件的方法。Represents the method that will handle the PanelClick event of a StatusBar. |
TabControlCancelEventHandler |
表示將處理 Selecting 控制項之 Deselecting 或 TabControl 事件的方法。Represents the method that will handle the Selecting or Deselecting event of a TabControl control. |
TabControlEventHandler |
表示將處理 Selected 控制項之 Deselected 或 TabControl 事件的方法。Represents the method that will handle the Selected or Deselected event of a TabControl control. |
TableLayoutCellPaintEventHandler |
代表將處理 CellPaint 事件的方法。Represents the method that will handle the CellPaint event. |
ToolBarButtonClickEventHandler |
代表將處理 ButtonClick 之 ToolBar 事件的方法。Represents the method that will handle the ButtonClick event of a ToolBar. |
ToolStripArrowRenderEventHandler |
代表將處理 RenderArrow 之 ToolStripRenderer 事件的方法。Represents the method that will handle the RenderArrow event of a ToolStripRenderer. 此類別無法獲得繼承。This class cannot be inherited. |
ToolStripContentPanelRenderEventHandler |
代表將處理 RendererChanged 之 ToolStripContentPanel 事件的方法。Represents the method that will handle the RendererChanged event of a ToolStripContentPanel. |
ToolStripDropDownClosedEventHandler |
代表將處理 Closed 之 ToolStripDropDown 事件的方法。Represents the method that will handle the Closed event of a ToolStripDropDown. |
ToolStripDropDownClosingEventHandler |
代表處理 ToolStripDropDown 之 Closing 事件的方法。Represents the method that handles the Closing event of a ToolStripDropDown. |
ToolStripGripRenderEventHandler |
代表將處理 RenderGrip 之 ToolStripRenderer 事件的方法。Represents the method that will handle the RenderGrip event of a ToolStripRenderer. |
ToolStripItemClickedEventHandler |
代表將處理 ItemClicked 之 ToolStripItem 事件的方法。Represents the method that will handle the ItemClicked event of a ToolStripItem. |
ToolStripItemEventHandler |
表示將處理 ToolStripItem 事件的方法。Represents the method that will handle events for a ToolStripItem. |
ToolStripItemImageRenderEventHandler |
表示將處理 RenderItemImage 的 RenderItemCheck 事件或 ToolStripRenderer 事件的方法。Represents the method that will handle the RenderItemImage event or RenderItemCheck event of a ToolStripRenderer. |
ToolStripItemRenderEventHandler |
表示方法,這個方法會呈現衍生自 ToolStripItem 類別中之 ToolStripRenderer 的物件背景。Represents the method that handles the events that render the background of objects derived from ToolStripItem in the ToolStripRenderer class. |
ToolStripItemTextRenderEventHandler |
代表將處理 RenderItemText 之 ToolStripRenderer 事件的方法。Represents the method that will handle the RenderItemText event of a ToolStripRenderer. |
ToolStripPanelRenderEventHandler |
表示處理 ToolStripPanel 繪製事件的方法。Represents the method that will handle ToolStripPanel paint events. |
ToolStripRenderEventHandler |
表示將處理 RenderToolStripBorder 的 RenderToolStripBackground 事件或 ToolStripRenderer 事件的方法。Represents the method that will handle the RenderToolStripBorder event or the RenderToolStripBackground event of a ToolStripRenderer. |
ToolStripSeparatorRenderEventHandler |
表示處理 RenderSeparator 類別的 ToolStripRenderer 事件的方法。Represents the method that will handle the RenderSeparator event of a ToolStripRenderer class. |
TreeNodeMouseClickEventHandler |
表示處理 NodeMouseClick 的 NodeMouseDoubleClick 和 TreeView 事件的方法。Represents the method that will handle the NodeMouseClick and NodeMouseDoubleClick events of a TreeView. |
TreeNodeMouseHoverEventHandler |
代表將處理 NodeMouseHover 之 TreeView 事件的方法。Represents the method that will handle the NodeMouseHover event of a TreeView. |
TreeViewCancelEventHandler |
表示處理 BeforeCheck 之 BeforeCollapse、BeforeExpand、BeforeSelect 或 TreeView 事件的方法。Represents the method that will handle the BeforeCheck, BeforeCollapse, BeforeExpand, or BeforeSelect event of a TreeView. |
TreeViewEventHandler |
表示處理 AfterCheck 之 AfterCollapse、AfterExpand、AfterSelect 或 TreeView 事件的方法。Represents the method that will handle the AfterCheck, AfterCollapse, AfterExpand, or AfterSelect event of a TreeView. |
TypeValidationEventHandler |
表示處理 TypeValidationCompleted 控制項之 MaskedTextBox 事件的方法。Represents the method that will handle the TypeValidationCompleted event of the MaskedTextBox control. |
UICuesEventHandler |
表示將會處理 ChangeUICues 的 Control 事件的方法。Represents a method that will handle the ChangeUICues event of a Control. |
UpDownEventHandler |
表示將處理內部類別事件的方法。Represents the method that will handle an event for an internal class. |
WebBrowserDocumentCompletedEventHandler |
表示方法,處理 DocumentCompleted 控制項的 WebBrowser 事件。Represents the method that will handle the DocumentCompleted event of a WebBrowser control. |
WebBrowserNavigatedEventHandler |
表示方法,處理 Navigated 控制項的 WebBrowser 事件。Represents the method that will handle the Navigated event of a WebBrowser control. |
WebBrowserNavigatingEventHandler |
表示方法,處理 Navigating 控制項的 WebBrowser 事件。Represents the method that will handle the Navigating event of a WebBrowser control. |
WebBrowserProgressChangedEventHandler |
表示方法,處理 ProgressChanged 控制項的 WebBrowser 事件。Represents the method that will handle the ProgressChanged event of a WebBrowser control. |
備註
下表顯示將 System.Windows.Forms 命名空間中的類別分組成類別目錄。The following table shows the classes in System.Windows.Forms namespace grouped into categories.
類別類別目錄Class category | 詳細資料Details |
---|---|
-控制項、使用者控制項和表單- Control, User Control, and Form | 命名空間內的大部分類別都 System.Windows.Forms 是衍生自 Control 類別。Most classes within the System.Windows.Forms namespace derive from the Control class. Control類別會為顯示在上的所有控制項提供基本功能 Form 。The Control class provides the base functionality for all controls that are displayed on a Form. Form類別表示應用程式中的視窗。The Form class represents a window within an application. 這包括對話方塊、非強制回應視窗,以及多個檔介面 (MDI) 用戶端和父視窗。This includes dialog boxes, modeless windows, and Multiple Document Interface (MDI) client and parent windows. 您也可以藉由衍生自類別來建立自己的控制項 UserControl 。You can also create your own controls by deriving from the UserControl class. |
-功能表和工具列- Menus and Toolbars | Windows Forms 包含一組豐富的類別,用來建立您自己的自訂工具列和具有新式外觀和行為的功能表, (外觀與感覺) 。Windows Forms contains a rich set of classes for creating your own custom toolbars and menus with modern appearance and behavior (look and feel). ToolStrip、 MenuStrip 、 ContextMenuStrip 和 StatusStrip 分別可用來建立工具列、功能表列、快顯功能表和狀態列。ToolStrip, MenuStrip, ContextMenuStrip, and StatusStrip can be used to create toolbars, menu bars, context menus, and status bars, respectively. |
-控制項- Controls | System.Windows.Forms命名空間提供各種控制項類別,可讓您用來建立豐富的使用者介面。The System.Windows.Forms namespace provides a variety of control classes that you can use to create rich user interfaces. 某些控制項是針對應用程式中的資料輸入所設計,例如 TextBox 和 ComboBox 控制項。Some controls are designed for data entry within the application, such as TextBox and ComboBox controls. 其他控制項則顯示應用程式資料,例如 Label 和 ListView 。Other controls display application data, such as Label and ListView. 命名空間也提供在應用程式中叫用命令的控制項,例如 Button 。The namespace also provides controls for invoking commands within the application, such as Button. WebBrowser控制項和 MANAGED HTML 類別(例如 HtmlDocument )可讓您在受控 Windows Forms 應用程式內顯示及操作 HTML 網頁。The WebBrowser control and managed HTML classes, such as HtmlDocument, let you display and manipulate HTML pages within your managed Windows Forms application. MaskedTextBox控制項是一個 advanced data entry 控制項,可讓您定義自動接受或拒絕使用者輸入的遮罩。The MaskedTextBox control is an advanced data entry control that lets you define masks that automatically accept or reject user input. 此外,您也可以使用 PropertyGrid 控制項來建立自己的 Windows Form 設計工具,以顯示控制項的設計工具可見屬性。Additionally, you can use the PropertyGrid control to create your own Windows Forms Designer that displays the designer-visible properties of the controls. |
-Layout- Layout | Windows Forms 中的幾個重要類別可協助控制顯示介面上控制項的版面配置,例如表單或控制項。Several important classes in Windows Forms help control the layout of controls on a display surface, such as a form or control. FlowLayoutPanel 以序列方式配置其所包含的所有控制項,並 TableLayoutPanel 可讓您定義儲存格和資料列,以在固定方格中配置控制項。FlowLayoutPanel lays out all the controls it contains in a serial manner, and TableLayoutPanel lets you define cells and rows for laying out controls in a fixed grid. SplitContainer 將您的顯示介面分割成兩個或多個可調整的部分。SplitContainer divides your display surface into two or more adjustable parts. |
-資料和資料系結- Data and Data Binding | Windows Forms 定義了可系結至資料來源(例如資料庫和 XML 檔案)的豐富架構。Windows Forms defines a rich architecture for binding to data sources such as databases and XML files. DataGridView控制項提供可自訂的資料表來顯示資料,並可讓您自訂資料格、資料列、資料行和框線。The DataGridView control provides a customizable table for displaying data, and lets you customize cells, rows, columns, and borders. BindingNavigator控制項表示在表單上導覽及使用資料的標準化方式; BindingNavigator 通常會與控制項配對, BindingSource 以在表單上移動資料記錄並與其互動。The BindingNavigator control represents a standardized way to navigate and work with data on a form; BindingNavigator is frequently paired with the BindingSource control to move through data records on a form and interact with them. |
-元件- Components | 除了控制項之外, System.Windows.Forms 命名空間還會提供其他不是衍生自類別的類別, Control 但仍會提供視覺化功能給 Windows 應用程式。Besides controls, the System.Windows.Forms namespace provides other classes that do not derive from the Control class but still provide visual features to a Windows-based application. 某些類別(例如 ToolTip 和 ErrorProvider )會擴充功能或提供資訊給使用者。Some classes, such as ToolTip and ErrorProvider, extend the capabilities or provide information to the user. 使用 Help 和 HelpProvider 類別,您可以向應用程式的使用者顯示說明資訊。With the Help and HelpProvider classes, you can display Help information to a user of your applications. |
-通用對話方塊- Common Dialog Boxes | Windows 提供數個通用對話方塊,可讓您在執行工作(例如開啟和儲存檔案、操作字型或文字色彩,或列印)時,為應用程式提供一致的使用者介面。Windows provides several common dialog boxes that you can use to give your application a consistent user interface when performing tasks such as opening and saving files, manipulating the font or text color, or printing. OpenFileDialog和 SaveFileDialog 類別提供的功能可顯示對話方塊,讓使用者尋找並輸入要開啟或儲存的檔案名。The OpenFileDialog and SaveFileDialog classes provide the functionality to display a dialog box that lets the user locate and enter the name of a file to open or save. FontDialog類別會顯示對話方塊,以變更 Font 您的應用程式所使用的元素。The FontDialog class displays a dialog box to change elements of the Font used by your application. PageSetupDialog、 PrintPreviewDialog 和 PrintDialog 類別會顯示對話方塊,讓使用者能夠控制列印檔案的各個層面。The PageSetupDialog, PrintPreviewDialog, and PrintDialog classes display dialog boxes that enable the user to control aspects of printing documents. 如需從 Windows 應用程式列印的詳細資訊,請參閱 System.Drawing.Printing 命名空間。For more information about printing from a Windows-based application, see the System.Drawing.Printing namespace. 除了通用對話方塊以外, System.Windows.Forms 命名空間還提供 MessageBox 類別來顯示訊息方塊,該訊息方塊可以顯示和取出使用者的資料。Besides the common dialog boxes, the System.Windows.Forms namespace provides the MessageBox class for displaying a message box that can display and retrieve data from the user. |
命名空間內有數個類別 System.Windows.Forms ,可提供對前一個摘要所述之類別的支援。There are several classes within the System.Windows.Forms namespace that provide support to the classes mentioned in the previous summary. 支援類別的範例包括列舉、事件引數類別,以及控制項和元件中的事件所使用的委派。Examples of the supporting classes are enumerations, event argument classes, and delegates used by events within controls and components.
警告
在 Windows 服務中不支援使用 Windows Forms 命名空間內的類別。Classes within the Windows Forms namespace are not supported for use within a Windows service. 嘗試從服務內使用這些類別可能會產生未預期的問題,例如服務效能降低和執行時間例外狀況。Trying to use these classes from within a service may produce unexpected problems, such as diminished service performance and run-time exceptions.
如果您使用 .NET Framework 1.1 版或 .NET Framework 1.0 版,而且必須讓 Windows Forms 應用程式支援 Windows XP 視覺化樣式,請務必將控制項的屬性設定為,並將您的 FlatStyle
FlatStyle.System 可執行檔包含在資訊清單中。If you are using .NET Framework version 1.1 or .NET Framework 1.0 and you must make your Windows Forms application support Windows XP visual styles, make sure that you set the FlatStyle
property of your controls to FlatStyle.System and include a manifest with your executable file. 資訊清單是一種 XML 檔案,其中包含做為應用程式可執行檔內的資源,或是與可執行檔位於相同目錄中的個別檔案。A manifest is an XML file that is included either as a resource within your application executable file or as a separate file that resides in the same directory as the executable file. 如需資訊清單的範例,請參閱列舉的範例一節 FlatStyle 。For an example of a manifest, see the Example section for the FlatStyle enumeration. 預設會啟用 .NET Framework 版本1.1、1.2 和2.0 的視覺化樣式。By default visual styles are enabled for the .NET Framework versions 1.1, 1.2, and 2.0.