System.Windows.Forms Przestrzeń nazw
Zawiera klasy służące do tworzenia aplikacji opartych na systemie Windows, które w pełni wykorzystują zaawansowane funkcje interfejsu użytkownika dostępne w systemie operacyjnym 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.
Klasy
AccessibleObject |
Zawiera informacje, które są używane przez aplikacje ułatwień dostępu do dostosowywania interfejsu użytkownika aplikacji dla użytkowników z upośledzeniem.Provides information that accessibility applications use to adjust an application's user interface (UI) for users with impairments. |
AmbientProperties |
Dostarcza wartości właściwości otoczenia do formantów najwyższego poziomu.Provides ambient property values to top-level controls. |
Application |
Zapewnia |
ApplicationContext |
Określa kontekstowe informacje o wątku aplikacji.Specifies the contextual information about an application thread. |
AutoCompleteStringCollection |
Zawiera kolekcję ciągów, które mają być używane dla funkcji autouzupełniania na niektórych Windows Forms kontrolkach.Contains a collection of strings to use for the auto-complete feature on certain Windows Forms controls. |
AxHost |
Zawija kontrolki ActiveX i udostępnia je jako w pełni funkcjonalne formanty Windows Forms.Wraps ActiveX controls and exposes them as fully featured Windows Forms controls. |
AxHost.AxComponentEditor |
Udostępnia Edytor, który używa modalnego okna dialogowego do wyświetlania strony właściwości kontrolki ActiveX.Provides an editor that uses a modal dialog box to display a property page for an ActiveX control. |
AxHost.ClsidAttribute |
Określa identyfikator CLSID kontrolki ActiveX hostowanej przez AxHost kontrolkę.Specifies the CLSID of an ActiveX control hosted by an AxHost control. |
AxHost.ConnectionPointCookie |
Łączy formant ActiveX z klientem, który obsługuje zdarzenia kontrolki.Connects an ActiveX control to a client that handles the control's events. |
AxHost.InvalidActiveXStateException |
Wyjątek, który jest generowany, gdy istnieje odwołanie do formantu ActiveX w nieprawidłowym stanie.The exception that is thrown when the ActiveX control is referenced while in an invalid state. |
AxHost.State |
Hermetyzuje trwały stan kontrolki ActiveX.Encapsulates the persisted state of an ActiveX control. |
AxHost.StateConverter |
Konwertuje AxHost.State obiekty z jednego typu danych na inny.Converts AxHost.State objects from one data type to another. |
AxHost.TypeLibraryTimeStampAttribute |
Określa datę i godzinę skojarzoną z biblioteką typów kontrolki ActiveX obsługiwanej przez AxHost kontrolkę.Specifies a date and time associated with the type library of an ActiveX control hosted by an AxHost control. |
BaseCollection |
Zapewnia podstawowe funkcje tworzenia kolekcji związanych z danymi w System.Windows.Forms przestrzeni nazw.Provides the base functionality for creating data-related collections in the System.Windows.Forms namespace. |
Binding |
Reprezentuje proste powiązanie między wartością właściwości obiektu a wartością właściwości formantu.Represents the simple binding between the property value of an object and the property value of a control. |
BindingCompleteEventArgs |
Udostępnia dane dla zdarzenia BindingComplete.Provides data for the BindingComplete event. |
BindingContext |
Zarządza kolekcją BindingManagerBase obiektów dla każdego obiektu, który dziedziczy z Control klasy.Manages the collection of BindingManagerBase objects for any object that inherits from the Control class. |
BindingManagerBase |
Zarządza wszystkimi Binding obiektami, które są powiązane z tym samym źródłem danych i składową danych.Manages all Binding objects that are bound to the same data source and data member. Ta klasa jest abstrakcyjna.This class is abstract. |
BindingManagerDataErrorEventArgs |
Udostępnia dane dla zdarzenia DataError.Provides data for the DataError event. |
BindingNavigator |
Reprezentuje interfejs użytkownika nawigacji i manipulowania dla kontrolek w formularzu, które są powiązane z danymi.Represents the navigation and manipulation user interface (UI) for controls on a form that are bound to data. |
BindingsCollection |
Reprezentuje kolekcję Binding obiektów dla kontrolki.Represents a collection of Binding objects for a control. |
BindingSource |
Hermetyzuje źródło danych dla formularza.Encapsulates the data source for a form. |
Button |
Reprezentuje kontrolkę przycisku systemu Windows.Represents a Windows button control. |
ButtonBase |
Implementuje podstawowe funkcje formantów wspólnych dla przycisków.Implements the basic functionality common to button controls. |
ButtonBase.ButtonBaseAccessibleObject |
Zawiera informacje, które są używane przez aplikacje ułatwień dostępu do dostosowywania interfejsu użytkownika aplikacji dla użytkowników niepełnosprawnych.Provides information that accessibility applications use to adjust an application's user interface for users with disabilities. |
ButtonRenderer |
Udostępnia metody służące do renderowania kontrolki przycisku z lub bez stylów wizualnych.Provides methods used to render a button control with or without visual styles. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
CacheVirtualItemsEventArgs |
Udostępnia dane dla zdarzenia CacheVirtualItems.Provides data for the CacheVirtualItems event. |
CheckBox |
Reprezentuje system Windows CheckBox .Represents a Windows CheckBox. |
CheckBox.CheckBoxAccessibleObject |
Zawiera informacje na temat CheckBox kontroli w aplikacjach klienckich do ułatwienia dostępu.Provides information about the CheckBox control to accessibility client applications. |
CheckBoxRenderer |
Udostępnia metody służące do renderowania kontrolki pola wyboru z stylami wizualnymi lub bez.Provides methods used to render a check box control with or without visual styles. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
CheckedListBox |
Wyświetla, ListBox w którym pole wyboru jest wyświetlane po lewej stronie każdego elementu.Displays a ListBox in which a check box is displayed to the left of each item. |
CheckedListBox.CheckedIndexCollection |
Hermetyzuje kolekcję indeksów zaewidencjonowanych elementów (w tym elementów w nieokreślonym stanie) w CheckedListBox .Encapsulates the collection of indexes of checked items (including items in an indeterminate state) in a CheckedListBox. |
CheckedListBox.CheckedItemCollection |
Hermetyzuje kolekcję zaznaczonych elementów, w tym elementy w nieokreślonym stanie, w CheckedListBox kontrolce.Encapsulates the collection of checked items, including items in an indeterminate state, in a CheckedListBox control. |
CheckedListBox.ObjectCollection |
Reprezentuje kolekcję elementów w CheckedListBox .Represents the collection of items in a CheckedListBox. |
Clipboard |
Zapewnia metody umieszczania danych i pobierania danych ze schowka systemowego.Provides methods to place data on and retrieve data from the system Clipboard. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
ColorDialog |
Przedstawia wspólne okno dialogowe, które wyświetla dostępne kolory wraz z kontrolkami, które umożliwiają użytkownikowi Definiowanie kolorów niestandardowych.Represents a common dialog box that displays available colors along with controls that enable the user to define custom colors. |
ColumnClickEventArgs |
Udostępnia dane dla zdarzenia ColumnClick.Provides data for the ColumnClick event. |
ColumnHeader |
Wyświetla nagłówek pojedynczej kolumny w ListView kontrolce.Displays a single column header in a ListView control. |
ColumnHeaderConverter |
Oferuje konwerter typów służący do konwertowania ColumnHeader obiektów z jednego typu na drugi.Provides a type converter to convert ColumnHeader objects from one type to another. |
ColumnReorderedEventArgs |
Udostępnia dane dla zdarzenia ColumnReordered.Provides data for the ColumnReordered event. |
ColumnStyle |
Przedstawia wygląd i sposób działania kolumny w układzie tabeli.Represents the look and feel of a column in a table layout. |
ColumnWidthChangedEventArgs |
Udostępnia dane dla zdarzenia ColumnWidthChanged.Provides data for the ColumnWidthChanged event. |
ColumnWidthChangingEventArgs |
Udostępnia dane dla zdarzenia ColumnWidthChanging.Provides data for the ColumnWidthChanging event. |
ComboBox |
Reprezentuje kontrolkę pola kombi systemu Windows.Represents a Windows combo box control. |
ComboBox.ChildAccessibleObject |
Zawiera informacje na temat ComboBox kontroli w aplikacjach klienckich do ułatwienia dostępu.Provides information about the ComboBox control to accessibility client applications. |
ComboBox.ObjectCollection |
Reprezentuje kolekcję elementów w ComboBox .Represents the collection of items in a ComboBox. |
ComboBoxRenderer |
Udostępnia metody służące do renderowania kontrolki pola kombi ze stylami wizualnymi.Provides methods used to render a combo box control with visual styles. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
CommonDialog |
Określa klasę bazową służącą do wyświetlania okien dialogowych na ekranie.Specifies the base class used for displaying dialog boxes on the screen. |
ContainerControl |
Oferuje funkcje zarządzania fokusem dla kontrolek, które mogą działać jako kontener dla innych formantów.Provides focus-management functionality for controls that can function as a container for other controls. |
ContentsResizedEventArgs |
Udostępnia dane dla zdarzenia ContentsResized.Provides data for the ContentsResized event. |
ContextMenu |
Reprezentuje menu skrótów.Represents a shortcut menu. Ta klasa nie jest dostępna w programie .NET Core 3,1 i nowszych wersjach.This class is not available in .NET Core 3.1 and later versions. Użyj ContextMenuStrip zamiast tego, który zamienia i rozszerza ContextMenu formant.Use ContextMenuStrip instead, which replaces and extends the ContextMenu control. |
ContextMenuStrip |
Reprezentuje menu skrótów.Represents a shortcut menu. |
Control |
Definiuje klasę bazową dla formantów, które są składnikami z reprezentacją wizualną.Defines the base class for controls, which are components with visual representation. |
Control.ControlAccessibleObject |
Zawiera informacje o kontrolce, która może być używana przez aplikację ułatwień dostępu.Provides information about a control that can be used by an accessibility application. |
Control.ControlCollection |
Reprezentuje kolekcję Control obiektów.Represents a collection of Control objects. |
ControlBindingsCollection |
Reprezentuje kolekcję powiązań danych dla kontrolki.Represents the collection of data bindings for a control. |
ControlEventArgs |
Dostarcza dane dla ControlAdded zdarzeń i ControlRemoved .Provides data for the ControlAdded and ControlRemoved events. |
ControlPaint |
Zapewnia metody używane do malowania typowych formantów systemu Windows i ich elementów.Provides methods used to paint common Windows controls and their elements. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
ConvertEventArgs |
Dostarcza dane dla Format zdarzeń i Parse .Provides data for the Format and Parse events. |
CreateParams |
Hermetyzuje informacje, które są zbędne podczas tworzenia formantu.Encapsulates the information needed when creating a control. |
CurrencyManager |
Zarządza listą Binding obiektów.Manages a list of Binding objects. |
Cursor |
Reprezentuje obraz używany do malowania wskaźnikiem myszy.Represents the image used to paint the mouse pointer. |
CursorConverter |
Oferuje konwerter typów służący do konwertowania Cursor obiektów na i z różnych innych reprezentacji.Provides a type converter to convert Cursor objects to and from various other representations. |
Cursors |
Zawiera kolekcję Cursor obiektów do użycia przez aplikację Windows Forms.Provides a collection of Cursor objects for use by a Windows Forms application. |
DataFormats |
Zawiera |
DataFormats.Format |
Reprezentuje typ formatu Schowka.Represents a Clipboard format type. |
DataGrid |
Wyświetla dane ADO.NET w przewijanej siatce.Displays ADO.NET data in a scrollable grid. Ta klasa nie jest dostępna w programie .NET Core 3,1 i nowszych wersjach.This class is not available in .NET Core 3.1 and later versions. DataGridViewZamiast tego użyj kontrolki, która zamienia i rozszerza DataGrid formant.Use the DataGridView control instead, which replaces and extends the DataGrid control. |
DataGrid.HitTestInfo |
Zawiera informacje dotyczące części w DataGrid określonej współrzędnych.Contains information about a part of the DataGrid at a specified coordinate. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
DataGridBoolColumn |
Określa kolumnę, w której każda komórka zawiera pole wyboru reprezentujące wartość logiczną.Specifies a column in which each cell contains a check box for representing a Boolean value. |
DataGridColumnStyle |
Określa wygląd, formatowanie tekstu i zachowanie DataGrid kolumny kontrolki.Specifies the appearance, text formatting, and behavior of a DataGrid control column. Ta klasa jest abstrakcyjna.This class is abstract. |
DataGridColumnStyle.CompModSwitches |
Zawiera TraceSwitch , który jest używany przez infrastrukturę .NET Framework.Contains a TraceSwitch that is used by the .NET Framework infrastructure. |
DataGridColumnStyle.DataGridColumnHeaderAccessibleObject |
Dostarcza implementację dla obiektu, który może być sprawdzany przez aplikację ułatwień dostępu.Provides an implementation for an object that can be inspected by an accessibility application. |
DataGridPreferredColumnWidthTypeConverter |
Konwertuje wartość obiektu na inny typ danych.Converts the value of an object to a different data type. |
DataGridTableStyle |
Reprezentuje tabelę rysowanej przez DataGrid formant w czasie wykonywania.Represents the table drawn by the DataGrid control at run time. |
DataGridTextBox |
Reprezentuje TextBox kontrolkę, która jest hostowana w DataGridTextBoxColumn .Represents a TextBox control that is hosted in a DataGridTextBoxColumn. |
DataGridTextBoxColumn |
Hostuje TextBox kontrolkę w komórce a DataGridColumnStyle do edycji ciągów.Hosts a TextBox control in a cell of a DataGridColumnStyle for editing strings. |
DataGridView |
Wyświetla dane w dostosowywanej siatce.Displays data in a customizable grid. |
DataGridView.DataGridViewAccessibleObject |
Zawiera informacje na temat DataGridView kontroli w aplikacjach klienckich do ułatwienia dostępu.Provides information about the DataGridView control to accessibility client applications. |
DataGridView.DataGridViewControlCollection |
Reprezentuje kolekcję kontrolek znajdujących się w DataGridView .Represents a collection of controls contained on a DataGridView. |
DataGridView.DataGridViewTopRowAccessibleObject |
Zawiera informacje na temat wiersza DataGridViewColumnHeaderCell obiektów w aplikacjach klienckich do ułatwienia dostępu.Provides information about a row of DataGridViewColumnHeaderCell objects to accessibility client applications. |
DataGridView.HitTestInfo |
Zawiera informacje, takie jak indeksy wierszy i kolumn, o określonej parze współrzędnej w DataGridView kontrolce.Contains information, such as the row and column indexes, about a specific coordinate pair in the DataGridView control. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
DataGridViewAdvancedBorderStyle |
Zawiera style obramowania dla komórek w DataGridView kontrolce.Contains border styles for the cells in a DataGridView control. |
DataGridViewAutoSizeColumnModeEventArgs |
Udostępnia dane dla zdarzenia AutoSizeColumnModeChanged.Provides data for the AutoSizeColumnModeChanged event. |
DataGridViewAutoSizeColumnsModeEventArgs |
Udostępnia dane dla zdarzenia AutoSizeColumnsModeChanged.Provides data for the AutoSizeColumnsModeChanged event. |
DataGridViewAutoSizeModeEventArgs |
Dostarcza dane dla DataGridView AutoSizeRowsModeChanged zdarzeń i RowHeadersWidthSizeModeChanged .Provides data for the DataGridViewAutoSizeRowsModeChanged and RowHeadersWidthSizeModeChanged events. |
DataGridViewBand |
Reprezentuje liniową kolekcję elementów w DataGridView kontrolce.Represents a linear collection of elements in a DataGridView control. |
DataGridViewBindingCompleteEventArgs |
Udostępnia dane dla zdarzenia DataBindingComplete.Provides data for the DataBindingComplete event. |
DataGridViewButtonCell |
Wyświetla interfejs użytkownika podobny do przycisku (UI) do użycia w DataGridView kontrolce.Displays a button-like user interface (UI) for use in a DataGridView control. |
DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject |
Zawiera informacje dotyczące DataGridViewButtonCell aplikacji klienckich z ułatwieniami dostępu.Provides information about a DataGridViewButtonCell to accessibility client applications. |
DataGridViewButtonColumn |
Hostuje kolekcję DataGridViewButtonCell obiektów.Hosts a collection of DataGridViewButtonCell objects. |
DataGridViewCell |
Reprezentuje pojedynczą komórkę w DataGridView kontrolce.Represents an individual cell in a DataGridView control. |
DataGridViewCell.DataGridViewCellAccessibleObject |
Zawiera informacje dotyczące DataGridViewCell aplikacji klienckich z ułatwieniami dostępu.Provides information about a DataGridViewCell to accessibility client applications. |
DataGridViewCellCancelEventArgs |
Zapewnia dane dla CellBeginEdit i RowValidating zdarzeń.Provides data for CellBeginEdit and RowValidating events. |
DataGridViewCellCollection |
Reprezentuje kolekcję komórek w DataGridViewRow .Represents a collection of cells in a DataGridViewRow. |
DataGridViewCellContextMenuStripNeededEventArgs |
Udostępnia dane dla zdarzenia CellContextMenuStripNeeded.Provides data for the CellContextMenuStripNeeded event. |
DataGridViewCellErrorTextNeededEventArgs |
Dostarcza dane dla CellErrorTextNeeded zdarzenia DataGridView formantu.Provides data for the CellErrorTextNeeded event of a DataGridView control. |
DataGridViewCellEventArgs |
Dostarcza dane dla DataGridView zdarzeń związanych z operacjami w komórkach i wierszach.Provides data for DataGridView events related to cell and row operations. |
DataGridViewCellFormattingEventArgs |
Dostarcza dane dla CellFormatting zdarzenia DataGridView .Provides data for the CellFormatting event of a DataGridView. |
DataGridViewCellMouseEventArgs |
Zapewnia dane dla zdarzeń myszy wywoływanych przez za DataGridView każdym razem, gdy mysz jest przenoszona w obrębie elementu DataGridViewCell .Provides data for mouse events raised by a DataGridView whenever the mouse is moved within a DataGridViewCell. |
DataGridViewCellPaintingEventArgs |
Udostępnia dane dla zdarzenia CellPainting.Provides data for the CellPainting event. |
DataGridViewCellParsingEventArgs |
Dostarcza dane dla CellParsing zdarzenia DataGridView formantu.Provides data for the CellParsing event of a DataGridView control. |
DataGridViewCellStateChangedEventArgs |
Udostępnia dane dla zdarzenia CellStateChanged.Provides data for the CellStateChanged event. |
DataGridViewCellStyle |
Reprezentuje formatowanie i informacje o stylu zastosowane do poszczególnych komórek w DataGridView kontrolce.Represents the formatting and style information applied to individual cells within a DataGridView control. |
DataGridViewCellStyleContentChangedEventArgs |
Udostępnia dane dla zdarzenia CellStyleContentChanged.Provides data for the CellStyleContentChanged event. |
DataGridViewCellStyleConverter |
Konwertuje DataGridViewCellStyle obiekty na i z innych typów danych.Converts DataGridViewCellStyle objects to and from other data types. |
DataGridViewCellToolTipTextNeededEventArgs |
Udostępnia dane dla zdarzenia CellToolTipTextNeeded.Provides data for the CellToolTipTextNeeded event. |
DataGridViewCellValidatingEventArgs |
Dostarcza dane dla CellValidating zdarzenia DataGridView formantu.Provides data for the CellValidating event of a DataGridView control. |
DataGridViewCellValueEventArgs |
Dostarcza dane dla CellValueNeeded i CellValuePushed zdarzeń DataGridView kontrolki.Provides data for the CellValueNeeded and CellValuePushed events of the DataGridView control. |
DataGridViewCheckBoxCell |
Wyświetla interfejs użytkownika (UI) pola wyboru, który ma być używany w DataGridView kontrolce.Displays a check box user interface (UI) to use in a DataGridView control. |
DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject |
Zawiera informacje dotyczące DataGridViewCheckBoxCell aplikacji klienckich z ułatwieniami dostępu.Provides information about a DataGridViewCheckBoxCell to accessibility client applications. |
DataGridViewCheckBoxColumn |
Hostuje kolekcję DataGridViewCheckBoxCell obiektów.Hosts a collection of DataGridViewCheckBoxCell objects. |
DataGridViewColumn |
Reprezentuje kolumnę w DataGridView kontrolce.Represents a column in a DataGridView control. |
DataGridViewColumnCollection |
Reprezentuje kolekcję DataGridViewColumn obiektów w DataGridView kontrolce.Represents a collection of DataGridViewColumn objects in a DataGridView control. |
DataGridViewColumnDesignTimeVisibleAttribute |
Określa, czy typ kolumny jest widoczny w DataGridView projektancie.Specifies whether a column type is visible in the DataGridView designer. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
DataGridViewColumnDividerDoubleClickEventArgs |
Dostarcza dane dla ColumnDividerDoubleClick zdarzenia DataGridView .Provides data for the ColumnDividerDoubleClick event of a DataGridView. |
DataGridViewColumnEventArgs |
Zawiera dane dla zdarzeń związanych z kolumną DataGridView .Provides data for column-related events of a DataGridView. |
DataGridViewColumnHeaderCell |
Reprezentuje nagłówek kolumny w DataGridView kontrolce.Represents a column header in a DataGridView control. |
DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject |
Zawiera informacje dotyczące DataGridViewColumnHeaderCell aplikacji klienckich z ułatwieniami dostępu.Provides information about a DataGridViewColumnHeaderCell to accessibility client applications. |
DataGridViewColumnStateChangedEventArgs |
Udostępnia dane dla zdarzenia ColumnStateChanged.Provides data for the ColumnStateChanged event. |
DataGridViewComboBoxCell |
Wyświetla pole kombi w DataGridView kontrolce.Displays a combo box in a DataGridView control. |
DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject |
Reprezentuje obiekt dostępności dla bieżącego DataGridViewComboBoxCell obiektu.Represents the accessibility object for the current DataGridViewComboBoxCell object. |
DataGridViewComboBoxCell.ObjectCollection |
Reprezentuje kolekcję opcji wyboru w DataGridViewComboBoxCell .Represents the collection of selection choices in a DataGridViewComboBoxCell. |
DataGridViewComboBoxColumn |
Przedstawia kolumnę DataGridViewComboBoxCell obiektów.Represents a column of DataGridViewComboBoxCell objects. |
DataGridViewComboBoxEditingControl |
Reprezentuje kontrolkę pola kombi hostowaną w elemencie DataGridViewComboBoxCell .Represents the hosted combo box control in a DataGridViewComboBoxCell. |
DataGridViewDataErrorEventArgs |
Udostępnia dane dla zdarzenia DataError.Provides data for the DataError event. |
DataGridViewEditingControlShowingEventArgs |
Udostępnia dane dla zdarzenia EditingControlShowing.Provides data for the EditingControlShowing event. |
DataGridViewElement |
Udostępnia klasę bazową dla elementów DataGridView kontrolki.Provides the base class for elements of a DataGridView control. |
DataGridViewHeaderCell |
Zawiera funkcje wspólne dla komórek nagłówka wiersza i komórek nagłówka kolumny.Contains functionality common to row header cells and column header cells. |
DataGridViewImageCell |
Wyświetla grafikę w DataGridView kontrolce.Displays a graphic in a DataGridView control. |
DataGridViewImageCell.DataGridViewImageCellAccessibleObject |
Zawiera informacje dotyczące DataGridViewImageCell aplikacji klienckich z ułatwieniami dostępu.Provides information about a DataGridViewImageCell to accessibility client applications. |
DataGridViewImageColumn |
Hostuje kolekcję DataGridViewImageCell obiektów.Hosts a collection of DataGridViewImageCell objects. |
DataGridViewLinkCell |
Reprezentuje komórkę zawierającą link.Represents a cell that contains a link. |
DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject |
Zawiera informacje o DataGridViewLinkCell kontroli dostępu do aplikacji klienckich.Provides information about a DataGridViewLinkCell control to accessibility client applications. |
DataGridViewLinkColumn |
Przedstawia kolumnę komórek zawierających linki w DataGridView kontrolce.Represents a column of cells that contain links in a DataGridView control. |
DataGridViewRow |
Przedstawia wiersz w DataGridView kontrolce.Represents a row in a DataGridView control. |
DataGridViewRow.DataGridViewRowAccessibleObject |
Zawiera informacje dotyczące DataGridViewRow aplikacji klienckich z ułatwieniami dostępu.Provides information about a DataGridViewRow to accessibility client applications. |
DataGridViewRowCancelEventArgs |
Dostarcza dane dla UserDeletingRow zdarzenia DataGridView .Provides data for the UserDeletingRow event of a DataGridView. |
DataGridViewRowCollection |
Kolekcja obiektów DataGridViewRow.A collection of DataGridViewRow objects. |
DataGridViewRowContextMenuStripNeededEventArgs |
Udostępnia dane dla zdarzenia RowContextMenuStripNeeded.Provides data for the RowContextMenuStripNeeded event. |
DataGridViewRowDividerDoubleClickEventArgs |
Dostarcza dane dla RowDividerDoubleClick zdarzenia DataGridView .Provides data for the RowDividerDoubleClick event of a DataGridView. |
DataGridViewRowErrorTextNeededEventArgs |
Dostarcza dane dla RowErrorTextNeeded zdarzenia DataGridView formantu.Provides data for the RowErrorTextNeeded event of a DataGridView control. |
DataGridViewRowEventArgs |
Zawiera dane dla zdarzeń związanych z wierszem DataGridView .Provides data for row-related DataGridView events. |
DataGridViewRowHeaderCell |
Reprezentuje nagłówek wiersza DataGridView kontrolki.Represents a row header of a DataGridView control. |
DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject |
Zawiera informacje dotyczące DataGridViewRowHeaderCell aplikacji klienckich z ułatwieniami dostępu.Provides information about a DataGridViewRowHeaderCell to accessibility client applications. |
DataGridViewRowHeightInfoNeededEventArgs |
Dostarcza dane dla RowHeightInfoNeeded zdarzenia DataGridView .Provides data for the RowHeightInfoNeeded event of a DataGridView. |
DataGridViewRowHeightInfoPushedEventArgs |
Dostarcza dane dla RowHeightInfoPushed zdarzenia DataGridView .Provides data for the RowHeightInfoPushed event of a DataGridView. |
DataGridViewRowPostPaintEventArgs |
Udostępnia dane dla zdarzenia RowPostPaint.Provides data for the RowPostPaint event. |
DataGridViewRowPrePaintEventArgs |
Udostępnia dane dla zdarzenia RowPrePaint.Provides data for the RowPrePaint event. |
DataGridViewRowsAddedEventArgs |
Udostępnia dane dla zdarzenia RowsAdded.Provides data for the RowsAdded event. |
DataGridViewRowsRemovedEventArgs |
Udostępnia dane dla zdarzenia RowsRemoved.Provides data for the RowsRemoved event. |
DataGridViewRowStateChangedEventArgs |
Dostarcza dane dla RowStateChanged zdarzenia DataGridView .Provides data for the RowStateChanged event of a DataGridView. |
DataGridViewSelectedCellCollection |
Reprezentuje kolekcję komórek, które są wybrane w DataGridView .Represents a collection of cells that are selected in a DataGridView. |
DataGridViewSelectedColumnCollection |
Reprezentuje kolekcję DataGridViewColumn obiektów, które są wybrane w DataGridView .Represents a collection of DataGridViewColumn objects that are selected in a DataGridView. |
DataGridViewSelectedRowCollection |
Reprezentuje kolekcję DataGridViewRow obiektów, które są wybrane w DataGridView .Represents a collection of DataGridViewRow objects that are selected in a DataGridView. |
DataGridViewSortCompareEventArgs |
Udostępnia dane dla zdarzenia SortCompare.Provides data for the SortCompare event. |
DataGridViewTextBoxCell |
Wyświetla edytowalne informacje tekstowe w DataGridView kontrolce.Displays editable text information in a DataGridView control. |
DataGridViewTextBoxCell.DataGridViewTextBoxCellAccessibleObject |
Reprezentuje obiekt dostępności dla bieżącego DataGridViewTextBoxCell obiektu.Represents the accessibility object for the current DataGridViewTextBoxCell object. |
DataGridViewTextBoxColumn |
Hostuje kolekcję DataGridViewTextBoxCell komórek.Hosts a collection of DataGridViewTextBoxCell cells. |
DataGridViewTextBoxEditingControl |
Reprezentuje kontrolkę pola tekstowego, która może być hostowana w DataGridViewTextBoxCell .Represents a text box control that can be hosted in a DataGridViewTextBoxCell. |
DataGridViewTopLeftHeaderCell |
Reprezentuje komórkę w lewym górnym rogu DataGridView , która znajduje się nad nagłówkami wierszy i po lewej stronie nagłówków kolumn.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 |
Zawiera informacje dotyczące DataGridViewTopLeftHeaderCell aplikacji klienckich z ułatwieniami dostępu.Provides information about a DataGridViewTopLeftHeaderCell to accessibility client applications. |
DataObject |
Implementuje mechanizm podstawowego transferu danych.Implements a basic data transfer mechanism. |
DateBoldEventArgs |
Zapewnia dane dla zdarzeń, które są wewnętrzne dla MonthCalendar formantu.Provides data for events that are internal to the MonthCalendar control. |
DateRangeEventArgs |
Dostarcza dane dla DateChanged lub DateSelected zdarzeń MonthCalendar kontrolki.Provides data for the DateChanged or DateSelected events of the MonthCalendar control. |
DateTimePicker |
Reprezentuje kontrolkę systemu Windows, która pozwala użytkownikowi wybrać datę i godzinę oraz wyświetlić datę i godzinę w określonym formacie.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 |
Zawiera informacje na temat DateTimePicker kontroli w aplikacjach klienckich do ułatwienia dostępu.Provides information about the DateTimePicker control to accessibility client applications. |
DockingAttribute |
Określa domyślne zachowanie dokowania dla kontrolki.Specifies the default docking behavior for a control. |
DomainUpDown |
Przedstawia pole pokrętła systemu Windows (nazywane również kontrolką w górę), które wyświetla wartości ciągu.Represents a Windows spin box (also known as an up-down control) that displays string values. |
DomainUpDown.DomainItemAccessibleObject |
Zawiera informacje na temat elementów w DomainUpDown formancie do aplikacji klienckich dotyczących ułatwień dostępu.Provides information about the items in the DomainUpDown control to accessibility client applications. |
DomainUpDown.DomainUpDownAccessibleObject |
Zawiera informacje na temat DomainUpDown kontroli w aplikacjach klienckich do ułatwienia dostępu.Provides information about the DomainUpDown control to accessibility client applications. |
DomainUpDown.DomainUpDownItemCollection |
Hermetyzuje kolekcję obiektów do użycia przez DomainUpDown klasę.Encapsulates a collection of objects for use by the DomainUpDown class. |
DpiChangedEventArgs |
Dostarcza dane dla zdarzeń DPIChanged formularza lub kontrolki.Provides data for the DPIChanged events of a form or control. |
DragEventArgs |
Dostarcza dane dla DragDrop zdarzenia, DragEnter lub DragOver .Provides data for the DragDrop, DragEnter, or DragOver event. |
DrawItemEventArgs |
Udostępnia dane dla zdarzenia |
DrawListViewColumnHeaderEventArgs |
Udostępnia dane dla zdarzenia DrawColumnHeader.Provides data for the DrawColumnHeader event. |
DrawListViewItemEventArgs |
Udostępnia dane dla zdarzenia DrawItem.Provides data for the DrawItem event. |
DrawListViewSubItemEventArgs |
Udostępnia dane dla zdarzenia DrawSubItem.Provides data for the DrawSubItem event. |
DrawToolTipEventArgs |
Udostępnia dane dla zdarzenia Draw.Provides data for the Draw event. |
DrawTreeNodeEventArgs |
Udostępnia dane dla zdarzenia DrawNode.Provides data for the DrawNode event. |
ErrorProvider |
Udostępnia interfejs użytkownika wskazujący, że w kontrolce formularza jest skojarzony błąd.Provides a user interface for indicating that a control on a form has an error associated with it. |
FeatureSupport |
Zapewnia |
FileDialog |
Wyświetla okno dialogowe, w którym użytkownik może wybrać plik.Displays a dialog box from which the user can select a file. |
FileDialogCustomPlace |
Reprezentuje wpis w FileDialog kolekcji miejsc niestandardowych dla systemu Windows Vista.Represents an entry in a FileDialog custom place collection for Windows Vista. |
FileDialogCustomPlacesCollection |
Reprezentuje kolekcję miejsc niestandardowych systemu Windows Vista dla FileDialog klasy.Represents a collection of Windows Vista custom places for the FileDialog class. |
FlatButtonAppearance |
Dostarcza właściwości, które określają wygląd Button kontrolek, których FlatStyle jest Flat .Provides properties that specify the appearance of Button controls whose FlatStyle is Flat. |
FlowLayoutPanel |
Reprezentuje Panel, który dynamicznie określa zawartość w poziomie lub w pionie.Represents a panel that dynamically lays out its contents horizontally or vertically. |
FlowLayoutSettings |
Gromadzi informacje o cechach skojarzonych z układami przepływu.Collects the characteristics associated with flow layouts. |
FolderBrowserDialog |
Poprosi użytkownika o wybranie folderu.Prompts the user to select a folder. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
FontDialog |
Poprosi użytkownika o wybranie czcionki spośród zainstalowanych na komputerze lokalnym.Prompts the user to choose a font from among those installed on the local computer. |
Form |
Reprezentuje okno lub okno dialogowe, które tworzy interfejs użytkownika aplikacji.Represents a window or dialog box that makes up an application's user interface. |
Form.ControlCollection |
Reprezentuje kolekcję kontrolek w formularzu.Represents a collection of controls on the form. |
FormClosedEventArgs |
Udostępnia dane dla zdarzenia FormClosed.Provides data for the FormClosed event. |
FormClosingEventArgs |
Udostępnia dane dla zdarzenia FormClosing.Provides data for the FormClosing event. |
FormCollection |
Reprezentuje kolekcję Form obiektów.Represents a collection of Form objects. |
GiveFeedbackEventArgs |
Dostarcza dane dla GiveFeedback zdarzenia, które występuje podczas operacji przeciągania.Provides data for the GiveFeedback event, which occurs during a drag operation. |
GridColumnStylesCollection |
Reprezentuje kolekcję DataGridColumnStyle obiektów w DataGrid kontrolce.Represents a collection of DataGridColumnStyle objects in the DataGrid control. |
GridItem |
Implementuje jeden wiersz w PropertyGrid .Implements one row in a PropertyGrid. |
GridItemCollection |
Zawiera kolekcję GridItem obiektów.Contains a collection of GridItem objects. |
GridTablesFactory |
Udostępnia CreateGridTables(DataGridTableStyle, Object, String, BindingContext) metodę.Provides the CreateGridTables(DataGridTableStyle, Object, String, BindingContext) method. |
GridTableStylesCollection |
Reprezentuje kolekcję DataGridTableStyle obiektów w DataGrid kontrolce.Represents a collection of DataGridTableStyle objects in the DataGrid control. |
GroupBox |
Reprezentuje kontrolkę systemu Windows, która wyświetla ramkę wokół grupy formantów z opcjonalnym podpisem.Represents a Windows control that displays a frame around a group of controls with an optional caption. |
GroupBoxRenderer |
Udostępnia metody służące do renderowania kontrolki pole grupy z lub bez stylów wizualnych.Provides methods used to render a group box control with or without visual styles. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
HandledMouseEventArgs |
Zezwala na kontrolkę niestandardową, aby zapobiec MouseWheel wysyłaniu zdarzenia do jego kontenera nadrzędnego.Allows a custom control to prevent the MouseWheel event from being sent to its parent container. |
Help |
Hermetyzuje aparat pomocy HTML 1,0.Encapsulates the HTML Help 1.0 engine. |
HelpEventArgs |
Udostępnia dane dla zdarzenia HelpRequested.Provides data for the HelpRequested event. |
HelpProvider |
Udostępnia okna podręczne lub pomoc online dla kontrolek.Provides pop-up or online Help for controls. |
HScrollBar |
Reprezentuje standardowy poziomy pasek przewijania systemu Windows.Represents a standard Windows horizontal scroll bar. |
HScrollProperties |
Zawiera podstawowe właściwości dla HScrollBarProvides basic properties for the HScrollBar |
HtmlDocument |
Zapewnia dostęp programistyczny najwyższego poziomu do dokumentu HTML hostowanego przez WebBrowser formant.Provides top-level programmatic access to an HTML document hosted by the WebBrowser control. |
HtmlElement |
Reprezentuje element HTML wewnątrz strony sieci Web.Represents an HTML element inside of a Web page. |
HtmlElementCollection |
Definiuje kolekcję HtmlElement obiektów.Defines a collection of HtmlElement objects. |
HtmlElementErrorEventArgs |
Udostępnia dane dla zdarzenia Error.Provides data for the Error event. |
HtmlElementEventArgs |
Zawiera dane dla zdarzeń zdefiniowanych w HtmlDocument i HtmlElement .Provides data for the events defined on HtmlDocument and HtmlElement. |
HtmlHistory |
Zarządza listą dokumentów i witryn sieci Web odwiedzonych przez użytkownika w bieżącej sesji.Manages the list of documents and Web sites the user has visited within the current session. |
HtmlWindow |
Reprezentuje okno logiczne, które zawiera co najmniej jedno wystąpienie HtmlDocument .Represents the logical window that contains one or more instances of HtmlDocument. |
HtmlWindowCollection |
Reprezentuje okna zawarte w innym HtmlWindow .Represents the windows contained within another HtmlWindow. |
ImageIndexConverter |
Oferuje konwerter typów służący do konwertowania danych dla indeksu obrazu do i z ciągu.Provides a type converter to convert data for an image index to and from a string. |
ImageKeyConverter |
Oferuje konwerter typów służący do konwertowania danych dla klucza obrazu do i z innego typu danych.Provides a type converter to convert data for an image key to and from another data type. |
ImageList |
Zapewnia metody zarządzania kolekcją Image obiektów.Provides methods to manage a collection of Image objects. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
ImageList.ImageCollection |
Hermetyzuje kolekcję Image obiektów w obiekcie ImageList .Encapsulates the collection of Image objects in an ImageList. |
ImageListStreamer |
Dostarcza część danych ImageList .Provides the data portion of an ImageList. |
ImeContext |
Zawiera metody statyczne, które współpracują bezpośrednio z interfejsem API edytora IME.Contains static methods that interact directly with the IME API. |
InputLanguage |
Dostarcza metody i pola do zarządzania językiem wejściowym.Provides methods and fields to manage the input language. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
InputLanguageChangedEventArgs |
Udostępnia dane dla zdarzenia InputLanguageChanged.Provides data for the InputLanguageChanged event. |
InputLanguageChangingEventArgs |
Udostępnia dane dla zdarzenia InputLanguageChanging.Provides data for the InputLanguageChanging event. |
InputLanguageCollection |
Przechowuje InputLanguage obiekty.Stores InputLanguage objects. |
InvalidateEventArgs |
Udostępnia dane dla zdarzenia Invalidated.Provides data for the Invalidated event. |
ItemChangedEventArgs |
Udostępnia dane dla zdarzenia ItemChanged.Provides data for the ItemChanged event. |
ItemCheckedEventArgs |
Dostarcza dane dla ItemChecked zdarzenia ListView formantu.Provides data for the ItemChecked event of the ListView control. |
ItemCheckEventArgs |
Zapewnia dane dla ItemCheck zdarzenia CheckedListBox ListView formantów i.Provides data for the ItemCheck event of the CheckedListBox and ListView controls. |
ItemDragEventArgs |
Zapewnia dane dla ItemDrag zdarzenia ListView TreeView formantów i.Provides data for the ItemDrag event of the ListView and TreeView controls. |
KeyEventArgs |
Dostarcza dane dla KeyDown zdarzenia lub KeyUp .Provides data for the KeyDown or KeyUp event. |
KeyPressEventArgs |
Udostępnia dane dla zdarzenia KeyPress.Provides data for the KeyPress event. |
KeysConverter |
Zapewnia TypeConverter konwersję Keys obiektów do i z innych reprezentacji.Provides a TypeConverter to convert Keys objects to and from other representations. |
Label |
Reprezentuje standardową etykietę systemu Windows.Represents a standard Windows label. |
LabelEditEventArgs |
Dostarcza dane dla BeforeLabelEdit zdarzeń i AfterLabelEdit .Provides data for the BeforeLabelEdit and AfterLabelEdit events. |
LayoutEventArgs |
Udostępnia dane dla zdarzenia Layout.Provides data for the Layout event. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
LayoutSettings |
Udostępnia klasę bazową do zbierania charakterystyki schematu układu.Provides a base class for collecting layout scheme characteristics. |
LinkArea.LinkAreaConverter |
Oferuje konwerter typów służący do konwertowania LinkArea.LinkAreaConverter obiektów na i z różnych innych reprezentacji.Provides a type converter to convert LinkArea.LinkAreaConverter objects to and from various other representations. |
LinkClickedEventArgs |
Udostępnia dane dla zdarzenia LinkClicked.Provides data for the LinkClicked event. |
LinkConverter |
Oferuje konwerter typów dla LinkLabel.Link obiektów.Provides a type converter for LinkLabel.Link objects. |
LinkLabel |
Reprezentuje kontrolkę etykieta systemu Windows, która może wyświetlać hiperłącza.Represents a Windows label control that can display hyperlinks. |
LinkLabel.Link |
Reprezentuje łącze w LinkLabel kontrolce.Represents a link within a LinkLabel control. |
LinkLabel.LinkCollection |
Reprezentuje kolekcję linków w LinkLabel kontrolce.Represents the collection of links within a LinkLabel control. |
LinkLabelLinkClickedEventArgs |
Udostępnia dane dla zdarzenia LinkClicked.Provides data for the LinkClicked event. |
ListBindingConverter |
Oferuje konwerter typów służący do konwertowania Binding obiektów na i z różnych innych reprezentacji.Provides a type converter to convert Binding objects to and from various other representations. |
ListBindingHelper |
Oferuje funkcje do wykrywania listy możliwej do powiązania i właściwości elementów znajdujących się na liście, jeśli różnią się one od właściwości publicznych obiektu, z którym są powiązane.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 |
Reprezentuje kontrolkę Windows, aby wyświetlić listę elementów.Represents a Windows control to display a list of items. |
ListBox.IntegerCollection |
Reprezentuje kolekcję liczb całkowitych w ListBox .Represents a collection of integers in a ListBox. |
ListBox.ObjectCollection |
Reprezentuje kolekcję elementów w ListBox .Represents the collection of items in a ListBox. |
ListBox.SelectedIndexCollection |
Reprezentuje kolekcję zawierającą indeksy do wybranych elementów w ListBox .Represents the collection containing the indexes to the selected items in a ListBox. |
ListBox.SelectedObjectCollection |
Reprezentuje kolekcję wybranych elementów w ListBox .Represents the collection of selected items in the ListBox. |
ListControl |
Zapewnia wspólną implementację elementów członkowskich dla ListBox klas i ComboBox .Provides a common implementation of members for the ListBox and ComboBox classes. |
ListControlConvertEventArgs |
Udostępnia dane dla zdarzenia Format.Provides data for the Format event. |
ListView |
Reprezentuje kontrolkę widok listy systemu Windows, która wyświetla kolekcję elementów, które mogą być wyświetlane przy użyciu jednego z czterech różnych widoków.Represents a Windows list view control, which displays a collection of items that can be displayed using one of four different views. |
ListView.CheckedIndexCollection |
Reprezentuje kolekcję zawierającą indeksy do elementów zaznaczonych w kontrolce widoku listy.Represents the collection containing the indexes to the checked items in a list view control. |
ListView.CheckedListViewItemCollection |
Reprezentuje kolekcję elementów zaznaczonych w kontrolce widoku listy.Represents the collection of checked items in a list view control. |
ListView.ColumnHeaderCollection |
Reprezentuje kolekcję nagłówków kolumn w ListView kontrolce.Represents the collection of column headers in a ListView control. |
ListView.ListViewItemCollection |
Reprezentuje kolekcję elementów w ListView kontrolce lub przypisany do ListViewGroup .Represents the collection of items in a ListView control or assigned to a ListViewGroup. |
ListView.SelectedIndexCollection |
Reprezentuje kolekcję zawierającą indeksy do wybranych elementów w ListView kontrolce.Represents the collection that contains the indexes to the selected items in a ListView control. |
ListView.SelectedListViewItemCollection |
Reprezentuje kolekcję wybranych elementów w kontrolce widoku listy.Represents the collection of selected items in a list view control. |
ListViewGroup |
Reprezentuje grupę elementów wyświetlanych w ListView kontrolce.Represents a group of items displayed within a ListView control. |
ListViewGroupCollection |
Reprezentuje kolekcję grup w ListView kontrolce.Represents the collection of groups within a ListView control. |
ListViewGroupEventArgs |
Dostarcza dane dla OnGroupCollapsedStateChanged(ListViewGroupEventArgs) zdarzenia i OnGroupTaskLinkClick(ListViewGroupEventArgs) .Provides data for the OnGroupCollapsedStateChanged(ListViewGroupEventArgs) and OnGroupTaskLinkClick(ListViewGroupEventArgs) event. |
ListViewHitTestInfo |
Zawiera informacje dotyczące obszaru ListView kontrolki lub ListViewItem .Contains information about an area of a ListView control or a ListViewItem. |
ListViewInsertionMark |
Używane do wskazywania oczekiwanej lokalizacji docelowej, gdy element zostanie przeciągnięty do nowej pozycji w ListView kontrolce.Used to indicate the expected drop location when an item is dragged to a new position in a ListView control. Ta funkcja jest dostępna tylko w systemie Windows XP i nowszych.This functionality is available only on Windows XP and later. |
ListViewItem |
Reprezentuje element w ListView kontrolce.Represents an item in a ListView control. |
ListViewItem.ListViewSubItem |
Reprezentuje element SubItem ListViewItem .Represents a subitem of a ListViewItem. |
ListViewItem.ListViewSubItemCollection |
Reprezentuje kolekcję ListViewItem.ListViewSubItem obiektów przechowywanych w obiekcie ListViewItem .Represents a collection of ListViewItem.ListViewSubItem objects stored in a ListViewItem. |
ListViewItemConverter |
Oferuje konwerter typów służący do konwertowania ListViewItem obiektów na i z różnych innych reprezentacji.Provides a type converter to convert ListViewItem objects to and from various other representations. |
ListViewItemMouseHoverEventArgs |
Udostępnia dane dla zdarzenia ItemMouseHover.Provides data for the ItemMouseHover event. |
ListViewItemSelectionChangedEventArgs |
Udostępnia dane dla zdarzenia ItemSelectionChanged.Provides data for the ItemSelectionChanged event. |
ListViewItemStateImageIndexConverter |
Oferuje konwerter typów służący do konwertowania wartości indeksu obrazu stanu z jednego typu danych na inny.Provides a type converter to convert state image index values from one data type to another. |
ListViewVirtualItemsSelectionRangeChangedEventArgs |
Udostępnia dane dla zdarzenia VirtualItemsSelectionRangeChanged.Provides data for the VirtualItemsSelectionRangeChanged event. |
MainMenu |
Reprezentuje strukturę menu formularza.Represents the menu structure of a form. Ta klasa nie jest dostępna w programie .NET Core 3,1 i nowszych wersjach.This class is not available in .NET Core 3.1 and later versions. Użyj MenuStrip zamiast tego, który zamienia i rozszerza MainMenu formant.Use MenuStrip instead, which replaces and extends the MainMenu control. |
MaskedTextBox |
Używa maski do rozróżnienia odpowiednich i nieprawidłowych danych wejściowych użytkownika.Uses a mask to distinguish between proper and improper user input. |
MaskInputRejectedEventArgs |
Udostępnia dane dla zdarzenia MaskInputRejected.Provides data for the MaskInputRejected event. |
MdiClient |
Reprezentuje kontener dla formularzy podrzędnych interfejsu wielu dokumentów (MDI).Represents the container for multiple-document interface (MDI) child forms. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
MdiClient.ControlCollection |
Zawiera kolekcję MdiClient kontrolek.Contains a collection of MdiClient controls. |
MeasureItemEventArgs |
Zawiera dane dla |
Menu |
Reprezentuje podstawowe funkcje dla wszystkich menu.Represents the base functionality for all menus. Ta klasa nie jest dostępna w programie .NET Core 3,1 i nowszych wersjach.This class is not available in .NET Core 3.1 and later versions. ToolStripDropDownZamiast tego należy użyć i ToolStripDropDownMenu zamienić i zwiększyć Menu formant.Use ToolStripDropDown and ToolStripDropDownMenu instead, which replace and extend the Menu control. |
Menu.MenuItemCollection |
Reprezentuje kolekcję MenuItem obiektów.Represents a collection of MenuItem objects. |
MenuItem |
Reprezentuje pojedynczy element, który jest wyświetlany w MainMenu lub ContextMenu .Represents an individual item that is displayed within a MainMenu or ContextMenu. Ta klasa nie jest dostępna w programie .NET Core 3,1 i nowszych wersjach.This class is not available in .NET Core 3.1 and later versions. Użyj ToolStripMenuItem zamiast tego, który zastępuje MenuItem formant.Use ToolStripMenuItem instead, which replaces the MenuItem control. |
MenuStrip |
Udostępnia system menu dla formularza.Provides a menu system for a form. |
MessageBox |
Wyświetla okno komunikatu, znane także jako okno dialogowe, które przedstawia komunikat dla użytkownika.Displays a message window, also known as a dialog box, which presents a message to the user. Jest to modalne okno, które blokuje inne akcje w aplikacji, dopóki użytkownik go nie zamknie.It is a modal window, blocking other actions in the application until the user closes it. MessageBoxMoże zawierać tekst, przyciski i symbole, które informują użytkownika i poinstruują.A MessageBox can contain text, buttons, and symbols that inform and instruct the user. |
MonthCalendar |
Reprezentuje kontrolkę systemu Windows, która umożliwia użytkownikowi wybranie daty przy użyciu wyświetlania kalendarza miesięcznego w języku Visual.Represents a Windows control that enables the user to select a date using a visual monthly calendar display. |
MonthCalendar.HitTestInfo |
Zawiera informacje o obszarze MonthCalendar formantu.Contains information about an area of a MonthCalendar control. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
MouseEventArgs |
Dostarcza dane dla MouseUp zdarzeń, MouseDown i MouseMove .Provides data for the MouseUp, MouseDown, and MouseMove events. |
NativeWindow |
Zapewnia hermetyzację dolnego poziomu uchwytu okna i procedurę okna.Provides a low-level encapsulation of a window handle and a window procedure. |
NavigateEventArgs |
Udostępnia dane dla zdarzenia Navigate.Provides data for the Navigate event. |
NodeLabelEditEventArgs |
Dostarcza dane dla BeforeLabelEdit zdarzeń i AfterLabelEdit .Provides data for the BeforeLabelEdit and AfterLabelEdit events. |
NotifyIcon |
Określa składnik, który tworzy ikonę w obszarze powiadomień.Specifies a component that creates an icon in the notification area. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
NumericUpDown |
Przedstawia pole pokrętła systemu Windows (nazywane również kontrolką w górę), które wyświetla wartości numeryczne.Represents a Windows spin box (also known as an up-down control) that displays numeric values. |
NumericUpDownAcceleration |
Zawiera informacje dotyczące sposobu, w jaki przyspieszenie powinno być wykonywane w polu pokrętła (znanym także jako formant w górę lub w dół) po naciśnięciu przycisku w górę lub w dół w określonym przedziale czasu.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 |
Reprezentuje posortowaną kolekcję NumericUpDownAcceleration obiektów w NumericUpDown kontrolce.Represents a sorted collection of NumericUpDownAcceleration objects in the NumericUpDown control. |
OpacityConverter |
Oferuje konwerter typów służący do konwertowania wartości nieprzezroczystości do i z ciągu.Provides a type converter to convert opacity values to and from a string. |
OpenFileDialog |
Wyświetla standardowe okno dialogowe, które wyświetla użytkownikowi komunikat z prośbą o otwarcie pliku.Displays a standard dialog box that prompts the user to open a file. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
OSFeature |
Zapewnia zapytania funkcji specyficzne dla systemu operacyjnego.Provides operating-system specific feature queries. |
OwnerDrawPropertyBag |
Zawiera wartości właściwości, których składnik może potrzebować tylko sporadycznie.Contains values of properties that a component might need only occasionally. |
PaddingConverter |
Oferuje konwerter typów służący do konwertowania Padding wartości na i z różnych innych reprezentacji.Provides a type converter to convert Padding values to and from various other representations. |
PageSetupDialog |
Umożliwia użytkownikom zmianę ustawień drukowania związanych ze stronami, w tym marginesów i orientacji papieru.Enables users to change page-related print settings, including margins and paper orientation. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
PaintEventArgs |
Udostępnia dane dla zdarzenia Paint.Provides data for the Paint event. |
Panel |
Używane do grupowania kolekcji formantów.Used to group collections of controls. |
PictureBox |
Reprezentuje kontrolkę pole obrazu systemu Windows do wyświetlania obrazu.Represents a Windows picture box control for displaying an image. |
PopupEventArgs |
Udostępnia dane dla zdarzenia Popup.Provides data for the Popup event. |
PowerStatus |
Wskazuje bieżące informacje o stanie mocy systemu.Indicates current system power status information. |
PreviewKeyDownEventArgs |
Udostępnia dane dla zdarzenia PreviewKeyDown.Provides data for the PreviewKeyDown event. |
PrintControllerWithStatusDialog |
Kontroluje sposób drukowania dokumentu z Windows Forms aplikacji.Controls how a document is printed from a Windows Forms application. |
PrintDialog |
Umożliwia użytkownikom wybranie drukarki i wybranie sekcji dokumentu do wydrukowania z aplikacji Windows Forms.Lets users select a printer and choose which sections of the document to print from a Windows Forms application. |
PrintPreviewControl |
Przedstawia nieprzetworzoną część wersji zapoznawczej podglądu wydruku z aplikacji Windows Forms, bez okien dialogowych ani przycisków.Represents the raw preview part of print previewing from a Windows Forms application, without any dialog boxes or buttons. Większość PrintPreviewControl obiektów znajduje się w PrintPreviewDialog obiektach, ale ich nie trzeba.Most PrintPreviewControl objects are found on PrintPreviewDialog objects, but they do not have to be. |
PrintPreviewDialog |
Przedstawia formularz okna dialogowego, który zawiera PrintPreviewControl na potrzeby drukowania z aplikacji Windows Forms.Represents a dialog box form that contains a PrintPreviewControl for printing from a Windows Forms application. |
ProfessionalColors |
Zawiera Color struktury, które są kolorami elementu wyświetlanego systemu Windows.Provides Color structures that are colors of a Windows display element. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
ProfessionalColorTable |
Zapewnia kolory używane do Microsoft Office wyświetlanych elementów.Provides colors used for Microsoft Office display elements. |
ProgressBar |
Reprezentuje kontrolkę paska postępu systemu Windows.Represents a Windows progress bar control. |
ProgressBarRenderer |
Udostępnia metody służące do renderowania kontrolki paska postępu ze stylami wizualnymi.Provides methods used to render a progress bar control with visual styles. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
PropertyGrid |
Udostępnia interfejs użytkownika do przeglądania właściwości obiektu.Provides a user interface for browsing the properties of an object. |
PropertyGrid.PropertyTabCollection |
Zawiera kolekcję PropertyTab obiektów.Contains a collection of PropertyTab objects. |
PropertyManager |
Utrzymuje Binding między właściwością obiektu a właściwością formantu powiązanego z danymi.Maintains a Binding between an object's property and a data-bound control property. |
PropertyTabChangedEventArgs |
Dostarcza dane dla PropertyTabChanged zdarzenia PropertyGrid .Provides data for the PropertyTabChanged event of a PropertyGrid. |
PropertyValueChangedEventArgs |
Dostarcza dane dla PropertyValueChanged zdarzenia PropertyGrid .Provides data for the PropertyValueChanged event of a PropertyGrid. |
QueryAccessibilityHelpEventArgs |
Udostępnia dane dla zdarzenia QueryAccessibilityHelp.Provides data for the QueryAccessibilityHelp event. |
QueryContinueDragEventArgs |
Udostępnia dane dla zdarzenia QueryContinueDrag.Provides data for the QueryContinueDrag event. |
QuestionEventArgs |
Udostępnia dane dla zdarzeń, które wymagają |
RadioButton |
Umożliwia użytkownikowi wybranie pojedynczej opcji z grupy opcji w przypadku sparowania z innymi RadioButton kontrolkami.Enables the user to select a single option from a group of choices when paired with other RadioButton controls. |
RadioButton.RadioButtonAccessibleObject |
Zawiera informacje na temat RadioButton kontroli w aplikacjach klienckich do ułatwienia dostępu.Provides information about the RadioButton control to accessibility client applications. |
RadioButtonRenderer |
Udostępnia metody służące do renderowania kontrolki przycisku opcji (znanej także jako przycisk radiowy) z lub bez stylów wizualnych.Provides methods used to render an option button control (also known as a radio button) with or without visual styles. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
RelatedImageListAttribute |
Wskazuje, która ImageList Właściwość jest powiązana z.Indicates which ImageList a property is related to. |
RetrieveVirtualItemEventArgs |
Udostępnia dane dla zdarzenia RetrieveVirtualItem.Provides data for the RetrieveVirtualItem event. |
RichTextBox |
Reprezentuje kontrolkę pola tekstu sformatowanego systemu Windows.Represents a Windows rich text box control. |
RowStyle |
Przedstawia wygląd i sposób działania wiersza w układzie tabeli.Represents the look and feel of a row in a table layout. |
SaveFileDialog |
Poprosi użytkownika o wybranie lokalizacji zapisania pliku.Prompts the user to select a location for saving a file. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
Screen |
Reprezentuje urządzenie wyświetlające lub wiele wyświetlanych urządzeń w jednym systemie.Represents a display device or multiple display devices on a single system. |
ScrollableControl |
Definiuje klasę bazową dla kontrolek obsługujących zachowanie autoprzewijania.Defines a base class for controls that support auto-scrolling behavior. |
ScrollableControl.DockPaddingEdges |
Określa dopełnienie obramowania dla zadokowanych kontrolek.Determines the border padding for docked controls. |
ScrollableControl.DockPaddingEdgesConverter |
A TypeConverter dla ScrollableControl.DockPaddingEdges klasy.A TypeConverter for the ScrollableControl.DockPaddingEdges class. |
ScrollBar |
Implementuje podstawowe funkcje kontrolki paska przewijania.Implements the basic functionality of a scroll bar control. |
ScrollBarRenderer |
Udostępnia metody służące do renderowania kontrolki paska przewijania ze stylami wizualnymi.Provides methods used to render a scroll bar control with visual styles. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
ScrollEventArgs |
Udostępnia dane dla zdarzenia |
ScrollProperties |
Hermetyzuje właściwości związane z przewijaniem.Encapsulates properties related to scrolling. |
SearchForVirtualItemEventArgs |
Udostępnia dane dla zdarzenia SearchForVirtualItem.Provides data for the SearchForVirtualItem event. |
SelectedGridItemChangedEventArgs |
Dostarcza dane dla SelectedGridItemChanged zdarzenia PropertyGrid formantu.Provides data for the SelectedGridItemChanged event of the PropertyGrid control. |
SelectionRange |
Reprezentuje zakres wyboru daty w kontrolce kalendarza miesięcznego.Represents a date selection range in a month calendar control. |
SelectionRangeConverter |
Oferuje konwerter typów służący do konwertowania SelectionRange obiektów na i z różnych typów.Provides a type converter to convert SelectionRange objects to and from various other types. |
SendKeys |
Zapewnia metody wysyłania naciśnięć klawiszy do aplikacji.Provides methods for sending keystrokes to an application. |
SplitContainer |
Reprezentuje kontrolkę składającą się z ruchomego paska dzielącego obszar wyświetlania kontenera na dwa panele o zmiennym rozmiarze.Represents a control consisting of a movable bar that divides a container's display area into two resizable panels. |
Splitter |
Reprezentuje kontrolkę rozdzielacza, która umożliwia użytkownikowi zmianę rozmiaru zadokowanych kontrolek.Represents a splitter control that enables the user to resize docked controls. Splitter został zastąpiony przez SplitContainer i jest dostępny tylko w celu zapewnienia zgodności z poprzednimi wersjami.Splitter has been replaced by SplitContainer and is provided only for compatibility with previous versions. |
SplitterCancelEventArgs |
Dostarcza dane dla zdarzeń rozdzielacza.Provides data for splitter events. |
SplitterEventArgs |
Zapewnia dane dla SplitterMoving i SplitterMoved zdarzeń.Provides data for SplitterMoving and the SplitterMoved events. |
SplitterPanel |
Tworzy panel, który jest skojarzony z SplitContainer .Creates a panel that is associated with a SplitContainer. |
StatusBar |
Reprezentuje kontrolkę pasek stanu systemu Windows.Represents a Windows status bar control. Ta klasa nie jest dostępna w programie .NET 5,0 i nowszych wersjach.This class is not available in .NET 5.0 and later versions. ToolStripStatusLabelZamiast tego użyj kontrolki, która zamienia i rozszerza StatusBar formant.Use the ToolStripStatusLabel control instead, which replaces and extends the StatusBar control. |
StatusBar.StatusBarPanelCollection |
Reprezentuje kolekcję paneli w StatusBar kontrolce.Represents the collection of panels in a StatusBar control. |
StatusBarDrawItemEventArgs |
Udostępnia dane dla zdarzenia DrawItem.Provides data for the DrawItem event. |
StatusBarPanel |
Reprezentuje Panel w StatusBar kontrolce.Represents a panel in a StatusBar control. Ta klasa nie jest dostępna w programie .NET 5,0 i nowszych wersjach.This class is not available in .NET 5.0 and later versions. StatusStripZamiast tego użyj kontrolki, która zamienia i rozszerza StatusBar formant.Use the StatusStrip control instead, which replaces and extends the StatusBar control. |
StatusBarPanelClickEventArgs |
Udostępnia dane dla zdarzenia PanelClick.Provides data for the PanelClick event. |
StatusStrip |
Reprezentuje kontrolkę pasek stanu systemu Windows.Represents a Windows status bar control. |
SystemInformation |
Zawiera informacje o bieżącym środowisku systemowym.Provides information about the current system environment. |
TabControl |
Zarządza powiązanym zestawem stron kart.Manages a related set of tab pages. |
TabControl.ControlCollection |
Zawiera kolekcję Control obiektów.Contains a collection of Control objects. |
TabControl.TabPageCollection |
Zawiera kolekcję TabPage obiektów.Contains a collection of TabPage objects. |
TabControlCancelEventArgs |
Dostarcza dane dla Selecting i Deselecting zdarzeń TabControl kontrolki.Provides data for the Selecting and Deselecting events of a TabControl control. |
TabControlEventArgs |
Dostarcza dane dla Selected i Deselected zdarzeń TabControl kontrolki.Provides data for the Selected and Deselected events of a TabControl control. |
TableLayoutCellPaintEventArgs |
Udostępnia dane dla zdarzenia CellPaint.Provides data for the CellPaint event. |
TableLayoutColumnStyleCollection |
Kolekcja, w której są przechowywane ColumnStyle obiekty.A collection that stores ColumnStyle objects. |
TableLayoutControlCollection |
Reprezentuje kolekcję formantów podrzędnych w kontenerze układu tabeli.Represents a collection of child controls in a table layout container. |
TableLayoutPanel |
Reprezentuje Panel, który dynamicznie ustala zawartość w siatce składającej się z wierszy i kolumn.Represents a panel that dynamically lays out its contents in a grid composed of rows and columns. |
TableLayoutRowStyleCollection |
Kolekcja, w której są przechowywane RowStyle obiekty.A collection that stores RowStyle objects. |
TableLayoutSettings |
Gromadzi informacje o cechach związanych z układami tabel.Collects the characteristics associated with table layouts. |
TableLayoutStyle |
Implementuje podstawowe funkcje, które reprezentują wygląd i zachowanie układu tabeli.Implements the basic functionality that represents the appearance and behavior of a table layout. |
TableLayoutStyleCollection |
Implementuje podstawowe funkcje dla kolekcji stylów układu tabeli.Implements the basic functionality for a collection of table layout styles. |
TabPage |
Reprezentuje pojedynczą stronę karty w elemencie TabControl .Represents a single tab page in a TabControl. |
TabPage.TabPageControlCollection |
Zawiera kolekcję formantów, których TabPage używa.Contains the collection of controls that the TabPage uses. |
TabRenderer |
Udostępnia metody służące do renderowania kontrolki karta przy użyciu stylów wizualnych.Provides methods used to render a tab control with visual styles. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
TaskDialog |
Okno dialogowe zadania pozwala wyświetlić informacje i uzyskać proste dane wejściowe od użytkownika.A task dialog allows to display information and get simple input from the user. Jest podobna do MessageBox (w tym, że jest sformatowana przez system operacyjny), ale udostępnia znacznie więcej funkcji.It is similar to a MessageBox (in that it is formatted by the operating system) but provides a lot more features. |
TaskDialogButton |
Reprezentuje kontrolkę przycisku okna dialogowego zadania.Represents a button control of a task dialog. |
TaskDialogButtonCollection |
Reprezentuje kolekcję TaskDialogButton obiektów.Represents a collection of TaskDialogButton objects. |
TaskDialogCommandLinkButton |
Reprezentuje kontrolkę przycisku łącza polecenia okna dialogowego zadania.Represents a command link button control of a task dialog. |
TaskDialogControl |
Reprezentuje kontrolkę okna dialogowego zadania.Represents a control of a task dialog. |
TaskDialogExpander |
Reprezentuje przycisk rozwijania i skojarzony rozwinięty obszar okna dialogowego zadania.Represents an expander button and the associated expanded area of a task dialog. |
TaskDialogFootnote |
Przedstawia obszar przypisu dolnego okna dialogowego zadania.Represents the footnote area of a task dialog. |
TaskDialogIcon |
Reprezentuje ikonę, która może być pokazywana w głównym obszarze okna dialogowego zadania (przez ustawienie Icon Właściwości) lub w przypisie okna dialogowego zadania (przez ustawienie Icon Właściwości).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 |
Przedstawia stronę zawartości okna dialogowego zadania.Represents a page of content of a task dialog. |
TaskDialogProgressBar |
Reprezentuje kontrolkę paska postępu okna dialogowego zadania.Represents a progress bar control of a task dialog. |
TaskDialogRadioButton |
Reprezentuje kontrolkę przycisku radiowego okna dialogowego zadania.Represents a radio button control of a task dialog. |
TaskDialogRadioButtonCollection |
Reprezentuje kolekcję TaskDialogRadioButton obiektów.Represents a collection of TaskDialogRadioButton objects. |
TaskDialogVerificationCheckBox |
Reprezentuje kontrolkę pola wyboru weryfikacji okna dialogowego zadania.Represents a verification checkbox control of a task dialog. |
TextBox |
Reprezentuje kontrolkę pola tekstowego systemu Windows.Represents a Windows text box control. |
TextBoxBase |
Implementuje podstawowe funkcje wymagane przez kontrolki tekstu.Implements the basic functionality required by text controls. |
TextBoxRenderer |
Udostępnia metody służące do renderowania kontrolki pola tekstowego ze stylami wizualnymi.Provides methods used to render a text box control with visual styles. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
TextRenderer |
Dostarcza metody służące do mierzenia i renderowania tekstu.Provides methods used to measure and render text. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
ThreadExceptionDialog |
Implementuje okno dialogowe, które jest wyświetlane, gdy w wątku wystąpi nieobsługiwany wyjątek.Implements a dialog box that is displayed when an unhandled exception occurs in a thread. |
Timer |
Implementuje czasomierz, który wywołuje zdarzenie w interwałach zdefiniowanych przez użytkownika.Implements a timer that raises an event at user-defined intervals. Ten czasomierz jest zoptymalizowany pod kątem używania w aplikacjach Windows Forms i musi być używany w oknie.This timer is optimized for use in Windows Forms applications and must be used in a window. |
ToolBar |
Reprezentuje pasek narzędzi systemu Windows.Represents a Windows toolbar. Ta klasa nie jest dostępna w programie .NET Core 3,1 i nowszych wersjach.This class is not available in .NET Core 3.1 and later versions. Użyj ToolStrip zamiast tego, który zamienia i rozszerza ToolBar formant.Use ToolStrip instead, which replaces and extends the ToolBar control. |
ToolBar.ToolBarButtonCollection |
Hermetyzuje kolekcję ToolBarButton formantów do użycia przez ToolBar klasę.Encapsulates a collection of ToolBarButton controls for use by the ToolBar class. |
ToolBarButton |
Przedstawia przycisk paska narzędzi systemu Windows.Represents a Windows toolbar button. Ta klasa nie jest dostępna w programie .NET Core 3,1 i nowszych wersjach.This class is not available in .NET Core 3.1 and later versions. Użyj ToolStripButton zamiast tego, który zamienia i rozszerza ToolBarButton formant.Use ToolStripButton instead, which replaces and extends the ToolBarButton control. |
ToolBarButtonClickEventArgs |
Udostępnia dane dla zdarzenia ButtonClick.Provides data for the ButtonClick event. |
ToolStrip |
Udostępnia kontener dla obiektów paska narzędzi systemu Windows.Provides a container for Windows toolbar objects. |
ToolStrip.ToolStripAccessibleObject |
Zawiera informacje, które są używane przez aplikacje ułatwień dostępu do dostosowywania interfejsu użytkownika ToolStrip dla użytkowników z upośledzeniem.Provides information that accessibility applications use to adjust the user interface of a ToolStrip for users with impairments. |
ToolStripArrowRenderEventArgs |
Udostępnia dane dla zdarzenia RenderArrow.Provides data for the RenderArrow event. |
ToolStripButton |
Reprezentuje ToolStripItem możliwość wyboru, która może zawierać tekst i obrazy.Represents a selectable ToolStripItem that can contain text and images. |
ToolStripComboBox |
Reprezentuje obiekt ToolStripComboBox , który jest prawidłowo renderowany w ToolStrip .Represents a ToolStripComboBox that is properly rendered in a ToolStrip. |
ToolStripContainer |
Udostępnia panele po każdej stronie formularza i centralny panel, który może zawierać co najmniej jedną kontrolkę.Provides panels on each side of the form and a central panel that can hold one or more controls. |
ToolStripContentPanel |
Przedstawia centralny panel ToolStripContainer kontrolki.Represents the center panel of a ToolStripContainer control. |
ToolStripContentPanelRenderEventArgs |
Udostępnia dane dla zdarzenia RendererChanged.Provides data for the RendererChanged event. |
ToolStripControlHost |
Obsługuje kontrolki niestandardowe lub kontrolki Windows Forms.Hosts custom controls or Windows Forms controls. |
ToolStripControlHost.ToolStripHostedControlAccessibleObject |
Reprezentuje hosta kontroli dostępu, który jest odpowiedzialny za dostępną nawigację w ramach ToolStrip elementów standardowych i formantów hostowanych, takich jak TextBox, ComboBox, ProgressBar itd.Represents the accessible object control host responsible for accessible navigation within the ToolStrip standard items and hosted controls like TextBox, ComboBox, ProgressBar, etc. |
ToolStripDropDown |
Reprezentuje kontrolkę umożliwiającą użytkownikowi wybranie jednego elementu z listy wyświetlanej po kliknięciu przez użytkownika 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 |
Zawiera informacje na temat ToolStripDropDown kontroli w aplikacjach klienckich do ułatwienia dostępu.Provides information about the ToolStripDropDown control to accessibility client applications. |
ToolStripDropDownButton |
Reprezentuje kontrolkę, która po kliknięciu wyświetla skojarzone, ToolStripDropDown z której użytkownik może wybrać pojedynczy element.Represents a control that when clicked displays an associated ToolStripDropDown from which the user can select a single item. |
ToolStripDropDownClosedEventArgs |
Udostępnia dane dla zdarzenia Closed.Provides data for the Closed event. |
ToolStripDropDownClosingEventArgs |
Udostępnia dane dla zdarzenia Closing.Provides data for the Closing event. |
ToolStripDropDownItem |
Oferuje podstawowe funkcje dla formantów, które wyświetlają ToolStripDropDown ToolStripDropDownButton , gdy ToolStripMenuItem ToolStripSplitButton kliknięto, lub.Provides basic functionality for controls that display a ToolStripDropDown when a ToolStripDropDownButton, ToolStripMenuItem, or ToolStripSplitButton control is clicked. |
ToolStripDropDownItemAccessibleObject |
Zawiera informacje, które są używane przez aplikacje ułatwień dostępu do dostosowywania interfejsu użytkownika ToolStripDropDown dla użytkowników z upośledzeniem.Provides information that accessibility applications use to adjust the user interface of a ToolStripDropDown for users with impairments. |
ToolStripDropDownMenu |
Zapewnia podstawowe funkcje ContextMenuStrip kontroli.Provides basic functionality for the ContextMenuStrip control. |
ToolStripGripRenderEventArgs |
Udostępnia dane dla zdarzenia RenderGrip.Provides data for the RenderGrip event. |
ToolStripItem |
Reprezentuje abstrakcyjną klasę bazową, która zarządza zdarzeniami i układem dla wszystkich elementów, które ToolStrip ToolStripDropDown może zawierać lub.Represents the abstract base class that manages events and layout for all the elements that a ToolStrip or ToolStripDropDown can contain. |
ToolStripItem.ToolStripItemAccessibleObject |
Zawiera informacje, które są używane przez aplikacje ułatwień dostępu do dostosowywania interfejsu użytkownika ToolStripItem dla użytkowników z upośledzeniem.Provides information that accessibility applications use to adjust the user interface of a ToolStripItem for users with impairments. |
ToolStripItemClickedEventArgs |
Udostępnia dane dla zdarzenia ItemClicked.Provides data for the ItemClicked event. |
ToolStripItemCollection |
Reprezentuje kolekcję ToolStripItem obiektów.Represents a collection of ToolStripItem objects. |
ToolStripItemEventArgs |
Udostępnia dane dla ToolStripItem zdarzeń.Provides data for ToolStripItem events. |
ToolStripItemImageRenderEventArgs |
Udostępnia dane dla zdarzenia RenderItemImage.Provides data for the RenderItemImage event. |
ToolStripItemRenderEventArgs |
Dostarcza dane dla zdarzeń, które renderują tło obiektów pochodnych z ToolStripItem w ToolStripRenderer klasie.Provides data for the events that render the background of objects derived from ToolStripItem in the ToolStripRenderer class. |
ToolStripItemTextRenderEventArgs |
Udostępnia dane dla zdarzenia RenderItemText.Provides data for the RenderItemText event. |
ToolStripLabel |
Reprezentuje element, który nie jest wybrany ToolStripItem , który renderuje tekst i obrazy i może wyświetlać hiperłącza.Represents a nonselectable ToolStripItem that renders text and images and can display hyperlinks. |
ToolStripManager |
Kontrolki ToolStrip renderowania i spływu oraz scalanie MenuStrip obiektów, ToolStripDropDownMenu i ToolStripMenuItem .Controls ToolStrip rendering and rafting, and the merging of MenuStrip, ToolStripDropDownMenu, and ToolStripMenuItem objects. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
ToolStripMenuItem |
Reprezentuje wybraną opcję wyświetlaną w MenuStrip lub ContextMenuStrip .Represents a selectable option displayed on a MenuStrip or ContextMenuStrip. |
ToolStripOverflow |
Zarządza zachowaniem przepełnienia ToolStrip .Manages the overflow behavior of a ToolStrip. |
ToolStripOverflowButton |
Hosty ToolStripDropDown , które wyświetla elementy, które przepełnią ToolStrip .Hosts a ToolStripDropDown that displays items that overflow the ToolStrip. |
ToolStripPanel |
Tworzy kontener, w którym inne kontrolki mogą współdzielić miejsce w poziomie lub w pionie.Creates a container within which other controls can share horizontal or vertical space. |
ToolStripPanel.ToolStripPanelRowCollection |
Reprezentuje wszystkie ToolStripPanelRow obiekty w ToolStripPanel .Represents all the ToolStripPanelRow objects in a ToolStripPanel. |
ToolStripPanelRenderEventArgs |
Udostępnia dane do ToolStripPanel rysowania.Provides data for ToolStripPanel drawing. |
ToolStripPanelRow |
Reprezentuje wiersz ToolStripPanel , który może zawierać kontrolki.Represents a row of a ToolStripPanel that can contain controls. |
ToolStripProfessionalRenderer |
Obsługuje funkcje malowania dla ToolStrip obiektów, stosowanie niestandardowej palety i zoptymalizowanego stylu.Handles the painting functionality for ToolStrip objects, applying a custom palette and a streamlined style. |
ToolStripProgressBar |
Reprezentuje kontrolkę paska postępu systemu Windows znajdującą się w StatusStrip .Represents a Windows progress bar control contained in a StatusStrip. |
ToolStripRenderer |
Obsługuje funkcje malowania dla ToolStrip obiektów.Handles the painting functionality for ToolStrip objects. |
ToolStripRenderEventArgs |
Dostarcza dane dla OnRenderImageMargin(ToolStripRenderEventArgs) metod, OnRenderToolStripBorder(ToolStripRenderEventArgs) i OnRenderToolStripBackground(ToolStripRenderEventArgs) .Provides data for the OnRenderImageMargin(ToolStripRenderEventArgs), OnRenderToolStripBorder(ToolStripRenderEventArgs), and OnRenderToolStripBackground(ToolStripRenderEventArgs) methods. |
ToolStripSeparator |
Reprezentuje wiersz służący do grupowania elementów ToolStrip lub elementów listy rozwijanej lub MenuStrip ContextMenuStrip lub innej ToolStripDropDown kontrolki.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 |
Udostępnia dane dla zdarzenia RenderGrip.Provides data for the RenderGrip event. |
ToolStripSplitButton |
Reprezentuje kombinację standardowego przycisku po lewej stronie i przycisku listy rozwijanej po prawej stronie lub odwrotnie, jeśli wartość RightToLeft jest |
ToolStripSplitButton.ToolStripSplitButtonAccessibleObject |
Zawiera informacje, które są używane przez aplikacje ułatwień dostępu do dostosowywania interfejsu użytkownika ToolStripSplitButton dla użytkowników z upośledzeniem.Provides information that accessibility applications use to adjust the user interface of a ToolStripSplitButton for users with impairments. |
ToolStripStatusLabel |
Reprezentuje Panel w StatusStrip kontrolce.Represents a panel in a StatusStrip control. |
ToolStripSystemRenderer |
Obsługuje funkcje malowania dla ToolStrip obiektów, przy użyciu kolorów systemowych i płaskiego stylu wizualizacji.Handles the painting functionality for ToolStrip objects, using system colors and a flat visual style. |
ToolStripTextBox |
Reprezentuje pole tekstowe w ToolStrip , które umożliwia użytkownikowi wprowadzanie tekstu.Represents a text box in a ToolStrip that allows the user to enter text. |
ToolTip |
Reprezentuje małe prostokątne okno podręczne, które wyświetla Krótki opis przeznaczenie kontrolki, gdy użytkownik umieści wskaźnik na kontrolce.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 |
Reprezentuje standardowy pasek śledzenia systemu Windows.Represents a standard Windows track bar. |
TrackBarRenderer |
Udostępnia metody służące do renderowania kontrolki paska śledzenia ze stylami wizualnymi.Provides methods used to render a track bar control with visual styles. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
TreeNode |
Reprezentuje węzeł obiektu TreeView .Represents a node of a TreeView. |
TreeNodeCollection |
Reprezentuje kolekcję TreeNode obiektów.Represents a collection of TreeNode objects. |
TreeNodeConverter |
Oferuje konwerter typów służący do konwertowania TreeNode obiektów na i z różnych innych reprezentacji.Provides a type converter to convert TreeNode objects to and from various other representations. |
TreeNodeMouseClickEventArgs |
Dostarcza dane dla NodeMouseClick zdarzeń i NodeMouseDoubleClick .Provides data for the NodeMouseClick and NodeMouseDoubleClick events. |
TreeNodeMouseHoverEventArgs |
Udostępnia dane dla zdarzenia NodeMouseHover.Provides data for the NodeMouseHover event. |
TreeView |
Wyświetla hierarchiczną kolekcję elementów oznaczonych etykietą, z których każdy reprezentuje TreeNode .Displays a hierarchical collection of labeled items, each represented by a TreeNode. |
TreeViewCancelEventArgs |
Dostarcza dane dla BeforeCheck zdarzeń, BeforeCollapse , BeforeExpand i BeforeSelect TreeView kontrolki.Provides data for the BeforeCheck, BeforeCollapse, BeforeExpand, and BeforeSelect events of a TreeView control. |
TreeViewEventArgs |
Dostarcza dane dla AfterCheck zdarzeń, AfterCollapse , AfterExpand lub dla AfterSelect TreeView kontrolki.Provides data for the AfterCheck, AfterCollapse, AfterExpand, or AfterSelect events of a TreeView control. |
TreeViewHitTestInfo |
Zawiera informacje dotyczące obszaru TreeView kontrolki lub TreeNode .Contains information about an area of a TreeView control or a TreeNode. |
TreeViewImageIndexConverter |
Oferuje konwerter typów służący do konwertowania danych dla indeksu obrazu do i z jednego typu danych na drugi do użycia przez TreeView formant.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 |
Oferuje konwerter typów służący do konwertowania danych dla klucza obrazu do i z innego typu danych.Provides a type converter to convert data for an image key to and from another data type. |
TypeValidationEventArgs |
Udostępnia dane dla zdarzenia TypeValidationCompleted.Provides data for the TypeValidationCompleted event. |
UICuesEventArgs |
Udostępnia dane dla zdarzenia ChangeUICues.Provides data for the ChangeUICues event. |
UpDownBase |
Implementuje podstawowe funkcje wymagane przez pole pokrętła (nazywane również kontrolką w górę).Implements the basic functionality required by a spin box (also known as an up-down control). |
UpDownEventArgs |
Dostarcza dane dla formantów, które pochodzą z UpDownBase formantu.Provides data for controls that derive from the UpDownBase control. |
UserControl |
Udostępnia pustą kontrolkę, która może służyć do tworzenia innych kontrolek.Provides an empty control that can be used to create other controls. |
VScrollBar |
Reprezentuje standardowy pionowy pasek przewijania systemu Windows.Represents a standard Windows vertical scroll bar. |
VScrollProperties |
Zawiera podstawowe właściwości VScrollBar klasy.Provides basic properties for the VScrollBar class. |
WebBrowser |
Umożliwia użytkownikowi nawigowanie po stronach sieci Web wewnątrz formularza.Enables the user to navigate Web pages inside your form. |
WebBrowser.WebBrowserSite |
Przedstawia okno hosta WebBrowser kontrolki.Represents the host window of a WebBrowser control. |
WebBrowserBase |
Udostępnia otokę dla ogólnej kontrolki ActiveX, która ma być używana jako klasa bazowa przez WebBrowser formant.Provides a wrapper for a generic ActiveX control for use as a base class by the WebBrowser control. |
WebBrowserDocumentCompletedEventArgs |
Udostępnia dane dla zdarzenia DocumentCompleted.Provides data for the DocumentCompleted event. |
WebBrowserNavigatedEventArgs |
Udostępnia dane dla zdarzenia Navigated.Provides data for the Navigated event. |
WebBrowserNavigatingEventArgs |
Udostępnia dane dla zdarzenia Navigating.Provides data for the Navigating event. |
WebBrowserProgressChangedEventArgs |
Udostępnia dane dla zdarzenia ProgressChanged.Provides data for the ProgressChanged event. |
WebBrowserSiteBase |
Implementuje interfejsy witryny ActiveX do użycia jako klasa bazowa przez WebBrowser.WebBrowserSite klasę.Implements the interfaces of an ActiveX site for use as a base class by the WebBrowser.WebBrowserSite class. |
WindowsFormsSection |
Definiuje nowe ConfigurationSection dla ustawień aplikacji do analizowania.Defines a new ConfigurationSection for parsing application settings. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
WindowsFormsSynchronizationContext |
Zapewnia kontekst synchronizacji dla modelu aplikacji Windows Forms.Provides a synchronization context for the Windows Forms application model. |
Struktury
BindingMemberInfo |
Zawiera informacje, które umożliwiają Binding rozpoznanie powiązania danych z właściwością obiektu lub właściwością bieżącego obiektu na liście obiektów.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 |
Identyfikuje komórkę w siatce.Identifies a cell in the grid. |
ImeModeConversion |
Klasa pomocnika, która zawiera informacje o trybie konwersji edytora IME.Helper class that provides information about the IME conversion mode. |
LinkArea |
Reprezentuje obszar wewnątrz LinkLabel kontrolki, który reprezentuje hiperłącze w formancie.Represents an area within a LinkLabel control that represents a hyperlink within the control. |
Message |
Implementuje komunikat systemu Windows.Implements a Windows message. |
Padding |
Reprezentuje informacje o uzupełnianiu lub marginesie skojarzone z elementem interfejsu użytkownika.Represents padding or margin information associated with a user interface (UI) element. |
TableLayoutPanelCellPosition |
Reprezentuje komórkę w TableLayoutPanel .Represents a cell in a TableLayoutPanel. |
Interfejsy
IBindableComponent |
Włącza składnik niebędący kontrolką do emulowania zachowania powiązania danych formantu Windows Forms.Enables a non-control component to emulate the data-binding behavior of a Windows Forms control. |
IButtonControl |
Umożliwia kontrolce działanie jako przycisk w formularzu.Allows a control to act like a button on a form. |
ICommandExecutor |
Definiuje metodę, która wykonuje określoną akcję na typie, który implementuje ten interfejs.Defines a method that executes a certain action on the type that implements this interface. |
IComponentEditorPageSite |
Lokacja dla programu ComponentEditorPage .The site for a ComponentEditorPage. |
IContainerControl |
Oferuje funkcje formantu do działania jako element nadrzędny dla innych kontrolek.Provides the functionality for a control to act as a parent for other controls. |
ICurrencyManagerProvider |
Zapewnia zarządzanie powiązaniami niestandardowymi dla składników.Provides custom binding management for components. |
IDataGridColumnStyleEditingNotificationService |
Udostępnia interfejs powiadamiania o edycji.Provides an editing notification interface. |
IDataGridEditingService |
Reprezentuje metody, które przetwarzają żądania edycji.Represents methods that process editing requests. |
IDataGridViewEditingCell |
Definiuje typowe funkcje dla komórki, które umożliwiają manipulowanie jej wartością.Defines common functionality for a cell that allows the manipulation of its value. |
IDataGridViewEditingControl |
Definiuje typowe funkcje formantów, które są hostowane w komórkach DataGridView .Defines common functionality for controls that are hosted within cells of a DataGridView. |
IDataObject |
Zapewnia mechanizm niezależny od formatu do transferowania danych.Provides a format-independent mechanism for transferring data. |
IDropTarget |
Definiuje zdarzenia myszy.Defines mouse events. |
IFeatureSupport |
Określa standardowy interfejs do pobierania informacji o funkcji z bieżącego systemu.Specifies a standard interface for retrieving feature information from the current system. |
IFileReaderService |
Definiuje metodę, która otwiera plik z bieżącego katalogu.Defines a method that opens a file from the current directory. |
IMessageFilter |
Definiuje interfejs filtru komunikatów.Defines a message filter interface. |
IWin32Window |
Udostępnia interfejs umożliwiający uwidocznienie uchwytów HWND Win32.Provides an interface to expose Win32 HWND handles. |
IWindowTarget |
Definiuje warstwę komunikacji między kontrolką a interfejsem API systemu Windows.Defines the communication layer between a control and the Windows API. |
Wyliczenia
AccessibleEvents |
Określa zdarzenia zgłaszane przez dostępne aplikacje.Specifies events that are reported by accessible applications. |
AccessibleNavigation |
Określa wartości dla nawigowania między dostępnymi obiektami.Specifies values for navigating among accessible objects. |
AccessibleRole |
Określa wartości reprezentujące możliwe role dla dostępnego obiektu.Specifies values representing possible roles for an accessible object. |
AccessibleSelection |
Określa sposób wyboru dostępnego obiektu lub odzyskania fokusu.Specifies how an accessible object is selected or receives focus. |
AccessibleStates |
Określa wartości reprezentujące możliwe stany dla dostępnego obiektu.Specifies values representing possible states for an accessible object. |
AnchorStyles |
Określa, w jaki sposób formant jest zakotwiczony do krawędzi jego kontenera.Specifies how a control anchors to the edges of its container. |
Appearance |
Określa wygląd formantu.Specifies the appearance of a control. |
ArrangeDirection |
Określa kierunek, w którym system rozmieszcza zminimalizowane okna.Specifies the direction in which the system arranges minimized windows. |
ArrangeStartingPosition |
Określa pozycję początkową używaną przez system do rozmieszczania zminimalizowanych okien.Specifies the starting position that the system uses to arrange minimized windows. |
ArrowDirection |
Określa kierunek przenoszenia przy pobieraniu elementów za pomocą GetNextItem(ToolStripItem, ArrowDirection) metody.Specifies the direction to move when getting items with the GetNextItem(ToolStripItem, ArrowDirection) method. |
AutoCompleteMode |
Określa tryb funkcji automatycznego uzupełniania używanej w ComboBox TextBox kontrolkach i.Specifies the mode for the automatic completion feature used in the ComboBox and TextBox controls. |
AutoCompleteSource |
Określa ComboBox funkcje źródła i TextBox automatycznego uzupełniania.Specifies the source for ComboBox and TextBox automatic completion functionality. |
AutoScaleMode |
Określa różne typy trybów skalowania automatycznego obsługiwane przez Windows Forms.Specifies the different types of automatic scaling modes supported by Windows Forms. |
AutoSizeMode |
Określa, w jaki sposób kontrolka będzie zachowywać się, gdy jej AutoSize Właściwość jest włączona.Specifies how a control will behave when its AutoSize property is enabled. |
AutoValidate |
Określa, w jaki sposób formant sprawdza poprawność danych po utracie fokusu przez użytkownika.Determines how a control validates its data when it loses user input focus. |
AxHost.ActiveXInvokeKind |
Określa typ elementu członkowskiego, do którego odwołuje się kontrolka ActiveX, gdy był w nieprawidłowym stanie.Specifies the type of member that referenced the ActiveX control while it was in an invalid state. |
BatteryChargeStatus |
Definiuje identyfikatory wskazujące bieżący poziom naładowania baterii lub informacje o stanie ładowania.Defines identifiers that indicate the current battery charge level or charging state information. |
BindingCompleteContext |
Określa kierunek operacji powiązania.Specifies the direction of the binding operation. |
BindingCompleteState |
Wskazuje wynik ukończonej operacji powiązania.Indicates the result of a completed binding operation. |
BootMode |
Określa tryb rozruchu, w którym system został uruchomiony.Specifies the boot mode in which the system was started. |
Border3DSide |
Określa boki prostokąta do zastosowania trójwymiarowego obramowania.Specifies the sides of a rectangle to apply a three-dimensional border to. |
Border3DStyle |
Określa styl trójwymiarowego obramowania.Specifies the style of a three-dimensional border. |
BorderStyle |
Określa styl obramowania kontrolki.Specifies the border style for a control. |
BoundsSpecified |
Określa granice formantu do użycia podczas definiowania rozmiaru i położenia kontrolki.Specifies the bounds of the control to use when defining a control's size and position. |
ButtonBorderStyle |
Określa styl obramowania kontrolki przycisku.Specifies the border style for a button control. |
ButtonState |
Określa wygląd przycisku.Specifies the appearance of a button. |
CaptionButton |
Określa typ przycisku podpisu, który ma być wyświetlany.Specifies the type of caption button to display. |
CharacterCasing |
Określa wielkość liter w TextBox kontrolce.Specifies the case of characters in a TextBox control. |
CheckState |
Określa stan kontrolki, na przykład pole wyboru, które może być zaznaczone, niezaznaczone lub ustawione na nieokreślony stan.Specifies the state of a control, such as a check box, that can be checked, unchecked, or set to an indeterminate state. |
CloseReason |
Określa przyczynę zamknięcia formularza.Specifies the reason that a form was closed. |
ColorDepth |
Określa liczbę kolorów używanych do wyświetlania obrazu w ImageList kontrolce.Specifies the number of colors used to display an image in an ImageList control. |
ColumnHeaderAutoResizeStyle |
Określa, jak należy zmienić rozmiar kolumny zawartej w a ListView .Specifies how a column contained in a ListView should be resized. |
ColumnHeaderStyle |
Określa style nagłówków kolumn w ListView kontrolce.Specifies the styles of the column headers in a ListView control. |
ComboBoxStyle | |
ControlStyles |
Określa styl i zachowanie kontrolki.Specifies the style and behavior of a control. |
ControlUpdateMode |
Określa, kiedy zmiany w wartości źródła danych zostaną przekazane do odpowiedniej właściwości kontrolki powiązanej z danymi.Determines when changes to a data source value get propagated to the corresponding data-bound control property. |
DataGrid.HitTestType |
Określa część DataGrid kontrolki klikniętą przez użytkownika.Specifies the part of the DataGrid control the user has clicked. |
DataGridLineStyle |
Określa styl linii siatki w DataGrid .Specifies the style of gridlines in a DataGrid. |
DataGridParentRowsLabelStyle |
Określa sposób wyświetlania etykiet wierszy nadrzędnych DataGrid kontrolki.Specifies how the parent row labels of a DataGrid control are displayed. |
DataGridViewAdvancedCellBorderStyle |
Określa style obramowania, które można zastosować do komórek DataGridView kontrolki.Specifies the border styles that can be applied to the cells of a DataGridView control. |
DataGridViewAutoSizeColumnMode |
Definiuje wartości określające, w jaki sposób szerokość kolumny jest dostosowywana.Defines values for specifying how the width of a column is adjusted. |
DataGridViewAutoSizeColumnsMode |
Definiuje wartości określające sposób dopasowywania szerokości kolumn.Defines values for specifying how the widths of columns are adjusted. |
DataGridViewAutoSizeRowMode |
Definiuje wartości określające, w jaki sposób jest dopasowywana wysokość wiersza.Defines values for specifying how the height of a row is adjusted. |
DataGridViewAutoSizeRowsMode |
Definiuje wartości określające sposób korygowania wysokości wierszy.Defines values for specifying how the heights of rows are adjusted. |
DataGridViewCellBorderStyle |
Określa style obramowania, które można zastosować do komórek DataGridView kontrolki.Specifies the border styles that can be applied to the cells of a DataGridView control. |
DataGridViewCellStyleScopes |
Określa DataGridView obiekt, który jest właścicielem stylu komórki, który został zmieniony.Specifies the DataGridView entity that owns the cell style that was changed. |
DataGridViewClipboardCopyMode |
Definiuje stałe wskazujące, czy zawartość jest kopiowana z DataGridView kontrolki do Schowka.Defines constants that indicate whether content is copied from a DataGridView control to the Clipboard. |
DataGridViewColumnHeadersHeightSizeMode |
Definiuje wartości określające, jak wysokość nagłówków kolumn jest dostosowywana.Defines values for specifying how the height of the column headers is adjusted. |
DataGridViewColumnSortMode |
Definiuje, w jaki sposób DataGridView kolumna może być posortowana przez użytkownika.Defines how a DataGridView column can be sorted by the user. |
DataGridViewComboBoxDisplayStyle |
Definiuje stałe wskazujące sposób DataGridViewComboBoxCell wyświetlania.Defines constants that indicate how a DataGridViewComboBoxCell is displayed. |
DataGridViewContentAlignment |
Definiuje stałe wskazujące wyrównanie zawartości w DataGridView komórce.Defines constants that indicate the alignment of content within a DataGridView cell. |
DataGridViewDataErrorContexts |
Reprezentuje stan kontrolki powiązanej z danymi DataGridView , gdy wystąpił błąd danych.Represents the state of a data-bound DataGridView control when a data error occurred. |
DataGridViewEditMode |
Określa sposób, w jaki użytkownik uruchamia edytowanie komórki w DataGridView formancie.Specifies how a user starts cell editing in the DataGridView control. |
DataGridViewElementStates |
Określa stan interfejsu użytkownika elementu w DataGridView kontrolce.Specifies the user interface (UI) state of a element within a DataGridView control. |
DataGridViewHeaderBorderStyle |
Określa styl obramowania, który można zastosować do ColumnHeadersBorderStyle właściwości i RowHeadersBorderStyle DataGridView kontrolki.Specifies the border style that can be applied to the ColumnHeadersBorderStyle and RowHeadersBorderStyle properties of a DataGridView control. |
DataGridViewHitTestType |
Określa lokalizację w DataGridView kontrolce.Specifies a location in a DataGridView control. |
DataGridViewImageCellLayout |
Określa układ obrazu zawartego w DataGridViewCell .Specifies the layout for an image contained in a DataGridViewCell. |
DataGridViewPaintParts |
Definiuje wartości do określania części DataGridViewCell , które mają być narysowane.Defines values for specifying the parts of a DataGridViewCell that are to be painted. |
DataGridViewRowHeadersWidthSizeMode |
Definiuje wartości określające sposób korygowania szerokości nagłówka wiersza.Defines values for specifying how the row header width is adjusted. |
DataGridViewSelectionMode |
Opisuje, jak można wybrać komórki formantu DataGridView.Describes how cells of a DataGridView control can be selected. |
DataGridViewTriState |
Definiuje wartości do określenia jednego z trzech możliwych stanów.Defines values for specifying one of three possible states. |
DataSourceUpdateMode |
Określa, kiedy źródło danych jest aktualizowane po wystąpieniu zmian w formancie powiązanym.Specifies when a data source is updated when changes occur in the bound control. |
DateTimePickerFormat |
Określa format daty i godziny wyświetlany przez DateTimePicker kontrolkę.Specifies the date and time format the DateTimePicker control displays. |
Day |
Określa dzień tygodnia.Specifies the day of the week. |
DialogResult |
Określa identyfikatory wskazujące wartość zwracaną okna dialogowego.Specifies identifiers to indicate the return value of a dialog box. |
DockingBehavior |
Określa sposób, w jaki kontrolka powinna być domyślnie zadokowana, gdy jest dodawana za pomocą projektanta.Specifies how a control should be docked by default when added through a designer. |
DockStyle |
Określa pozycję i sposób, w jaki formant jest zadokowany.Specifies the position and manner in which a control is docked. |
DragAction |
Określa, jak i czy operacja przeciągania i upuszczania powinna być kontynuowana.Specifies how and if a drag-and-drop operation should continue. |
DragDropEffects |
Określa możliwy efekt operacji przeciągania i upuszczania.Specifies the possible effects of a drag-and-drop operation. |
DrawItemState |
Określa stan elementu, który jest rysowany.Specifies the state of an item that is being drawn. |
DrawMode |
Określa sposób rysowania elementów formantu.Specifies how the elements of a control are drawn. |
ErrorBlinkStyle |
Określa stałe wskazujące, kiedy ikona błędu podana przez ErrorProvider , powinna migać, aby ostrzec użytkownika o wystąpieniu błędu.Specifies constants indicating when the error icon, supplied by an ErrorProvider, should blink to alert the user that an error has occurred. |
ErrorIconAlignment |
Określa stałe wskazujące lokalizację, w której może występować ikona błędu w odniesieniu do kontrolki z błędem.Specifies constants indicating the locations that an error icon can appear in relation to the control with an error. |
FixedPanel |
Określa, Panel1 czy Panel2 żaden panel nie jest ustalony.Specifies that Panel1, Panel2, or neither panel is fixed. |
FlatStyle |
Określa wygląd formantu.Specifies the appearance of a control. |
FlowDirection |
Definiuje stałe, które określają kierunek, w którym kolejne elementy interfejsu użytkownika są umieszczane w kontenerze układu liniowego.Defines constants that specify the direction in which consecutive user interface (UI) elements are placed in a linear layout container. |
FormBorderStyle |
Określa style obramowania formularza.Specifies the border styles for a form. |
FormStartPosition |
Określa początkową pozycję formularza.Specifies the initial position of a form. |
FormWindowState |
Określa sposób wyświetlania okna formularza.Specifies how a form window is displayed. |
FrameStyle |
Określa styl ramki zaznaczonej kontrolki.Specifies the frame style of the selected control. |
GetChildAtPointSkip |
Określa, które kontrolki podrzędne mają zostać pominięte.Specifies which child controls to skip. |
GridItemType |
Określa prawidłowe typy elementów siatki dla PropertyGrid .Specifies the valid grid item types for a PropertyGrid. |
HelpNavigator |
Określa stałe wskazujące, które elementy pliku pomocy mają być wyświetlane.Specifies constants indicating which elements of the Help file to display. |
HighDpiMode |
Określa różne tryby wysokiej rozdzielczości DPI, które mogą być stosowane do aplikacji.Specifies the different high DPI modes that can be applied to an application. |
HorizontalAlignment |
Określa, jak obiekt lub tekst w kontrolce jest wyrównany w poziomie względem elementu formantu.Specifies how an object or text in a control is horizontally aligned relative to an element of the control. |
HtmlElementInsertionOrientation |
Definiuje wartości opisujące miejsce wstawienia nowego elementu przy użyciu InsertAdjacentElement(HtmlElementInsertionOrientation, HtmlElement) .Defines values that describe where to insert a new element when using InsertAdjacentElement(HtmlElementInsertionOrientation, HtmlElement). |
ImageLayout |
Określa położenie obrazu w kontrolce.Specifies the position of the image on the control. |
ImeMode |
Określa wartość określającą stan edytora IME (Input Method Editor) obiektu, gdy obiekt jest zaznaczony.Specifies a value that determines the Input Method Editor (IME) status of an object when the object is selected. |
InsertKeyMode |
Reprezentuje tryb wstawiania używany przez pola tekstowe.Represents the insertion mode used by text boxes. |
ItemActivation |
Określa akcję użytkownika, która jest wymagana do uaktywniania elementów w kontrolce widok listy i informacji zwrotnych, które są przekazywane jako użytkownik przesuwa wskaźnik myszy nad elementem.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 |
Określa część elementu widoku listy, z której ma zostać pobrany prostokąt ograniczający.Specifies a portion of the list view item from which to retrieve the bounding rectangle. |
Keys |
Określa kody i Modyfikatory kluczy.Specifies key codes and modifiers. |
LeftRightAlignment |
Określa, czy obiekt lub tekst są wyrównane do lewej lub prawej strony punktu odniesienia.Specifies whether an object or text is aligned to the left or right of a reference point. |
LinkBehavior |
Określa zachowania łącza w LinkLabel .Specifies the behaviors of a link in a LinkLabel. |
LinkState |
Określa stałe, które definiują stan łącza.Specifies constants that define the state of the link. |
ListViewAlignment |
Określa sposób wyrównania elementów w ListView .Specifies how items align in the ListView. |
ListViewGroupCollapsedState |
Określa wygląd elementu ListViewGroup .Specifies the appearance of a ListViewGroup. |
ListViewHitTestLocations |
Definiuje stałe reprezentujące obszary w ListView lub ListViewItem .Defines constants that represent areas in a ListView or ListViewItem. |
ListViewItemStates |
Definiuje stałe, które reprezentują możliwe stany ListViewItem .Defines constants that represent the possible states of a ListViewItem. |
MaskFormat |
Definiuje sposób formatowania tekstu wewnątrz elementu MaskedTextBox .Defines how to format the text inside of a MaskedTextBox. |
MdiLayout |
Określa układ okien podrzędnych interfejsu wielu dokumentów (MDI) w oknie nadrzędnym MDI.Specifies the layout of multiple document interface (MDI) child windows in an MDI parent window. |
MenuGlyph |
Określa obraz do rysowania podczas rysowania menu przy użyciu DrawMenuGlyph(Graphics, Rectangle, MenuGlyph) metody.Specifies the image to draw when drawing a menu with the DrawMenuGlyph(Graphics, Rectangle, MenuGlyph) method. |
MenuMerge |
Określa zachowanie elementu, MenuItem gdy jest on scalany z elementami w innym menu.Specifies the behavior of a MenuItem when it is merged with items in another menu. |
MergeAction |
Określa rodzaj akcji, która ma zostać podjęta po znalezieniu dopasowania podczas łączenia elementów menu w ToolStrip .Specifies the kind of action to take if a match is found when combining menu items on a ToolStrip. |
MessageBoxButtons |
Określa stałe definiujące przyciski, które mają być wyświetlane MessageBox .Specifies constants defining which buttons to display on a MessageBox. |
MessageBoxDefaultButton |
Określa stałe definiujące domyślny przycisk na MessageBox .Specifies constants defining the default button on a MessageBox. |
MessageBoxIcon |
Określa stałe definiujące, które informacje mają być wyświetlane.Specifies constants defining which information to display. |
MessageBoxOptions |
Określa opcje na MessageBox .Specifies options on a MessageBox. |
MonthCalendar.HitArea |
Definiuje stałe reprezentujące obszary w MonthCalendar kontrolce.Defines constants that represent areas in a MonthCalendar control. |
MouseButtons |
Określa stałe, które definiują naciśnięty przycisk myszy.Specifies constants that define which mouse button was pressed. |
Orientation |
Określa orientację formantów lub elementów kontrolek.Specifies the orientation of controls or elements of controls. |
PictureBoxSizeMode |
Określa, w jaki sposób obraz jest umieszczony w PictureBox .Specifies how an image is positioned within a PictureBox. |
PowerLineStatus |
Określa stan mocy systemu.Specifies the system power status. |
PowerState |
Definiuje identyfikatory wskazujące wstrzymany tryb działania systemu.Defines identifiers that indicate a suspended system power activity mode. |
PreProcessControlState |
Oferuje opcje, które określają relację między komunikatami kontrolki i przetwarzania wstępnego.Provides options that specify the relationship between the control and preprocessing messages. |
ProgressBarStyle |
Określa styl, którego ProgressBar używa, aby wskazać postęp operacji.Specifies the style that a ProgressBar uses to indicate the progress of an operation. |
PropertySort |
Określa, jak właściwości są sortowane w PropertyGrid .Specifies how properties are sorted in the PropertyGrid. |
RichTextBoxFinds |
Określa, w jaki sposób wyszukiwanie tekstu ma być wykonywane w RichTextBox formancie.Specifies how a text search is carried out in a RichTextBox control. |
RichTextBoxLanguageOptions |
Udostępnia RichTextBox Ustawienia edytora IME (Input Method Editor) i obsługi języka azjatyckiego.Provides RichTextBox settings for Input Method Editor (IME) and Asian language support. |
RichTextBoxScrollBars |
Określa typ pasków przewijania do wyświetlenia w RichTextBox kontrolce.Specifies the type of scroll bars to display in a RichTextBox control. |
RichTextBoxSelectionAttribute |
Określa, czy wszystkie znaki w bieżącym zaznaczeniu mają styl lub atrybut.Specifies whether any characters in the current selection have the style or attribute. |
RichTextBoxSelectionTypes |
Określa typ zaznaczenia w RichTextBox kontrolce.Specifies the type of selection in a RichTextBox control. |
RichTextBoxStreamType |
Określa typy strumieni danych wejściowych i wyjściowych używanych do ładowania i zapisywania danych w RichTextBox formancie.Specifies the types of input and output streams used to load and save data in the RichTextBox control. |
RichTextBoxWordPunctuations |
Określa typy tabel interpunkcyjnych, które mogą być używane z RichTextBox funkcjami dzielenia wyrazów i zawijania tekstu formantu.Specifies the types of punctuation tables that can be used with the RichTextBox control's word-wrapping and word-breaking features. |
RightToLeft |
Określa wartość wskazującą, czy tekst jest wyświetlany od prawej do lewej, na przykład w przypadku korzystania z czcionek hebrajskiego lub arabskiej.Specifies a value indicating whether the text appears from right to left, such as when using Hebrew or Arabic fonts. |
ScreenOrientation |
Określa kąt ekranu.Specifies the angle of the screen. |
ScrollBars |
Określa, które paski przewijania będą widoczne w formancie.Specifies which scroll bars will be visible on a control. |
ScrollButton |
Określa typ strzałki przewijania do rysowania na pasku przewijania.Specifies the type of scroll arrow to draw on a scroll bar. |
ScrollEventType |
Określa typ akcji użytej do podniesienia poziomu Scroll zdarzenia.Specifies the type of action used to raise the Scroll event. |
ScrollOrientation |
Określa orientację paska przewijania Scroll zdarzenia.Specifies the scroll bar orientation for the Scroll event. |
SearchDirectionHint |
Zawiera kierunkową wskazówkę, w której ma zostać wyszukane ListViewItem .Provides a directional hint of where to search for a ListViewItem. |
SecurityIDType |
To wyliczenie nie jest używane.This enumeration is not used. |
SelectionMode |
Określa zachowanie wyboru w polu listy.Specifies the selection behavior of a list box. |
Shortcut |
Określa skróty klawiaturowe, które mogą być używane przez elementy menu.Specifies shortcut keys that can be used by menu items. |
SizeGripStyle |
Określa styl uchwytu zmiany wielkości w Form .Specifies the style of the sizing grip on a Form. |
SizeType |
Określa, w jaki sposób wiersze lub kolumny elementów interfejsu użytkownika mają być skalowane względem ich kontenera.Specifies how rows or columns of user interface (UI) elements should be sized relative to their container. |
SortOrder |
Określa sposób sortowania elementów na liście.Specifies how items in a list are sorted. |
StatusBarPanelAutoSize |
Określa, jak StatusBarPanel StatusBar działa kontrolka, gdy zmienia rozmiar kontrolki.Specifies how a StatusBarPanel on a StatusBar control behaves when the control resizes. |
StatusBarPanelBorderStyle |
Określa wygląd obramowania dla StatusBarPanel StatusBar kontrolki.Specifies the appearance of the border for a StatusBarPanel on a StatusBar control. |
StatusBarPanelStyle |
Określa, czy StatusBarPanel obiekt na StatusBar kontrolce jest rysowany przez właściciela czy narysowany przez system.Specifies whether a StatusBarPanel object on a StatusBar control is owner-drawn or system-drawn. |
StructFormat |
To wyliczenie nie jest używane.This enumeration is not used. |
SystemParameter |
Określa typ parametru systemowego.Specifies the system parameter type. |
TabAlignment |
Określa lokalizacje kart w kontrolce karty.Specifies the locations of the tabs in a tab control. |
TabAppearance |
Określa wygląd kart w kontrolce karty.Specifies the appearance of the tabs in a tab control. |
TabControlAction |
Definiuje wartości reprezentujące TabControl zdarzenia.Defines values representing TabControl events. |
TabDrawMode |
Określa, czy karty w kontrolce karty są rysowane przez właściciela (rysowane przez okno nadrzędne), czy rysowane przez system operacyjny.Specifies whether the tabs in a tab control are owner-drawn (drawn by the parent window), or drawn by the operating system. |
TableLayoutPanelCellBorderStyle |
Określa styl obramowania komórki w kontrolce układu tabeli.Specifies the border style of a cell in a table layout control. |
TableLayoutPanelGrowStyle |
Określa, jak TableLayoutPanel uzyska dodatkowe wiersze lub kolumny po zapełnieniu istniejących komórek.Specifies how a TableLayoutPanel will gain additional rows or columns after its existing cells are full. |
TabSizeMode |
Określa, jak są skalowane karty w kontrolce karty.Specifies how tabs in a tab control are sized. |
TaskDialogExpanderPosition |
Określa miejsce, w którym ma być wyświetlane rozwinięte miejsce okna dialogowego zadania.Specifies where the expanded area of the task dialog is to be displayed. |
TaskDialogProgressBarState |
Zawiera stałe, które określają stan paska postępu okna dialogowego zadań.Contains constants that specify the state of a task dialog progress bar. |
TaskDialogStartupLocation |
Określa położenie, w którym zostanie wyświetlone okno dialogowe zadania po jego pierwszym otwarciu.Specifies the position that a task dialog will be shown in when it is first opened. |
TextDataFormat |
Określa formaty używane w metodach tekstowych Clipboard DataObject klasy i.Specifies the formats used with text-related methods of the Clipboard and DataObject classes. |
TextFormatFlags |
Określa informacje o wyświetlaniu i układzie ciągów tekstowych.Specifies the display and layout information for text strings. |
TextImageRelation |
Określa położenie tekstu i obrazu względem siebie w formancie.Specifies the position of the text and image relative to each other on a control. |
TickStyle |
Określa lokalizację znaczników w TrackBar kontrolce.Specifies the location of tick marks in a TrackBar control. |
ToolBarAppearance |
Określa typ paska narzędzi do wyświetlenia.Specifies the type of toolbar to display. |
ToolBarButtonStyle |
Określa styl przycisku w obrębie paska narzędzi.Specifies the button style within a toolbar. |
ToolBarTextAlign |
Określa wyrównanie tekstu na kontrolce przycisk paska narzędzi.Specifies the alignment of text on the toolbar button control. |
ToolStripDropDownCloseReason |
Określa przyczynę ToolStripDropDown zamknięcia kontrolki.Specifies the reason that a ToolStripDropDown control was closed. |
ToolStripDropDownDirection |
Określa kierunek ToolStripDropDown wyświetlania kontrolki względem jej kontrolki nadrzędnej.Specifies the direction in which a ToolStripDropDown control is displayed relative to its parent control. |
ToolStripGripDisplayStyle |
Określa orientację ToolStrip uchwytu przenoszenia (uchwytu).Specifies the orientation of the ToolStrip move handle (grip). |
ToolStripGripStyle |
Określa widoczność ToolStrip uchwytu przenoszenia (uchwytu).Specifies visibility of a ToolStrip move handle (grip). |
ToolStripItemAlignment |
Określa wyrównanie elementu ToolStripItem w ToolStrip .Determines the alignment of a ToolStripItem in a ToolStrip. |
ToolStripItemDisplayStyle |
Określa elementy do renderowania (obraz lub tekst) dla tego elementu ToolStripItem .Specifies what to render (image or text) for this ToolStripItem. |
ToolStripItemImageScaling |
Określa, czy rozmiar obrazu na stronie ToolStripItem jest automatycznie dostosowywany do rozmiaru ToolStrip przy zachowaniu oryginalnych proporcji obrazu.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 |
Określa, czy element ToolStripItem jest umieszczany w przepełnieniu ToolStrip .Determines whether a ToolStripItem is placed in the overflow ToolStrip. |
ToolStripItemPlacement |
Określa, gdzie ToolStripItem ma być layed.Specifies where a ToolStripItem is to be layed out. |
ToolStripLayoutStyle |
Określa możliwe wyrównania, za pomocą których elementy ToolStrip mogą być wyświetlane.Specifies the possible alignments with which the items of a ToolStrip can be displayed. |
ToolStripManagerRenderMode |
Określa styl malowania zastosowany do wielu ToolStrip obiektów zawartych w formularzu.Specifies the painting style applied to multiple ToolStrip objects contained in a form. |
ToolStripRenderMode |
Określa styl malowania zastosowany do jednego ToolStrip zawartego w formularzu.Specifies the painting style applied to one ToolStrip contained in a form. |
ToolStripStatusLabelBorderSides |
Określa, które boki ToolStripStatusLabel mają obramowania.Specifies which sides of a ToolStripStatusLabel have borders. |
ToolStripTextDirection |
Określa orientację tekstu, która ma być używana z konkretną LayoutStyle .Specifies the text orientation to use with a particular LayoutStyle. |
ToolTipIcon |
Definiuje zestaw standardowych ikon, które mogą być skojarzone z etykietką narzędzia.Defines a set of standardized icons that can be associated with a ToolTip. |
TreeNodeStates |
Definiuje stałe, które reprezentują możliwe stany TreeNode .Defines constants that represent the possible states of a TreeNode. |
TreeViewAction |
Określa akcję, która wywołała TreeViewEventArgs zdarzenie.Specifies the action that raised a TreeViewEventArgs event. |
TreeViewDrawMode |
Definiuje stałe, które reprezentują metody, które TreeView mogą zostać narysowane.Defines constants that represent the ways a TreeView can be drawn. |
TreeViewHitTestLocations |
Definiuje stałe reprezentujące obszary elementu TreeView lub TreeNode .Defines constants that represent areas of a TreeView or TreeNode. |
UICues |
Określa stan interfejsu użytkownika.Specifies the state of the user interface. |
UnhandledExceptionMode |
Definiuje, gdzie aplikacja Windows Forms powinna wysyłać Nieobsłużone wyjątki.Defines where a Windows Forms application should send unhandled exceptions. |
ValidationConstraints |
Definiuje stałe, które informują o tym, ValidateChildren(ValidationConstraints) jak powinien on sprawdzać poprawność formantów podrzędnych kontenera.Defines constants that inform ValidateChildren(ValidationConstraints) about how it should validate a container's child controls. |
View |
Określa sposób wyświetlania elementów listy w ListView formancie.Specifies how list items are displayed in a ListView control. |
WebBrowserEncryptionLevel |
Określa stałe, które definiują metody szyfrowania używane przez dokumenty wyświetlane w WebBrowser formancie.Specifies constants that define the encryption methods used by documents displayed in the WebBrowser control. |
WebBrowserReadyState |
Określa stałe, które definiują stan WebBrowser formantu.Specifies constants that define the state of the WebBrowser control. |
WebBrowserRefreshOption |
Określa stałe, które definiują, w jaki sposób WebBrowser formant może odświeżyć jego zawartość.Specifies constants that define how the WebBrowser control can refresh its contents. |
Delegaci
Application.MessageLoopCallback |
Reprezentuje metodę, która sprawdzi, czy środowisko hostingu nadal wysyła komunikaty.Represents a method that will check whether the hosting environment is still sending messages. |
AxHost.AboutBoxDelegate |
Reprezentuje metodę, która spowoduje wyświetlenie okna dialogowego o kontrolce ActiveX.Represents the method that will display an ActiveX control's About dialog box. |
BindingCompleteEventHandler |
Reprezentuje metodę, która będzie obsługiwać BindingComplete zdarzenie w scenariuszach powiązania danych.Represents the method that will handle the BindingComplete event in data-binding scenarios. |
BindingManagerDataErrorEventHandler |
Reprezentuje metodę, która będzie obsługiwać DataError zdarzenie typu BindingManagerBase .Represents the method that will handle the DataError event of a BindingManagerBase. |
CacheVirtualItemsEventHandler |
Reprezentuje metodę, która będzie obsługiwać CacheVirtualItems zdarzenie typu ListView .Represents the method that will handle the CacheVirtualItems event of a ListView. |
ColumnClickEventHandler |
Reprezentuje metodę, która będzie obsługiwać ColumnClick zdarzenie typu ListView .Represents the method that will handle the ColumnClick event of a ListView. |
ColumnReorderedEventHandler |
Reprezentuje metodę, która będzie obsługiwać ColumnReordered zdarzenie ListView formantu.Represents the method that will handle the ColumnReordered event of the ListView control. |
ColumnWidthChangedEventHandler |
Reprezentuje metodę, która będzie obsługiwać ColumnWidthChanged zdarzenie typu ListView .Represents the method that will handle the ColumnWidthChanged event of a ListView. |
ColumnWidthChangingEventHandler |
Reprezentuje metodę, która będzie obsługiwać ColumnWidthChanging zdarzenie typu ListView .Represents the method that will handle the ColumnWidthChanging event of a ListView. |
ContentsResizedEventHandler |
Reprezentuje metodę, która będzie obsługiwać ContentsResized zdarzenie typu RichTextBox .Represents the method that will handle the ContentsResized event of a RichTextBox. |
ControlEventHandler |
Reprezentuje metodę, która będzie obsługiwać ControlAdded zdarzenia i ControlRemoved Control klasy.Represents the method that will handle the ControlAdded and ControlRemoved events of the Control class. |
ConvertEventHandler |
Reprezentuje metodę, która będzie obsługiwać Parse zdarzenia i Format Binding .Represents the method that will handle the Parse and Format events of a Binding. |
DataGridViewAutoSizeColumnModeEventHandler |
Reprezentuje metodę, która będzie obsługiwać AutoSizeColumnModeChanged zdarzenie DataGridView formantu.Represents the method that will handle the AutoSizeColumnModeChanged event of a DataGridView control. |
DataGridViewAutoSizeColumnsModeEventHandler |
Reprezentuje metodę, która będzie obsługiwać AutoSizeColumnsModeChanged zdarzenie DataGridView formantu.Represents the method that will handle the AutoSizeColumnsModeChanged event of a DataGridView control. |
DataGridViewAutoSizeModeEventHandler |
Reprezentuje metodę, która będzie obsługiwać AutoSizeRowsModeChanged zdarzenia lub RowHeadersWidthSizeModeChanged DataGridView .Represents the method that will handle the AutoSizeRowsModeChanged or RowHeadersWidthSizeModeChanged events of a DataGridView. |
DataGridViewBindingCompleteEventHandler |
Reprezentuje metodę, która będzie obsługiwać DataBindingComplete zdarzenie typu DataGridView .Represents the method that will handle the DataBindingComplete event of a DataGridView. |
DataGridViewCellCancelEventHandler |
Reprezentuje metodę, która będzie obsługiwać CellBeginEdit zdarzenia i RowValidating DataGridView .Represents the method that will handle the CellBeginEdit and RowValidating events of a DataGridView. |
DataGridViewCellContextMenuStripNeededEventHandler |
Reprezentuje metodę, która będzie obsługiwać CellContextMenuStripNeeded zdarzenie typu DataGridView .Represents the method that will handle a CellContextMenuStripNeeded event of a DataGridView. |
DataGridViewCellErrorTextNeededEventHandler |
Reprezentuje metodę, która będzie obsługiwać CellErrorTextNeeded zdarzenie typu DataGridView .Represents the method that will handle the CellErrorTextNeeded event of a DataGridView. |
DataGridViewCellEventHandler |
Reprezentuje metodę, która będzie obsługiwała DataGridView zdarzenia związane z operacjami w komórkach i wierszach.Represents the method that will handle DataGridView events related to cell and row operations. |
DataGridViewCellFormattingEventHandler |
Reprezentuje metodę, która będzie obsługiwać CellFormatting zdarzenie typu DataGridView .Represents the method that will handle the CellFormatting event of a DataGridView. |
DataGridViewCellMouseEventHandler |
Reprezentuje metodę, która będzie obsługiwać zdarzenia związane z myszą wywoływane przez DataGridView .Represents the method that will handle mouse-related events raised by a DataGridView. |
DataGridViewCellPaintingEventHandler |
Reprezentuje metodę, która będzie obsługiwać CellPainting zdarzenie typu DataGridView .Represents the method that will handle the CellPainting event of a DataGridView. |
DataGridViewCellParsingEventHandler |
Reprezentuje metodę, która będzie obsługiwać CellParsing zdarzenie typu DataGridView .Represents the method that will handle a CellParsing event of a DataGridView. |
DataGridViewCellStateChangedEventHandler |
Reprezentuje metodę, która będzie obsługiwać CellStateChanged zdarzenie typu DataGridView .Represents the method that will handle the CellStateChanged event of a DataGridView. |
DataGridViewCellStyleContentChangedEventHandler |
Reprezentuje metodę, która będzie obsługiwać CellStyleContentChanged zdarzenie typu DataGridView .Represents the method that will handle the CellStyleContentChanged event of a DataGridView. |
DataGridViewCellToolTipTextNeededEventHandler |
Reprezentuje metodę, która będzie obsługiwać CellToolTipTextNeeded zdarzenie typu DataGridView .Represents the method that will handle the CellToolTipTextNeeded event of a DataGridView. |
DataGridViewCellValidatingEventHandler |
Reprezentuje metodę, która będzie obsługiwać CellValidating zdarzenie DataGridView formantu.Represents the method that will handle the CellValidating event of a DataGridView control. |
DataGridViewCellValueEventHandler |
Reprezentuje metodę, która będzie obsługiwać CellValueNeeded zdarzenie lub CellValuePushed zdarzenie DataGridView .Represents the method that will handle the CellValueNeeded event or CellValuePushed event of a DataGridView. |
DataGridViewColumnDividerDoubleClickEventHandler |
Reprezentuje metodę, która będzie obsługiwać ColumnDividerDoubleClick zdarzenie typu DataGridView .Represents the method that will handle the ColumnDividerDoubleClick event of a DataGridView. |
DataGridViewColumnEventHandler |
Reprezentuje metodę, która będzie obsługiwać zdarzenia związane z kolumną DataGridView .Represents the method that will handle column-related events of a DataGridView. |
DataGridViewColumnStateChangedEventHandler |
Reprezentuje metodę, która będzie obsługiwać ColumnStateChanged zdarzenie typu DataGridView .Represents the method that will handle the ColumnStateChanged event of a DataGridView. |
DataGridViewDataErrorEventHandler |
Reprezentuje metodę, która będzie obsługiwać DataError zdarzenie typu DataGridView .Represents the method that will handle the DataError event of a DataGridView. |
DataGridViewEditingControlShowingEventHandler |
Reprezentuje metodę, która będzie obsługiwać EditingControlShowing zdarzenie typu DataGridView .Represents the method that will handle the EditingControlShowing event of a DataGridView. |
DataGridViewRowCancelEventHandler |
Reprezentuje metodę, która będzie obsługiwać UserDeletingRow zdarzenie typu DataGridView .Represents the method that will handle the UserDeletingRow event of a DataGridView. |
DataGridViewRowContextMenuStripNeededEventHandler |
Reprezentuje metodę, która będzie obsługiwać RowContextMenuStripNeeded zdarzenie typu DataGridView .Represents the method that will handle the RowContextMenuStripNeeded event of a DataGridView. |
DataGridViewRowDividerDoubleClickEventHandler |
Reprezentuje metodę, która będzie obsługiwać RowDividerDoubleClick zdarzenie typu DataGridView .Represents the method that will handle the RowDividerDoubleClick event of a DataGridView. |
DataGridViewRowErrorTextNeededEventHandler |
Reprezentuje metodę, która będzie obsługiwać RowErrorTextNeeded zdarzenie typu DataGridView .Represents the method that will handle the RowErrorTextNeeded event of a DataGridView. |
DataGridViewRowEventHandler |
Reprezentuje metodę, która będzie obsługiwać zdarzenia powiązane z wierszem DataGridView .Represents the method that will handle row-related events of a DataGridView. |
DataGridViewRowHeightInfoNeededEventHandler |
Reprezentuje metodę, która będzie obsługiwać RowHeightInfoNeeded zdarzenie DataGridView formantu.Represents the method that will handle an RowHeightInfoNeeded event of a DataGridView control. |
DataGridViewRowHeightInfoPushedEventHandler |
Reprezentuje metodę, która będzie obsługiwać RowHeightInfoPushed zdarzenie typu DataGridView .Represents the method that will handle the RowHeightInfoPushed event of a DataGridView. |
DataGridViewRowPostPaintEventHandler |
Reprezentuje metodę, która będzie obsługiwać RowPostPaint zdarzenie typu DataGridView .Represents the method that will handle the RowPostPaint event of a DataGridView. |
DataGridViewRowPrePaintEventHandler |
Reprezentuje metodę, która będzie obsługiwać RowPrePaint zdarzenie typu DataGridView .Represents the method that will handle the RowPrePaint event of a DataGridView. |
DataGridViewRowsAddedEventHandler |
Reprezentuje metodę, która będzie obsługiwać RowsAdded zdarzenie typu DataGridView .Represents the method that will handle the RowsAdded event of a DataGridView. |
DataGridViewRowsRemovedEventHandler |
Reprezentuje metodę, która będzie obsługiwać RowsRemoved zdarzenie typu DataGridView .Represents the method that will handle the RowsRemoved event of a DataGridView. |
DataGridViewRowStateChangedEventHandler |
Reprezentuje metodę, która będzie obsługiwać RowStateChanged zdarzenie typu DataGridView .Represents the method that will handle the RowStateChanged event of a DataGridView. |
DataGridViewSortCompareEventHandler |
Reprezentuje metodę, która będzie obsługiwać SortCompare zdarzenie DataGridView formantu.Represents the method that will handle the SortCompare event of a DataGridView control. |
DateBoldEventHandler |
Reprezentuje metodę, która będzie obsługiwała wewnętrzne zdarzenie MonthCalendar formantu.Represents the method that will handle an internal event of the MonthCalendar control. |
DateRangeEventHandler |
Reprezentuje metodę, która będzie obsługiwać DateChanged zdarzenie lub DateSelected MonthCalendar .Represents the method that will handle the DateChanged or DateSelected event of a MonthCalendar. |
DpiChangedEventHandler |
Reprezentuje metodę, która będzie obsługiwać zdarzenie DpiChanged formularza lub kontrolki.Represents the method that will handle a DpiChanged event of a form or control. |
DragEventHandler |
Reprezentuje metodę, która będzie obsługiwać DragDrop , DragEnter , lub DragOver zdarzenia Control .Represents the method that will handle the DragDrop, DragEnter, or DragOver event of a Control. |
DrawItemEventHandler |
Reprezentuje metodę, która będzie obsługiwać |
DrawListViewColumnHeaderEventHandler |
Reprezentuje metodę, która będzie obsługiwać DrawColumnHeader zdarzenie typu ListView .Represents the method that will handle the DrawColumnHeader event of a ListView. |
DrawListViewItemEventHandler |
Reprezentuje metodę, która będzie obsługiwać DrawItem zdarzenie typu ListView .Represents the method that will handle the DrawItem event of a ListView. |
DrawListViewSubItemEventHandler |
Reprezentuje metodę, która będzie obsługiwać DrawSubItem zdarzenie typu ListView .Represents the method that will handle the DrawSubItem event of a ListView. |
DrawToolTipEventHandler |
Reprezentuje metodę, która będzie obsługiwać Draw zdarzenie typu ToolTip .Represents the method that will handle the Draw event of a ToolTip. |
DrawTreeNodeEventHandler |
Reprezentuje metodę, która będzie obsługiwać DrawNode zdarzenie typu TreeView .Represents the method that will handle the DrawNode event of a TreeView. |
FormClosedEventHandler |
Reprezentuje metodę, która obsługuje FormClosed zdarzenie.Represents the method that handles a FormClosed event. |
FormClosingEventHandler |
Reprezentuje metodę, która obsługuje FormClosing zdarzenie.Represents the method that handles a FormClosing event. |
GiveFeedbackEventHandler |
Reprezentuje metodę, która obsługuje GiveFeedback zdarzenie typu Control .Represents the method that handles the GiveFeedback event of a Control. |
HelpEventHandler |
Reprezentuje metodę, która będzie obsługiwać HelpRequested zdarzenie typu Control .Represents the method that will handle the HelpRequested event of a Control. |
HtmlElementErrorEventHandler |
Reprezentuje metodę, która będzie obsługiwać Error zdarzenie HtmlWindow .Represents the method that will handle the Error event of an HtmlWindow. |
HtmlElementEventHandler |
Reprezentuje metodę, która będzie obsługiwać |
InputLanguageChangedEventHandler |
Reprezentuje metodę, która będzie obsługiwać InputLanguageChanged zdarzenie typu Form .Represents the method that will handle the InputLanguageChanged event of a Form. |
InputLanguageChangingEventHandler |
Reprezentuje metodę, która będzie obsługiwać InputLanguageChanging zdarzenie typu Form .Represents the method that will handle the InputLanguageChanging event of a Form. |
InvalidateEventHandler |
Reprezentuje metodę, która będzie obsługiwać Invalidated zdarzenie typu Control .Represents the method that will handle the Invalidated event of a Control. |
ItemChangedEventHandler |
Reprezentuje metodę, która będzie obsługiwać ItemChanged zdarzenie CurrencyManager klasy.Represents the method that will handle the ItemChanged event of the CurrencyManager class. |
ItemCheckedEventHandler |
Reprezentuje metodę, która będzie obsługiwać ItemChecked zdarzenie ListView formantu.Represents the method that will handle the ItemChecked event of a ListView control. |
ItemCheckEventHandler |
Reprezentuje metodę, która będzie obsługiwać |
ItemDragEventHandler |
Reprezentuje metodę, która będzie obsługiwać ItemDrag zdarzenie ListView TreeView kontrolki lub.Represents the method that will handle the ItemDrag event of a ListView or TreeView control. |
KeyEventHandler |
Reprezentuje metodę, która będzie obsługiwać KeyUp zdarzenie lub KeyDown Control .Represents the method that will handle the KeyUp or KeyDown event of a Control. |
KeyPressEventHandler |
Reprezentuje metodę, która będzie obsługiwać KeyPress zdarzenie typu Control .Represents the method that will handle the KeyPress event of a Control. |
LabelEditEventHandler |
Reprezentuje metodę, która obsługuje BeforeLabelEdit zdarzenia i AfterLabelEdit .Represents the method that handles the BeforeLabelEdit and AfterLabelEdit events. |
LayoutEventHandler |
Reprezentuje metodę, która będzie obsługiwać Layout zdarzenie typu Control .Represents the method that will handle the Layout event of a Control. |
LinkClickedEventHandler |
Reprezentuje metodę, która będzie obsługiwać LinkClicked zdarzenie typu RichTextBox .Represents the method that will handle the LinkClicked event of a RichTextBox. |
LinkLabelLinkClickedEventHandler |
Reprezentuje metodę, która będzie obsługiwać LinkClicked zdarzenie typu LinkLabel .Represents the method that will handle the LinkClicked event of a LinkLabel. |
ListControlConvertEventHandler |
Reprezentuje metodę, która będzie obsługiwała konwersję a ListControl .Represents the method that will handle converting a ListControl. |
ListViewItemMouseHoverEventHandler |
Reprezentuje metodę, która będzie obsługiwać ItemMouseHover zdarzenie typu ListView .Represents the method that will handle the ItemMouseHover event of a ListView. |
ListViewItemSelectionChangedEventHandler |
Reprezentuje metodę, która będzie obsługiwać ItemSelectionChanged zdarzenie typu ListView .Represents the method that will handle the ItemSelectionChanged event of a ListView. |
ListViewVirtualItemsSelectionRangeChangedEventHandler |
Reprezentuje metodę, która będzie obsługiwać VirtualItemsSelectionRangeChanged zdarzenie typu ListView .Represents the method that will handle the VirtualItemsSelectionRangeChanged event of a ListView. |
MaskInputRejectedEventHandler |
Reprezentuje metodę, która będzie obsługiwać MaskInputRejected zdarzenie MaskedTextBox formantu.Represents the method that will handle the MaskInputRejected event of a MaskedTextBox control. |
MeasureItemEventHandler |
Reprezentuje metodę, która będzie obsługiwać |
MethodInvoker |
Reprezentuje delegata, który może wykonać dowolną metodę w kodzie zarządzanym, który jest zadeklarowany jako void i nie przyjmuje żadnych parametrów.Represents a delegate that can execute any method in managed code that is declared void and takes no parameters. |
MouseEventHandler |
Reprezentuje metodę, która będzie obsługiwać |
NavigateEventHandler |
Reprezentuje metodę, która będzie obsługiwać NavigateEventArgs zdarzenie typu DataGrid .Represents the method that will handle the NavigateEventArgs event of a DataGrid. |
NodeLabelEditEventHandler |
Reprezentuje metodę, która będzie obsługiwać BeforeLabelEdit zdarzenia i AfterLabelEdit TreeView kontrolki.Represents the method that will handle the BeforeLabelEdit and AfterLabelEdit events of a TreeView control. |
PaintEventHandler |
Reprezentuje metodę, która będzie obsługiwać Paint zdarzenie typu Control .Represents the method that will handle the Paint event of a Control. |
PopupEventHandler |
Reprezentuje metodę, która obsługuje Popup zdarzenie ToolTip klasy.Represents the method that handles the Popup event of the ToolTip class. |
PreviewKeyDownEventHandler |
Reprezentuje metodę, która będzie obsługiwać PreviewKeyDown zdarzenie dla kontrolki.Represents the method that will handle the PreviewKeyDown event for a control. |
PropertyTabChangedEventHandler |
Reprezentuje metodę, która będzie obsługiwać PropertyTabChanged zdarzenie typu PropertyGrid .Represents the method that will handle the PropertyTabChanged event of a PropertyGrid. |
PropertyValueChangedEventHandler |
Klasa obsługi zdarzeń wywoływana, gdy właściwość w siatce jest modyfikowana przez użytkownika.The event handler class that is invoked when a property in the grid is modified by the user. |
QueryAccessibilityHelpEventHandler |
Reprezentuje metodę, która będzie obsługiwać QueryAccessibilityHelp zdarzenie formantu.Represents the method that will handle the QueryAccessibilityHelp event of a control. |
QueryContinueDragEventHandler |
Reprezentuje metodę, która będzie obsługiwać QueryContinueDrag zdarzenie typu Control .Represents the method that will handle the QueryContinueDrag event of a Control. |
QuestionEventHandler |
Reprezentuje metodę, która będzie obsługiwać CancelRowEdit zdarzenie lub RowDirtyStateNeeded zdarzenie DataGridView .Represents the method that will handle the CancelRowEdit event or the RowDirtyStateNeeded event of a DataGridView. |
RetrieveVirtualItemEventHandler |
Reprezentuje metodę, która będzie obsługiwać RetrieveVirtualItem zdarzenie typu ListView .Represents the method that will handle the RetrieveVirtualItem event of a ListView. |
ScrollEventHandler |
Reprezentuje metodę, która obsługuje |
SearchForVirtualItemEventHandler |
Reprezentuje metodę, która będzie obsługiwać SearchForVirtualItem zdarzenie typu ListView .Represents the method that will handle the SearchForVirtualItem event of a ListView. |
SelectedGridItemChangedEventHandler |
Reprezentuje metodę, która będzie obsługiwać SelectedGridItemChanged zdarzenie typu PropertyGrid .Represents the method that will handle the SelectedGridItemChanged event of a PropertyGrid. |
SplitterCancelEventHandler |
Reprezentuje metodę, która będzie obsługiwać SplitterMoving zdarzenie typu Splitter .Represents the method that will handle the SplitterMoving event of a Splitter. |
SplitterEventHandler |
Reprezentuje metodę, która będzie obsługiwać SplitterMoving zdarzenia i SplitterMoved Splitter .Represents the method that will handle the SplitterMoving and SplitterMoved events of a Splitter. |
StatusBarDrawItemEventHandler |
Reprezentuje metodę, która będzie obsługiwać DrawItem zdarzenie typu StatusBar .Represents the method that will handle the DrawItem event of a StatusBar. |
StatusBarPanelClickEventHandler |
Reprezentuje metodę, która będzie obsługiwać PanelClick zdarzenie typu StatusBar .Represents the method that will handle the PanelClick event of a StatusBar. |
TabControlCancelEventHandler |
Reprezentuje metodę, która będzie obsługiwać Selecting zdarzenie lub Deselecting TabControl kontrolkę.Represents the method that will handle the Selecting or Deselecting event of a TabControl control. |
TabControlEventHandler |
Reprezentuje metodę, która będzie obsługiwać Selected zdarzenie lub Deselected TabControl kontrolkę.Represents the method that will handle the Selected or Deselected event of a TabControl control. |
TableLayoutCellPaintEventHandler |
Reprezentuje metodę, która będzie obsługiwać CellPaint zdarzenie.Represents the method that will handle the CellPaint event. |
ToolBarButtonClickEventHandler |
Reprezentuje metodę, która będzie obsługiwać ButtonClick zdarzenie typu ToolBar .Represents the method that will handle the ButtonClick event of a ToolBar. |
ToolStripArrowRenderEventHandler |
Reprezentuje metodę, która będzie obsługiwać RenderArrow zdarzenie typu ToolStripRenderer .Represents the method that will handle the RenderArrow event of a ToolStripRenderer. Klasa ta nie może być dziedziczona.This class cannot be inherited. |
ToolStripContentPanelRenderEventHandler |
Reprezentuje metodę, która będzie obsługiwać RendererChanged zdarzenie typu ToolStripContentPanel .Represents the method that will handle the RendererChanged event of a ToolStripContentPanel. |
ToolStripDropDownClosedEventHandler |
Reprezentuje metodę, która będzie obsługiwać Closed zdarzenie typu ToolStripDropDown .Represents the method that will handle the Closed event of a ToolStripDropDown. |
ToolStripDropDownClosingEventHandler |
Reprezentuje metodę, która obsługuje Closing zdarzenie typu ToolStripDropDown .Represents the method that handles the Closing event of a ToolStripDropDown. |
ToolStripGripRenderEventHandler |
Reprezentuje metodę, która będzie obsługiwać RenderGrip zdarzenie typu ToolStripRenderer .Represents the method that will handle the RenderGrip event of a ToolStripRenderer. |
ToolStripItemClickedEventHandler |
Reprezentuje metodę, która będzie obsługiwać ItemClicked zdarzenie typu ToolStripItem .Represents the method that will handle the ItemClicked event of a ToolStripItem. |
ToolStripItemEventHandler |
Reprezentuje metodę, która będzie obsługiwać zdarzenia dla elementu ToolStripItem .Represents the method that will handle events for a ToolStripItem. |
ToolStripItemImageRenderEventHandler |
Reprezentuje metodę, która będzie obsługiwać RenderItemImage zdarzenie lub RenderItemCheck zdarzenie ToolStripRenderer .Represents the method that will handle the RenderItemImage event or RenderItemCheck event of a ToolStripRenderer. |
ToolStripItemRenderEventHandler |
Reprezentuje metodę, która obsługuje zdarzenia, które renderuje tło obiektów pochodnych z ToolStripItem w ToolStripRenderer klasie.Represents the method that handles the events that render the background of objects derived from ToolStripItem in the ToolStripRenderer class. |
ToolStripItemTextRenderEventHandler |
Reprezentuje metodę, która będzie obsługiwać RenderItemText zdarzenie typu ToolStripRenderer .Represents the method that will handle the RenderItemText event of a ToolStripRenderer. |
ToolStripPanelRenderEventHandler |
Reprezentuje metodę, która będzie obsługiwać ToolStripPanel zdarzenia programu Paint.Represents the method that will handle ToolStripPanel paint events. |
ToolStripRenderEventHandler |
Reprezentuje metodę, która będzie obsługiwać RenderToolStripBorder zdarzenie lub RenderToolStripBackground zdarzenie ToolStripRenderer .Represents the method that will handle the RenderToolStripBorder event or the RenderToolStripBackground event of a ToolStripRenderer. |
ToolStripSeparatorRenderEventHandler |
Reprezentuje metodę, która będzie obsługiwać RenderSeparator zdarzenie ToolStripRenderer klasy.Represents the method that will handle the RenderSeparator event of a ToolStripRenderer class. |
TreeNodeMouseClickEventHandler |
Reprezentuje metodę, która będzie obsługiwać NodeMouseClick zdarzenia i NodeMouseDoubleClick TreeView .Represents the method that will handle the NodeMouseClick and NodeMouseDoubleClick events of a TreeView. |
TreeNodeMouseHoverEventHandler |
Reprezentuje metodę, która będzie obsługiwać NodeMouseHover zdarzenie typu TreeView .Represents the method that will handle the NodeMouseHover event of a TreeView. |
TreeViewCancelEventHandler |
Reprezentuje metodę, która będzie obsługiwać BeforeCheck zdarzenie, BeforeCollapse , BeforeExpand , lub BeforeSelect TreeView .Represents the method that will handle the BeforeCheck, BeforeCollapse, BeforeExpand, or BeforeSelect event of a TreeView. |
TreeViewEventHandler |
Reprezentuje metodę, która będzie obsługiwać AfterCheck zdarzenie, AfterCollapse , AfterExpand , lub AfterSelect TreeView .Represents the method that will handle the AfterCheck, AfterCollapse, AfterExpand, or AfterSelect event of a TreeView. |
TypeValidationEventHandler |
Reprezentuje metodę, która będzie obsługiwać TypeValidationCompleted zdarzenie MaskedTextBox formantu.Represents the method that will handle the TypeValidationCompleted event of the MaskedTextBox control. |
UICuesEventHandler |
Reprezentuje metodę, która będzie obsługiwać ChangeUICues zdarzenie typu Control .Represents a method that will handle the ChangeUICues event of a Control. |
UpDownEventHandler |
Reprezentuje metodę, która będzie obsługiwać zdarzenie dla wewnętrznej klasy.Represents the method that will handle an event for an internal class. |
WebBrowserDocumentCompletedEventHandler |
Reprezentuje metodę, która będzie obsługiwać DocumentCompleted zdarzenie WebBrowser formantu.Represents the method that will handle the DocumentCompleted event of a WebBrowser control. |
WebBrowserNavigatedEventHandler |
Reprezentuje metodę, która będzie obsługiwać Navigated zdarzenie WebBrowser formantu.Represents the method that will handle the Navigated event of a WebBrowser control. |
WebBrowserNavigatingEventHandler |
Reprezentuje metodę, która będzie obsługiwać Navigating zdarzenie WebBrowser formantu.Represents the method that will handle the Navigating event of a WebBrowser control. |
WebBrowserProgressChangedEventHandler |
Reprezentuje metodę, która będzie obsługiwać ProgressChanged zdarzenie WebBrowser formantu.Represents the method that will handle the ProgressChanged event of a WebBrowser control. |
Uwagi
W poniższej tabeli przedstawiono klasy w System.Windows.Forms przestrzeni nazw pogrupowane według kategorii.The following table shows the classes in System.Windows.Forms namespace grouped into categories.
Kategoria klasyClass category | SzczegółyDetails |
---|---|
-Kontrolka, kontrolka użytkownika i formularz- Control, User Control, and Form | Większość klas w System.Windows.Forms przestrzeni nazw pochodzi od Control klasy.Most classes within the System.Windows.Forms namespace derive from the Control class. ControlKlasa zawiera podstawowe funkcje dla wszystkich kontrolek, które są wyświetlane w Form .The Control class provides the base functionality for all controls that are displayed on a Form. FormKlasa reprezentuje okno w aplikacji.The Form class represents a window within an application. Obejmuje to okna dialogowe, Niemodalne okna i klienta interfejsu wielu dokumentów (MDI) oraz okna nadrzędne.This includes dialog boxes, modeless windows, and Multiple Document Interface (MDI) client and parent windows. Możesz również utworzyć własne kontrolki, wyprowadzając ją z UserControl klasy.You can also create your own controls by deriving from the UserControl class. |
— Menu i paski narzędzi- Menus and Toolbars | Windows Forms zawiera bogaty zestaw klas do tworzenia własnych niestandardowych pasków narzędzi i menu o nowoczesnym wyglądzie i zachowaniu (wygląd i działanie).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 , i StatusStrip może służyć do tworzenia pasków narzędzi, pasków menu, menu kontekstowych i pasków stanu.ToolStrip, MenuStrip, ContextMenuStrip, and StatusStrip can be used to create toolbars, menu bars, context menus, and status bars, respectively. |
-Formanty- Controls | System.Windows.FormsPrzestrzeń nazw zawiera różne klasy kontroli, których można użyć do tworzenia rozbudowanych interfejsów użytkownika.The System.Windows.Forms namespace provides a variety of control classes that you can use to create rich user interfaces. Niektóre kontrolki są przeznaczone do wprowadzania danych w aplikacji, takich jak TextBox ComboBox kontrolki i.Some controls are designed for data entry within the application, such as TextBox and ComboBox controls. Inne kontrolki wyświetlają dane aplikacji, takie jak Label i ListView .Other controls display application data, such as Label and ListView. Przestrzeń nazw zapewnia również kontrolę nad wywoływaniem poleceń w aplikacji, na przykład Button .The namespace also provides controls for invoking commands within the application, such as Button. WebBrowserKontrolki i zarządzane klasy HTML, takie jak HtmlDocument , umożliwiają wyświetlanie stron HTML i manipulowanie nimi w aplikacji zarządzanej Windows Forms.The WebBrowser control and managed HTML classes, such as HtmlDocument, let you display and manipulate HTML pages within your managed Windows Forms application. MaskedTextBoxKontrolka jest zaawansowaną kontrolką wprowadzania danych, która umożliwia definiowanie masek, które automatycznie akceptują lub odrzucają dane wejściowe użytkownika.The MaskedTextBox control is an advanced data entry control that lets you define masks that automatically accept or reject user input. Ponadto możesz użyć PropertyGrid kontrolki, aby utworzyć własne Projektant formularzy systemu Windows, które wyświetlają właściwości widoczne dla projektanta formantów.Additionally, you can use the PropertyGrid control to create your own Windows Forms Designer that displays the designer-visible properties of the controls. |
-Układ- Layout | Kilka ważnych klas w Windows Forms ułatwia kontrolowanie układu formantów na ekranie ekranu, takich jak formularz lub kontrolka.Several important classes in Windows Forms help control the layout of controls on a display surface, such as a form or control. FlowLayoutPanel określa wszystkie kontrolki, które zawiera w sposób szeregowy, oraz TableLayoutPanel umożliwia definiowanie komórek i wierszy do układania formantów w stałej siatce.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 dzieli powierzchnię wyświetlania na co najmniej dwie regulowane części.SplitContainer divides your display surface into two or more adjustable parts. |
-Dane i powiązanie danych- Data and Data Binding | Windows Forms definiuje rozbudowaną architekturę do tworzenia powiązań ze źródłami danych, takimi jak bazy danych i pliki XML.Windows Forms defines a rich architecture for binding to data sources such as databases and XML files. DataGridViewFormant zawiera dostosowywalną tabelę do wyświetlania danych i umożliwia dostosowanie komórek, wierszy, kolumn i obramowań.The DataGridView control provides a customizable table for displaying data, and lets you customize cells, rows, columns, and borders. BindingNavigatorFormant reprezentuje standardowy sposób nawigowania i pracy z danymi w formularzu; BindingNavigator jest często sparowany z BindingSource kontrolką, aby przechodzić przez rekordy danych w formularzu i korzystać z nich.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. |
-Składniki- Components | Poza kontrolkami System.Windows.Forms przestrzeń nazw udostępnia inne klasy, które nie pochodzą od Control klasy, ale nadal udostępniają funkcje wizualne dla aplikacji opartej na systemie 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. Niektóre klasy, takie jak ToolTip i ErrorProvider , zwiększają możliwości lub dostarczają użytkownikowi informacje.Some classes, such as ToolTip and ErrorProvider, extend the capabilities or provide information to the user. Za pomocą Help HelpProvider klas i można wyświetlić informacje pomocy dla użytkownika aplikacji.With the Help and HelpProvider classes, you can display Help information to a user of your applications. |
— Wspólne okna dialogowe- Common Dialog Boxes | System Windows udostępnia kilka wspólnych okien dialogowych, których można użyć, aby nadać aplikacji spójny interfejs użytkownika podczas wykonywania zadań, takich jak otwieranie i zapisywanie plików, manipulowanie czcionką lub kolor tekstu lub drukowanie.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. OpenFileDialogKlasy i SaveFileDialog udostępniają funkcje umożliwiające wyświetlenie okna dialogowego, które pozwala użytkownikowi zlokalizować i wprowadzić nazwę pliku do otwarcia lub zapisania.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. FontDialogKlasa Wyświetla okno dialogowe, w którym można zmienić elementy Font używane przez aplikację.The FontDialog class displays a dialog box to change elements of the Font used by your application. PageSetupDialogKlasy, PrintPreviewDialog i PrintDialog wyświetlają okna dialogowe umożliwiające użytkownikowi kontrolowanie aspektów drukowania dokumentów.The PageSetupDialog, PrintPreviewDialog, and PrintDialog classes display dialog boxes that enable the user to control aspects of printing documents. Aby uzyskać więcej informacji o drukowaniu z aplikacji opartej na systemie Windows, zobacz System.Drawing.Printing przestrzeń nazw.For more information about printing from a Windows-based application, see the System.Drawing.Printing namespace. Oprócz wspólnych okien dialogowych, System.Windows.Forms przestrzeń nazw zawiera MessageBox klasę służącą do wyświetlania okna komunikatu, które może wyświetlać i pobierać dane od użytkownika.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. |
Istnieje kilka klas w System.Windows.Forms przestrzeni nazw, które zapewniają obsługę klas wymienionych w poprzednim podsumowaniu.There are several classes within the System.Windows.Forms namespace that provide support to the classes mentioned in the previous summary. Przykłady klas pomocniczych to wyliczenia, klasy argumentów zdarzeń i Delegaty używane przez zdarzenia w kontrolkach i składnikach.Examples of the supporting classes are enumerations, event argument classes, and delegates used by events within controls and components.
Przestroga
Klasy w przestrzeni nazw Windows Forms nie są obsługiwane w ramach usługi systemu Windows.Classes within the Windows Forms namespace are not supported for use within a Windows service. Próba użycia tych klas z poziomu usługi może spowodować nieoczekiwane problemy, takie jak obniżenie wydajności usługi i wyjątki czasu wykonywania.Trying to use these classes from within a service may produce unexpected problems, such as diminished service performance and run-time exceptions.
Jeśli używasz .NET Framework w wersji 1,1 lub .NET Framework 1,0 i musisz uczynić aplikację Windows Forms obsługą stylów wizualnych systemu Windows XP, upewnij się, że ustawisz FlatStyle
właściwość formantów na FlatStyle.System i dołączymy manifest do pliku wykonywalnego.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. Manifest to plik XML, który jest zawarty jako zasób w pliku wykonywalnym aplikacji lub jako oddzielny plik, który znajduje się w tym samym katalogu co plik wykonywalny.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. Przykład manifestu znajduje się w sekcji przykład FlatStyle wyliczenia.For an example of a manifest, see the Example section for the FlatStyle enumeration. Domyślne style wizualizacji są włączone dla .NET Framework wersje 1,1, 1,2 i 2,0.By default visual styles are enabled for the .NET Framework versions 1.1, 1.2, and 2.0.