System.Windows.Forms 네임스페이스
클래스
AccessibleObject |
접근성 애플리케이션이 장애가 있는 사용자를 위해 애플리케이션 UI(사용자 인터페이스)를 조정하는 데 사용하는 정보를 제공합니다.Provides information that accessibility applications use to adjust an application's user interface (UI) for users with impairments. |
AmbientProperties |
최상위 컨트롤에 앰비언트 속성 값을 제공합니다.Provides ambient property values to top-level controls. |
Application |
애플리케이션을 시작 및 중지하기 위한 메서드, Windows 메시지를 처리하기 위한 메서드, 애플리케이션에 대한 정보를 가져오기 위한 속성 등과 같이 애플리케이션을 관리하기 위한 |
ApplicationContext |
애플리케이션 스레드에 대한 컨텍스트 정보를 지정합니다.Specifies the contextual information about an application thread. |
AutoCompleteStringCollection |
특정 Windows Forms 컨트롤의 자동 완성 기능에 사용할 문자열의 컬렉션을 포함합니다.Contains a collection of strings to use for the auto-complete feature on certain Windows Forms controls. |
AxHost |
ActiveX 컨트롤을 래핑하여 완전한 기능의 Windows Forms 컨트롤로 노출시킵니다.Wraps ActiveX controls and exposes them as fully featured Windows Forms controls. |
AxHost.AxComponentEditor |
모달 대화 상자를 사용하여 ActiveX 컨트롤의 속성 페이지를 표시하는 편집기를 제공합니다.Provides an editor that uses a modal dialog box to display a property page for an ActiveX control. |
AxHost.ClsidAttribute |
AxHost 컨트롤에서 호스팅하는 ActiveX 컨트롤의 CLSID를 지정합니다.Specifies the CLSID of an ActiveX control hosted by an AxHost control. |
AxHost.ConnectionPointCookie |
ActiveX 컨트롤을 이 컨트롤의 이벤트를 처리하는 클라이언트에 연결합니다.Connects an ActiveX control to a client that handles the control's events. |
AxHost.InvalidActiveXStateException |
잘못된 상태의 ActiveX 컨트롤을 참조할 때 throw되는 예외입니다.The exception that is thrown when the ActiveX control is referenced while in an invalid state. |
AxHost.State |
ActiveX 컨트롤의 지속되는 상태를 캡슐화합니다.Encapsulates the persisted state of an ActiveX control. |
AxHost.StateConverter |
한 데이터 형식에서 다른 데이터 형식으로 AxHost.State 개체를 변환합니다.Converts AxHost.State objects from one data type to another. |
AxHost.TypeLibraryTimeStampAttribute |
AxHost 컨트롤에서 호스팅하는 ActiveX 컨트롤의 형식 라이브러리와 연결된 날짜와 시간을 지정합니다.Specifies a date and time associated with the type library of an ActiveX control hosted by an AxHost control. |
BaseCollection |
System.Windows.Forms 네임스페이스에서 데이터 관련 컬렉션을 만드는 데 필요한 기본 기능을 제공합니다.Provides the base functionality for creating data-related collections in the System.Windows.Forms namespace. |
Binding |
개체 속성 값과 컨트롤 속성 값 사이의 단순 바인딩을 나타냅니다.Represents the simple binding between the property value of an object and the property value of a control. |
BindingCompleteEventArgs |
BindingComplete 이벤트에 대한 데이터를 제공합니다.Provides data for the BindingComplete event. |
BindingContext |
Control 클래스에서 상속되는 모든 개체에 대해 BindingManagerBase 개체의 컬렉션을 관리합니다.Manages the collection of BindingManagerBase objects for any object that inherits from the Control class. |
BindingManagerBase |
동일한 데이터 소스 및 데이터 멤버에 바인딩되는 Binding 개체를 모두 관리합니다.Manages all Binding objects that are bound to the same data source and data member. 이 클래스는 추상 클래스입니다.This class is abstract. |
BindingManagerDataErrorEventArgs |
DataError 이벤트에 대한 데이터를 제공합니다.Provides data for the DataError event. |
BindingNavigator |
데이터에 바인딩된 폼의 컨트롤에 대한 탐색 및 조작 UI(사용자 인터페이스)를 나타냅니다.Represents the navigation and manipulation user interface (UI) for controls on a form that are bound to data. |
BindingsCollection |
컨트롤에 대한 Binding 개체의 컬렉션을 표시합니다.Represents a collection of Binding objects for a control. |
BindingSource |
폼의 데이터 소스를 캡슐화합니다.Encapsulates the data source for a form. |
Button |
Windows 단추 컨트롤을 나타냅니다.Represents a Windows button control. |
ButtonBase |
단추 컨트롤에 일반적으로 적용되는 기본 기능을 구현합니다.Implements the basic functionality common to button controls. |
ButtonBase.ButtonBaseAccessibleObject |
접근성 애플리케이션이 장애가 있는 사용자를 위해 애플리케이션 사용자 인터페이스를 조정하는 데 사용하는 정보를 제공합니다.Provides information that accessibility applications use to adjust an application's user interface for users with disabilities. |
ButtonRenderer |
비주얼 스타일을 사용하거나 사용하지 않고 단추 컨트롤을 렌더링하는 데 사용되는 메서드를 제공합니다.Provides methods used to render a button control with or without visual styles. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
CacheVirtualItemsEventArgs |
CacheVirtualItems 이벤트에 대한 데이터를 제공합니다.Provides data for the CacheVirtualItems event. |
CheckBox | |
CheckBox.CheckBoxAccessibleObject |
접근성 클라이언트 애플리케이션의 CheckBox 컨트롤에 대한 정보를 제공합니다.Provides information about the CheckBox control to accessibility client applications. |
CheckBoxRenderer |
비주얼 스타일을 사용하거나 사용하지 않고 CheckBox 컨트롤을 렌더링하는 데 사용되는 메서드를 제공합니다.Provides methods used to render a check box control with or without visual styles. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
CheckedListBox |
각 항목의 왼쪽에 확인란이 있는 ListBox를 표시합니다.Displays a ListBox in which a check box is displayed to the left of each item. |
CheckedListBox.CheckedIndexCollection |
확인할 수 없는 상태의 항목을 포함하여 선택한 항목 인덱스의 컬렉션을 CheckedListBox에 캡슐화합니다.Encapsulates the collection of indexes of checked items (including items in an indeterminate state) in a CheckedListBox. |
CheckedListBox.CheckedItemCollection |
비활성화 상태의 항목을 포함하여 선택한 항목의 컬렉션을 CheckedListBox 컨트롤에 캡슐화합니다.Encapsulates the collection of checked items, including items in an indeterminate state, in a CheckedListBox control. |
CheckedListBox.ObjectCollection |
CheckedListBox에 포함된 항목의 컬렉션을 나타냅니다.Represents the collection of items in a CheckedListBox. |
Clipboard |
시스템 클립보드에서 데이터를 배치하고 검색하는 메서드를 제공합니다.Provides methods to place data on and retrieve data from the system Clipboard. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
ColorDialog |
사용자가 사용자 지정 색을 정의하는 데 사용할 수 있는 컨트롤과 함께 사용 가능한 색을 표시하는 일반 대화 상자를 나타냅니다.Represents a common dialog box that displays available colors along with controls that enable the user to define custom colors. |
ColumnClickEventArgs |
ColumnClick 이벤트에 대한 데이터를 제공합니다.Provides data for the ColumnClick event. |
ColumnHeader |
ListView 컨트롤에 단일 열 머리글을 표시합니다.Displays a single column header in a ListView control. |
ColumnHeaderConverter |
ColumnHeader 개체의 형식을 변환하기 위한 형식 변환기를 제공합니다.Provides a type converter to convert ColumnHeader objects from one type to another. |
ColumnReorderedEventArgs |
ColumnReordered 이벤트에 대한 데이터를 제공합니다.Provides data for the ColumnReordered event. |
ColumnStyle |
표 레이아웃에 있는 열의 모양 및 느낌을 나타냅니다.Represents the look and feel of a column in a table layout. |
ColumnWidthChangedEventArgs |
ColumnWidthChanged 이벤트에 대한 데이터를 제공합니다.Provides data for the ColumnWidthChanged event. |
ColumnWidthChangingEventArgs |
ColumnWidthChanging 이벤트에 대한 데이터를 제공합니다.Provides data for the ColumnWidthChanging event. |
ComboBox |
Windows 콤보 상자 컨트롤을 나타냅니다.Represents a Windows combo box control. |
ComboBox.ChildAccessibleObject |
접근성 클라이언트 애플리케이션의 ComboBox 컨트롤에 대한 정보를 제공합니다.Provides information about the ComboBox control to accessibility client applications. |
ComboBox.ObjectCollection |
ComboBox에 포함된 항목의 컬렉션을 나타냅니다.Represents the collection of items in a ComboBox. |
ComboBoxRenderer |
비주얼 스타일을 사용하여 콤보 상자 컨트롤을 렌더링하는 데 사용되는 메서드를 제공합니다.Provides methods used to render a combo box control with visual styles. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
CommonDialog |
화면에 대화 상자를 표시하는 데 사용되는 기본 클래스를 지정합니다.Specifies the base class used for displaying dialog boxes on the screen. |
ContainerControl |
다른 컨트롤의 컨테이너로 작동할 수 있는 컨트롤에 대한 포커스 관리 기능을 제공합니다.Provides focus-management functionality for controls that can function as a container for other controls. |
ContentsResizedEventArgs |
ContentsResized 이벤트에 대한 데이터를 제공합니다.Provides data for the ContentsResized event. |
ContextMenu |
바로 가기 메뉴를 나타냅니다.Represents a shortcut menu. ContextMenuStrip은 이전 버전의 ContextMenu 컨트롤을 대체하고 확장한 컨트롤이지만 이전 버전과의 호환성 및 앞으로의 사용 가능성을 고려하여 ContextMenu를 유지하도록 선택할 수 있습니다.Although ContextMenuStrip replaces and adds functionality to the ContextMenu control of previous versions, ContextMenu is retained for both backward compatibility and future use if you choose. |
ContextMenuStrip |
바로 가기 메뉴를 나타냅니다.Represents a shortcut menu. |
Control |
시각적으로 표시되는 구성 요소인 컨트롤의 기본 클래스를 정의합니다.Defines the base class for controls, which are components with visual representation. |
Control.ControlAccessibleObject |
접근성 애플리케이션에서 사용할 수 있는 컨트롤에 대한 정보를 제공합니다.Provides information about a control that can be used by an accessibility application. |
Control.ControlCollection |
Control 개체의 컬렉션을 나타냅니다.Represents a collection of Control objects. |
ControlBindingsCollection |
컨트롤에 대한 데이터 바인딩의 컬렉션을 나타냅니다.Represents the collection of data bindings for a control. |
ControlEventArgs |
ControlAdded 및 ControlRemoved 이벤트에 대한 데이터를 제공합니다.Provides data for the ControlAdded and ControlRemoved events. |
ControlPaint |
일반적인 Windows 컨트롤과 해당 요소를 그리는 데 사용되는 메서드를 제공합니다.Provides methods used to paint common Windows controls and their elements. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
ConvertEventArgs |
Format 및 Parse 이벤트에 대한 데이터를 제공합니다.Provides data for the Format and Parse events. |
CreateParams |
컨트롤을 만들 때 필요한 정보를 캡슐화합니다.Encapsulates the information needed when creating a control. |
CurrencyManager | |
Cursor |
마우스 포인터를 그리는 데 사용되는 이미지를 나타냅니다.Represents the image used to paint the mouse pointer. |
CursorConverter |
Cursor 개체와 여러 가지 다른 표현 사이를 변환하는 형식 변환기를 제공합니다.Provides a type converter to convert Cursor objects to and from various other representations. |
Cursors |
Windows Forms 애플리케이션이 사용할 Cursor 개체의 컬렉션을 제공합니다.Provides a collection of Cursor objects for use by a Windows Forms application. |
DataFormats |
미리 정의된 |
DataFormats.Format |
클립보드 형식 유형을 나타냅니다.Represents a Clipboard format type. |
DataGrid |
스크롤 가능한 표에 ADO.NET 데이터를 표시합니다.Displays ADO.NET data in a scrollable grid. DataGridView 컨트롤은 DataGrid 컨트롤을 대체하고 여기에 다른 기능을 추가하여 새로 도입된 컨트롤이지만 이전 버전과의 호환성 및 이후 사용 가능성을 고려하여 DataGrid 컨트롤을 계속 유지하도록 선택할 수 있습니다.The DataGridView control replaces and adds functionality to the DataGrid control; however, the DataGrid control is retained for both backward compatibility and future use, if you choose. |
DataGrid.HitTestInfo |
지정한 좌표에 있는 DataGrid의 부분에 대한 정보가 들어 있습니다.Contains information about a part of the DataGrid at a specified coordinate. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
DataGridBoolColumn |
각 셀에서 부울 값을 나타내기 위한 확인란을 포함하는 열을 지정합니다.Specifies a column in which each cell contains a check box for representing a Boolean value. |
DataGridColumnStyle |
DataGrid 컨트롤 열의 모양, 텍스트 형식 및 동작을 지정합니다.Specifies the appearance, text formatting, and behavior of a DataGrid control column. 이 클래스는 추상 클래스입니다.This class is abstract. |
DataGridColumnStyle.CompModSwitches |
.NET Framework 인프라에서 사용되는 TraceSwitch가 들어 있습니다.Contains a TraceSwitch that is used by the .NET Framework infrastructure. |
DataGridColumnStyle.DataGridColumnHeaderAccessibleObject |
액세스 가능 애플리케이션으로 조사할 수 있는 개체를 구현합니다.Provides an implementation for an object that can be inspected by an accessibility application. |
DataGridPreferredColumnWidthTypeConverter |
개체의 값을 다른 데이터 형식으로 변환합니다.Converts the value of an object to a different data type. |
DataGridTableStyle |
런타임에 DataGrid 컨트롤로 그린 테이블을 나타냅니다.Represents the table drawn by the DataGrid control at run time. |
DataGridTextBox |
TextBox에 호스팅되는 DataGridTextBoxColumn 컨트롤을 표시합니다.Represents a TextBox control that is hosted in a DataGridTextBoxColumn. |
DataGridTextBoxColumn |
문자열 편집을 위해 TextBox의 셀에 DataGridColumnStyle 컨트롤을 호스팅합니다.Hosts a TextBox control in a cell of a DataGridColumnStyle for editing strings. |
DataGridView |
사용자 지정 가능한 표에 데이터를 표시합니다.Displays data in a customizable grid. |
DataGridView.DataGridViewAccessibleObject |
접근성 클라이언트 애플리케이션의 DataGridView 컨트롤에 대한 정보를 제공합니다.Provides information about the DataGridView control to accessibility client applications. |
DataGridView.DataGridViewControlCollection |
DataGridView에 포함된 컨트롤의 컬렉션을 나타냅니다.Represents a collection of controls contained on a DataGridView. |
DataGridView.DataGridViewTopRowAccessibleObject |
DataGridViewColumnHeaderCell 개체의 행에 대한 정보를 제공합니다.Provides information about a row of DataGridViewColumnHeaderCell objects to accessibility client applications. |
DataGridView.HitTestInfo |
행 및 열 인덱스와 같은 DataGridView 컨트롤의 특정 좌표 쌍에 대한 정보를 포함합니다.Contains information, such as the row and column indexes, about a specific coordinate pair in the DataGridView control. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
DataGridViewAdvancedBorderStyle |
DataGridView 컨트롤의 셀 테두리 스타일을 포함합니다.Contains border styles for the cells in a DataGridView control. |
DataGridViewAutoSizeColumnModeEventArgs |
AutoSizeColumnModeChanged 이벤트에 대한 데이터를 제공합니다.Provides data for the AutoSizeColumnModeChanged event. |
DataGridViewAutoSizeColumnsModeEventArgs |
AutoSizeColumnsModeChanged 이벤트에 대한 데이터를 제공합니다.Provides data for the AutoSizeColumnsModeChanged event. |
DataGridViewAutoSizeModeEventArgs |
DataGridViewAutoSizeRowsModeChanged 및 RowHeadersWidthSizeModeChanged 이벤트에 대한 데이터를 제공합니다.Provides data for the DataGridViewAutoSizeRowsModeChanged and RowHeadersWidthSizeModeChanged events. |
DataGridViewBand |
DataGridView 컨트롤에 있는 요소의 선형 컬렉션을 나타냅니다.Represents a linear collection of elements in a DataGridView control. |
DataGridViewBindingCompleteEventArgs |
DataBindingComplete 이벤트에 대한 데이터를 제공합니다.Provides data for the DataBindingComplete event. |
DataGridViewButtonCell |
DataGridView 컨트롤에서 사용할 단추와 비슷한 UI(사용자 인터페이스)를 표시합니다.Displays a button-like user interface (UI) for use in a DataGridView control. |
DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject |
DataGridViewButtonCell에 대한 정보를 접근성 클라이언트 애플리케이션에 제공합니다.Provides information about a DataGridViewButtonCell to accessibility client applications. |
DataGridViewButtonColumn |
DataGridViewButtonCell 개체의 컬렉션을 호스팅합니다.Hosts a collection of DataGridViewButtonCell objects. |
DataGridViewCell |
DataGridView 컨트롤의 개별 셀을 나타냅니다.Represents an individual cell in a DataGridView control. |
DataGridViewCell.DataGridViewCellAccessibleObject |
DataGridViewCell에 대한 정보를 접근성 클라이언트 애플리케이션에 제공합니다.Provides information about a DataGridViewCell to accessibility client applications. |
DataGridViewCellCancelEventArgs |
CellBeginEdit 및 RowValidating 이벤트에 대한 데이터를 제공합니다.Provides data for CellBeginEdit and RowValidating events. |
DataGridViewCellCollection |
DataGridViewRow의 셀 컬렉션을 나타냅니다.Represents a collection of cells in a DataGridViewRow. |
DataGridViewCellContextMenuStripNeededEventArgs |
CellContextMenuStripNeeded 이벤트에 대한 데이터를 제공합니다.Provides data for the CellContextMenuStripNeeded event. |
DataGridViewCellErrorTextNeededEventArgs |
CellErrorTextNeeded 컨트롤의 DataGridView 이벤트에 대한 데이터를 제공합니다.Provides data for the CellErrorTextNeeded event of a DataGridView control. |
DataGridViewCellEventArgs |
셀 및 행 작업과 관련된 DataGridView 이벤트에 대한 데이터를 제공합니다.Provides data for DataGridView events related to cell and row operations. |
DataGridViewCellFormattingEventArgs |
CellFormatting의 DataGridView 이벤트에 데이터를 제공합니다.Provides data for the CellFormatting event of a DataGridView. |
DataGridViewCellMouseEventArgs |
DataGridView 안에서 마우스를 이동할 때마다 DataGridViewCell에서 발생되는 마우스 이벤트에 대한 데이터를 제공합니다.Provides data for mouse events raised by a DataGridView whenever the mouse is moved within a DataGridViewCell. |
DataGridViewCellPaintingEventArgs |
CellPainting 이벤트에 대한 데이터를 제공합니다.Provides data for the CellPainting event. |
DataGridViewCellParsingEventArgs |
CellParsing 컨트롤의 DataGridView 이벤트에 대한 데이터를 제공합니다.Provides data for the CellParsing event of a DataGridView control. |
DataGridViewCellStateChangedEventArgs |
CellStateChanged 이벤트에 대한 데이터를 제공합니다.Provides data for the CellStateChanged event. |
DataGridViewCellStyle |
DataGridView 컨트롤 내에서 개별 셀에 적용된 서식 및 스타일 정보를 나타냅니다.Represents the formatting and style information applied to individual cells within a DataGridView control. |
DataGridViewCellStyleContentChangedEventArgs |
CellStyleContentChanged 이벤트에 대한 데이터를 제공합니다.Provides data for the CellStyleContentChanged event. |
DataGridViewCellStyleConverter |
DataGridViewCellStyle 개체와 다른 데이터 형식 사이를 변환합니다.Converts DataGridViewCellStyle objects to and from other data types. |
DataGridViewCellToolTipTextNeededEventArgs |
CellToolTipTextNeeded 이벤트에 대한 데이터를 제공합니다.Provides data for the CellToolTipTextNeeded event. |
DataGridViewCellValidatingEventArgs |
CellValidating 컨트롤의 DataGridView 이벤트에 대한 데이터를 제공합니다.Provides data for the CellValidating event of a DataGridView control. |
DataGridViewCellValueEventArgs |
CellValueNeeded 컨트롤의 CellValuePushed 및 DataGridView 이벤트에 대한 데이터를 제공합니다.Provides data for the CellValueNeeded and CellValuePushed events of the DataGridView control. |
DataGridViewCheckBoxCell |
DataGridView 컨트롤에서 사용할 확인란 UI(사용자 인터페이스)를 표시합니다.Displays a check box user interface (UI) to use in a DataGridView control. |
DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject |
DataGridViewCheckBoxCell에 대한 정보를 접근성 클라이언트 애플리케이션에 제공합니다.Provides information about a DataGridViewCheckBoxCell to accessibility client applications. |
DataGridViewCheckBoxColumn |
DataGridViewCheckBoxCell 개체의 컬렉션을 호스팅합니다.Hosts a collection of DataGridViewCheckBoxCell objects. |
DataGridViewColumn |
DataGridView 컨트롤의 열을 나타냅니다.Represents a column in a DataGridView control. |
DataGridViewColumnCollection |
DataGridViewColumn 컨트롤에 있는 DataGridView 개체의 컬렉션을 나타냅니다.Represents a collection of DataGridViewColumn objects in a DataGridView control. |
DataGridViewColumnDesignTimeVisibleAttribute |
DataGridView 디자이너에 열 형식이 표시되는지 여부를 지정합니다.Specifies whether a column type is visible in the DataGridView designer. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
DataGridViewColumnDividerDoubleClickEventArgs |
ColumnDividerDoubleClick의 DataGridView 이벤트에 데이터를 제공합니다.Provides data for the ColumnDividerDoubleClick event of a DataGridView. |
DataGridViewColumnEventArgs |
DataGridView의 열 관련 이벤트에 대한 데이터를 제공합니다.Provides data for column-related events of a DataGridView. |
DataGridViewColumnHeaderCell |
DataGridView 컨트롤의 열 머리글을 나타냅니다.Represents a column header in a DataGridView control. |
DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject |
DataGridViewColumnHeaderCell에 대한 정보를 접근성 클라이언트 애플리케이션에 제공합니다.Provides information about a DataGridViewColumnHeaderCell to accessibility client applications. |
DataGridViewColumnStateChangedEventArgs |
ColumnStateChanged 이벤트에 대한 데이터를 제공합니다.Provides data for the ColumnStateChanged event. |
DataGridViewComboBoxCell |
DataGridView 컨트롤에 콤보 상자를 표시합니다.Displays a combo box in a DataGridView control. |
DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject |
현재 DataGridViewComboBoxCell 개체에 대한 액세스 가능성 개체를 나타냅니다.Represents the accessibility object for the current DataGridViewComboBoxCell object. |
DataGridViewComboBoxCell.ObjectCollection |
DataGridViewComboBoxCell에서 선택한 항목의 컬렉션을 나타냅니다.Represents the collection of selection choices in a DataGridViewComboBoxCell. |
DataGridViewComboBoxColumn |
DataGridViewComboBoxCell 개체의 열을 나타냅니다.Represents a column of DataGridViewComboBoxCell objects. |
DataGridViewComboBoxEditingControl |
DataGridViewComboBoxCell에 호스팅되는 ComboBox 컨트롤을 나타냅니다.Represents the hosted combo box control in a DataGridViewComboBoxCell. |
DataGridViewDataErrorEventArgs |
DataError 이벤트에 대한 데이터를 제공합니다.Provides data for the DataError event. |
DataGridViewEditingControlShowingEventArgs |
EditingControlShowing 이벤트에 대한 데이터를 제공합니다.Provides data for the EditingControlShowing event. |
DataGridViewElement |
DataGridView 컨트롤의 요소에 대한 기본 클래스를 제공합니다.Provides the base class for elements of a DataGridView control. |
DataGridViewHeaderCell |
행 머리글 셀과 열 머리글 셀에 공통으로 사용되는 기능이 들어 있습니다.Contains functionality common to row header cells and column header cells. |
DataGridViewImageCell |
DataGridView 컨트롤에 그래픽을 표시합니다.Displays a graphic in a DataGridView control. |
DataGridViewImageCell.DataGridViewImageCellAccessibleObject |
DataGridViewImageCell에 대한 정보를 접근성 클라이언트 애플리케이션에 제공합니다.Provides information about a DataGridViewImageCell to accessibility client applications. |
DataGridViewImageColumn |
DataGridViewImageCell 개체의 컬렉션을 호스팅합니다.Hosts a collection of DataGridViewImageCell objects. |
DataGridViewLinkCell |
링크가 포함된 셀을 나타냅니다.Represents a cell that contains a link. |
DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject |
접근성 클라이언트 애플리케이션의 DataGridViewLinkCell 컨트롤에 대한 정보를 제공합니다.Provides information about a DataGridViewLinkCell control to accessibility client applications. |
DataGridViewLinkColumn |
DataGridView 컨트롤의 링크를 포함하는 셀의 열을 나타냅니다.Represents a column of cells that contain links in a DataGridView control. |
DataGridViewRow |
DataGridView 컨트롤의 행을 나타냅니다.Represents a row in a DataGridView control. |
DataGridViewRow.DataGridViewRowAccessibleObject |
DataGridViewRow에 대한 정보를 접근성 클라이언트 애플리케이션에 제공합니다.Provides information about a DataGridViewRow to accessibility client applications. |
DataGridViewRowCancelEventArgs |
UserDeletingRow의 DataGridView 이벤트에 데이터를 제공합니다.Provides data for the UserDeletingRow event of a DataGridView. |
DataGridViewRowCollection |
DataGridViewRow 개체의 컬렉션입니다.A collection of DataGridViewRow objects. |
DataGridViewRowContextMenuStripNeededEventArgs |
RowContextMenuStripNeeded 이벤트에 대한 데이터를 제공합니다.Provides data for the RowContextMenuStripNeeded event. |
DataGridViewRowDividerDoubleClickEventArgs |
RowDividerDoubleClick의 DataGridView 이벤트에 데이터를 제공합니다.Provides data for the RowDividerDoubleClick event of a DataGridView. |
DataGridViewRowErrorTextNeededEventArgs |
RowErrorTextNeeded 컨트롤의 DataGridView 이벤트에 대한 데이터를 제공합니다.Provides data for the RowErrorTextNeeded event of a DataGridView control. |
DataGridViewRowEventArgs |
행 관련 DataGridView 이벤트에 대한 데이터를 제공합니다.Provides data for row-related DataGridView events. |
DataGridViewRowHeaderCell |
DataGridView 컨트롤의 행 머리글을 나타냅니다.Represents a row header of a DataGridView control. |
DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject |
DataGridViewRowHeaderCell에 대한 정보를 접근성 클라이언트 애플리케이션에 제공합니다.Provides information about a DataGridViewRowHeaderCell to accessibility client applications. |
DataGridViewRowHeightInfoNeededEventArgs |
RowHeightInfoNeeded의 DataGridView 이벤트에 데이터를 제공합니다.Provides data for the RowHeightInfoNeeded event of a DataGridView. |
DataGridViewRowHeightInfoPushedEventArgs |
RowHeightInfoPushed의 DataGridView 이벤트에 데이터를 제공합니다.Provides data for the RowHeightInfoPushed event of a DataGridView. |
DataGridViewRowPostPaintEventArgs |
RowPostPaint 이벤트에 대한 데이터를 제공합니다.Provides data for the RowPostPaint event. |
DataGridViewRowPrePaintEventArgs |
RowPrePaint 이벤트에 대한 데이터를 제공합니다.Provides data for the RowPrePaint event. |
DataGridViewRowsAddedEventArgs |
RowsAdded 이벤트에 대한 데이터를 제공합니다.Provides data for the RowsAdded event. |
DataGridViewRowsRemovedEventArgs |
RowsRemoved 이벤트에 대한 데이터를 제공합니다.Provides data for the RowsRemoved event. |
DataGridViewRowStateChangedEventArgs |
RowStateChanged의 DataGridView 이벤트에 데이터를 제공합니다.Provides data for the RowStateChanged event of a DataGridView. |
DataGridViewSelectedCellCollection |
DataGridView에서 선택된 셀 컬렉션을 나타냅니다.Represents a collection of cells that are selected in a DataGridView. |
DataGridViewSelectedColumnCollection |
DataGridView에서 선택된 DataGridViewColumn 개체의 컬렉션을 나타냅니다.Represents a collection of DataGridViewColumn objects that are selected in a DataGridView. |
DataGridViewSelectedRowCollection |
DataGridView에서 선택된 DataGridViewRow 개체의 컬렉션을 나타냅니다.Represents a collection of DataGridViewRow objects that are selected in a DataGridView. |
DataGridViewSortCompareEventArgs |
SortCompare 이벤트에 대한 데이터를 제공합니다.Provides data for the SortCompare event. |
DataGridViewTextBoxCell |
DataGridView 컨트롤의 편집할 수 있는 텍스트 정보를 표시합니다.Displays editable text information in a DataGridView control. |
DataGridViewTextBoxCell.DataGridViewTextBoxCellAccessibleObject |
현재 DataGridViewTextBoxCell 개체에 대한 액세스 가능성 개체를 나타냅니다.Represents the accessibility object for the current DataGridViewTextBoxCell object. |
DataGridViewTextBoxColumn |
DataGridViewTextBoxCell 셀의 컬렉션을 호스팅합니다.Hosts a collection of DataGridViewTextBoxCell cells. |
DataGridViewTextBoxEditingControl |
DataGridViewTextBoxCell에 호스팅할 수 있는 텍스트 상자 컨트롤을 나타냅니다.Represents a text box control that can be hosted in a DataGridViewTextBoxCell. |
DataGridViewTopLeftHeaderCell |
행 머리글 위, 열 머리글 왼쪽에 위치한 DataGridView의 왼쪽 위 모퉁이에 있는 셀을 나타냅니다.Represents the cell in the top left corner of the DataGridView that sits above the row headers and to the left of the column headers. |
DataGridViewTopLeftHeaderCell.DataGridViewTopLeftHeaderCellAccessibleObject |
DataGridViewTopLeftHeaderCell에 대한 정보를 접근성 클라이언트 애플리케이션에 제공합니다.Provides information about a DataGridViewTopLeftHeaderCell to accessibility client applications. |
DataObject |
기본 데이터 전송 메커니즘을 구현합니다.Implements a basic data transfer mechanism. |
DateBoldEventArgs |
MonthCalendar 컨트롤의 내부 이벤트에 대한 데이터를 제공합니다.Provides data for events that are internal to the MonthCalendar control. |
DateRangeEventArgs |
DateChanged 컨트롤의 DateSelected 또는 MonthCalendar 이벤트에 대한 날짜를 지정합니다.Provides data for the DateChanged or DateSelected events of the MonthCalendar control. |
DateTimePicker |
사용자가 날짜와 시간을 선택하고, 해당 날짜와 시간을 지정된 서식으로 표시할 수 있도록 하는 Windows 컨트롤을 나타냅니다.Represents a Windows control that allows the user to select a date and a time and to display the date and time with a specified format. |
DateTimePicker.DateTimePickerAccessibleObject |
접근성 클라이언트 애플리케이션의 DateTimePicker 컨트롤에 대한 정보를 제공합니다.Provides information about the DateTimePicker control to accessibility client applications. |
DockingAttribute |
컨트롤의 기본 도킹 동작을 지정합니다.Specifies the default docking behavior for a control. |
DomainUpDown |
문자열 값을 표시하는 Windows 스핀 상자(up-down 컨트롤이라고도 함)를 나타냅니다.Represents a Windows spin box (also known as an up-down control) that displays string values. |
DomainUpDown.DomainItemAccessibleObject |
접근성 클라이언트 애플리케이션의 DomainUpDown 컨트롤 항목에 대한 정보를 제공합니다.Provides information about the items in the DomainUpDown control to accessibility client applications. |
DomainUpDown.DomainUpDownAccessibleObject |
접근성 클라이언트 애플리케이션의 DomainUpDown 컨트롤에 대한 정보를 제공합니다.Provides information about the DomainUpDown control to accessibility client applications. |
DomainUpDown.DomainUpDownItemCollection |
DomainUpDown 클래스에서 사용할 개체의 컬렉션을 캡슐화합니다.Encapsulates a collection of objects for use by the DomainUpDown class. |
DpiChangedEventArgs |
양식 또는 컨트롤의 DPIChanged 이벤트에 대한 데이터를 제공합니다.Provides data for the DPIChanged events of a form or control. |
DragEventArgs |
DragDrop, DragEnter 또는 DragOver 이벤트에 대한 데이터를 제공합니다.Provides data for the DragDrop, DragEnter, or DragOver event. |
DrawItemEventArgs |
|
DrawListViewColumnHeaderEventArgs |
DrawColumnHeader 이벤트에 대한 데이터를 제공합니다.Provides data for the DrawColumnHeader event. |
DrawListViewItemEventArgs |
DrawItem 이벤트에 대한 데이터를 제공합니다.Provides data for the DrawItem event. |
DrawListViewSubItemEventArgs |
DrawSubItem 이벤트에 대한 데이터를 제공합니다.Provides data for the DrawSubItem event. |
DrawToolTipEventArgs | |
DrawTreeNodeEventArgs |
DrawNode 이벤트에 대한 데이터를 제공합니다.Provides data for the DrawNode event. |
ErrorProvider |
폼의 컨트롤에 연관된 오류가 있음을 나타내기 위한 사용자 인터페이스를 제공합니다.Provides a user interface for indicating that a control on a form has an error associated with it. |
FeatureSupport |
현재 시스템에서 기능 정보를 검색하는 데 사용되는 |
FileDialog |
파일을 선택할 수 있는 대화 상자를 표시합니다.Displays a dialog box from which the user can select a file. |
FileDialogCustomPlace |
Windows Vista에 대한 FileDialog 사용자 지정 위치 컬렉션의 항목을 나타냅니다.Represents an entry in a FileDialog custom place collection for Windows Vista. |
FileDialogCustomPlacesCollection |
FileDialog 클래스의 Windows Vista 사용자 지정 위치 컬렉션을 나타냅니다.Represents a collection of Windows Vista custom places for the FileDialog class. |
FlatButtonAppearance |
Button이 FlatStyle인 Flat 컨트롤의 모양을 지정하는 속성을 제공합니다.Provides properties that specify the appearance of Button controls whose FlatStyle is Flat. |
FlowLayoutPanel |
가로 또는 세로로 해당 내용을 동적으로 펼쳐지는 패널을 나타냅니다.Represents a panel that dynamically lays out its contents horizontally or vertically. |
FlowLayoutSettings |
선형 레이아웃과 관련된 특징을 수집합니다.Collects the characteristics associated with flow layouts. |
FolderBrowserDialog |
폴더를 선택하도록 메시지를 표시합니다.Prompts the user to select a folder. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
FontDialog |
로컬 컴퓨터에 설치되어 있는 글꼴 중에서 글꼴을 선택하도록 메시지를 표시합니다.Prompts the user to choose a font from among those installed on the local computer. |
Form |
애플리케이션의 사용자 인터페이스를 구성하는 창 또는 대화 상자를 나타냅니다.Represents a window or dialog box that makes up an application's user interface. |
Form.ControlCollection |
폼에 있는 컨트롤의 컬렉션을 나타냅니다.Represents a collection of controls on the form. |
FormClosedEventArgs |
FormClosed 이벤트에 대한 데이터를 제공합니다.Provides data for the FormClosed event. |
FormClosingEventArgs |
FormClosing 이벤트에 대한 데이터를 제공합니다.Provides data for the FormClosing event. |
FormCollection |
Form 개체의 컬렉션을 나타냅니다.Represents a collection of Form objects. |
GiveFeedbackEventArgs |
끌기 작업 중에 발생하는 GiveFeedback 이벤트에 데이터를 제공합니다.Provides data for the GiveFeedback event, which occurs during a drag operation. |
GridColumnStylesCollection |
DataGrid 컨트롤에 있는 DataGridColumnStyle 개체의 컬렉션을 나타냅니다.Represents a collection of DataGridColumnStyle objects in the DataGrid control. |
GridItem |
PropertyGrid에 하나의 행을 구현합니다.Implements one row in a PropertyGrid. |
GridItemCollection |
GridItem 개체의 컬렉션을 포함합니다.Contains a collection of GridItem objects. |
GridTablesFactory |
CreateGridTables(DataGridTableStyle, Object, String, BindingContext) 메서드를 제공합니다.Provides the CreateGridTables(DataGridTableStyle, Object, String, BindingContext) method. |
GridTableStylesCollection |
DataGrid 컨트롤에 있는 DataGridTableStyle 개체의 컬렉션을 나타냅니다.Represents a collection of DataGridTableStyle objects in the DataGrid control. |
GroupBox |
컨트롤의 그룹 주위에 프레임을 표시하며 캡션을 넣을 수도 있는 Windows 컨트롤을 나타냅니다.Represents a Windows control that displays a frame around a group of controls with an optional caption. |
GroupBoxRenderer |
비주얼 스타일을 사용하거나 사용하지 않고 그룹 상자 컨트롤을 렌더링하는 데 사용되는 메서드를 제공합니다.Provides methods used to render a group box control with or without visual styles. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
HandledMouseEventArgs |
사용자 지정 컨트롤에서 MouseWheel 이벤트가 해당 부모 컨테이너로 전송되지 않게 할 수 있습니다.Allows a custom control to prevent the MouseWheel event from being sent to its parent container. |
Help |
HTML 도움말 1.0 엔진을 캡슐화합니다.Encapsulates the HTML Help 1.0 engine. |
HelpEventArgs |
HelpRequested 이벤트에 대한 데이터를 제공합니다.Provides data for the HelpRequested event. |
HelpProvider |
컨트롤에 대한 팝업 또는 온라인 도움말을 제공합니다.Provides pop-up or online Help for controls. |
HScrollBar |
표준 Windows 가로 스크롤 막대를 나타냅니다.Represents a standard Windows horizontal scroll bar. |
HScrollProperties |
HScrollBar에 대한 기본 속성을 제공합니다.Provides basic properties for the HScrollBar |
HtmlDocument |
WebBrowser 컨트롤에 호스트된 HTML 문서를 최상위 수준의 프로그래밍 방식으로 액세스할 수 있도록 합니다.Provides top-level programmatic access to an HTML document hosted by the WebBrowser control. |
HtmlElement |
웹 페이지 내의 HTML 요소를 나타냅니다.Represents an HTML element inside of a Web page. |
HtmlElementCollection |
HtmlElement 개체의 컬렉션을 정의합니다.Defines a collection of HtmlElement objects. |
HtmlElementErrorEventArgs | |
HtmlElementEventArgs |
HtmlDocument 및 HtmlElement에 정의된 이벤트에 대한 데이터를 제공합니다.Provides data for the events defined on HtmlDocument and HtmlElement. |
HtmlHistory |
현재 세션 내에서 사용자가 방문한 웹 사이트 및 문서의 목록을 관리합니다.Manages the list of documents and Web sites the user has visited within the current session. |
HtmlWindow |
하나 이상의 HtmlDocument 인스턴스를 포함하는 논리 창을 나타냅니다.Represents the logical window that contains one or more instances of HtmlDocument. |
HtmlWindowCollection |
다른 HtmlWindow 내에 포함된 창을 나타냅니다.Represents the windows contained within another HtmlWindow. |
ImageIndexConverter |
이미지 인덱스의 데이터를 문자열로 변환하거나 문자열에서 다른 형식으로 변환하기 위한 형식 변환기를 제공합니다.Provides a type converter to convert data for an image index to and from a string. |
ImageKeyConverter |
이미지 키의 데이터와 다른 데이터 형식 간의 변환을 수행하기 위한 형식 변환기를 제공합니다.Provides a type converter to convert data for an image key to and from another data type. |
ImageList |
Image 개체의 컬렉션을 관리하기 위한 메서드를 제공합니다.Provides methods to manage a collection of Image objects. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
ImageList.ImageCollection |
Image에 ImageList 개체의 컬렉션을 캡슐화합니다.Encapsulates the collection of Image objects in an ImageList. |
ImageListStreamer |
ImageList의 데이터 부분을 제공합니다.Provides the data portion of an ImageList. |
ImeContext |
IME API와 직접 상호 작용하는 정적 메서드를 포함합니다.Contains static methods that interact directly with the IME API. |
InputLanguage |
입력 언어를 관리하기 위한 메서드와 필드를 제공합니다.Provides methods and fields to manage the input language. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
InputLanguageChangedEventArgs |
InputLanguageChanged 이벤트에 대한 데이터를 제공합니다.Provides data for the InputLanguageChanged event. |
InputLanguageChangingEventArgs |
InputLanguageChanging 이벤트에 대한 데이터를 제공합니다.Provides data for the InputLanguageChanging event. |
InputLanguageCollection |
InputLanguage 개체를 저장합니다.Stores InputLanguage objects. |
InvalidateEventArgs |
Invalidated 이벤트에 대한 데이터를 제공합니다.Provides data for the Invalidated event. |
ItemChangedEventArgs |
ItemChanged 이벤트에 대한 데이터를 제공합니다.Provides data for the ItemChanged event. |
ItemCheckedEventArgs |
ItemChecked 컨트롤의 ListView 이벤트에 대한 데이터를 제공합니다.Provides data for the ItemChecked event of the ListView control. |
ItemCheckEventArgs |
ItemCheck 및 CheckedListBox 컨트롤의 ListView 이벤트에 대한 데이터를 제공합니다.Provides data for the ItemCheck event of the CheckedListBox and ListView controls. |
ItemDragEventArgs |
ItemDrag 및 ListView 컨트롤의 TreeView 이벤트에 대한 데이터를 제공합니다.Provides data for the ItemDrag event of the ListView and TreeView controls. |
KeyEventArgs |
KeyDown 또는 KeyUp 이벤트에 데이터를 제공합니다.Provides data for the KeyDown or KeyUp event. |
KeyPressEventArgs |
KeyPress 이벤트에 대한 데이터를 제공합니다.Provides data for the KeyPress event. |
KeysConverter |
TypeConverter 개체와 다른 표현 사이를 변환하는 Keys를 제공합니다.Provides a TypeConverter to convert Keys objects to and from other representations. |
Label |
표준 Windows 레이블을 나타냅니다.Represents a standard Windows label. |
LabelEditEventArgs |
BeforeLabelEdit 및 AfterLabelEdit 이벤트에 대한 데이터를 제공합니다.Provides data for the BeforeLabelEdit and AfterLabelEdit events. |
LayoutEventArgs |
Layout 이벤트에 대한 데이터를 제공합니다.Provides data for the Layout event. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
LayoutSettings |
레이아웃 구성표 특징을 수집하는 기본 클래스를 제공합니다.Provides a base class for collecting layout scheme characteristics. |
LinkArea.LinkAreaConverter |
LinkArea.LinkAreaConverter 개체와 여러 가지 다른 표현 사이를 변환하는 형식 변환기를 제공합니다.Provides a type converter to convert LinkArea.LinkAreaConverter objects to and from various other representations. |
LinkClickedEventArgs |
LinkClicked 이벤트에 대한 데이터를 제공합니다.Provides data for the LinkClicked event. |
LinkConverter |
LinkLabel.Link 개체에 대한 형식 변환기를 제공합니다.Provides a type converter for LinkLabel.Link objects. |
LinkLabel |
하이퍼링크를 표시할 수 있는 Windows 레이블 컨트롤을 표시합니다.Represents a Windows label control that can display hyperlinks. |
LinkLabel.Link |
LinkLabel 컨트롤 내의 링크를 나타냅니다.Represents a link within a LinkLabel control. |
LinkLabel.LinkCollection |
LinkLabel 컨트롤 안에 있는 링크의 컬렉션을 나타냅니다.Represents the collection of links within a LinkLabel control. |
LinkLabelLinkClickedEventArgs |
LinkClicked 이벤트에 대한 데이터를 제공합니다.Provides data for the LinkClicked event. |
ListBindingConverter |
Binding 개체와 여러 가지 다른 표현 사이를 변환하는 형식 변환기를 제공합니다.Provides a type converter to convert Binding objects to and from various other representations. |
ListBindingHelper |
바인딩 가능한 목록 및 이 목록에 포함된 항목의 속성이 바인딩할 개체의 public 속성과 다를 경우 이를 검색할 수 있는 기능을 제공합니다.Provides functionality to discover a bindable list and the properties of the items contained in the list when they differ from the public properties of the object to which they bind. |
ListBox |
항목 목록을 표시할 Windows 컨트롤을 나타냅니다.Represents a Windows control to display a list of items. |
ListBox.IntegerCollection |
ListBox의 정수 컬렉션을 나타냅니다.Represents a collection of integers in a ListBox. |
ListBox.ObjectCollection |
ListBox에 포함된 항목의 컬렉션을 나타냅니다.Represents the collection of items in a ListBox. |
ListBox.SelectedIndexCollection |
ListBox에서 선택된 항목에 대해 인덱스가 들어 있는 컬렉션을 나타냅니다.Represents the collection containing the indexes to the selected items in a ListBox. |
ListBox.SelectedObjectCollection |
ListBox의 선택된 항목 컬렉션을 나타냅니다.Represents the collection of selected items in the ListBox. |
ListControl |
ListBox 및 ComboBox 클래스에 대해 공통적인 멤버를 구현합니다.Provides a common implementation of members for the ListBox and ComboBox classes. |
ListControlConvertEventArgs |
Format 이벤트에 대한 데이터를 제공합니다.Provides data for the Format event. |
ListView |
Windows list view 컨트롤을 나타냅니다. 이 컨트롤은 네 개의 서로 다른 보기를 사용하여 표시할 수 있는 항목의 컬렉션을 나타냅니다.Represents a Windows list view control, which displays a collection of items that can be displayed using one of four different views. |
ListView.CheckedIndexCollection |
ListView 컨트롤에서 선택된 항목에 대한 인덱스를 포함하는 컬렉션을 나타냅니다.Represents the collection containing the indexes to the checked items in a list view control. |
ListView.CheckedListViewItemCollection |
ListView 컨트롤에서 선택된 항목의 컬렉션을 나타냅니다.Represents the collection of checked items in a list view control. |
ListView.ColumnHeaderCollection |
ListView 컨트롤의 열 머리글 컬렉션을 나타냅니다.Represents the collection of column headers in a ListView control. |
ListView.ListViewItemCollection |
ListView 컨트롤에 있거나 ListViewGroup에 할당된 항목의 컬렉션을 나타냅니다.Represents the collection of items in a ListView control or assigned to a ListViewGroup. |
ListView.SelectedIndexCollection |
ListView 컨트롤의 선택된 항목에 대한 인덱스를 포함하는 컬렉션을 나타냅니다.Represents the collection that contains the indexes to the selected items in a ListView control. |
ListView.SelectedListViewItemCollection |
list view 컨트롤에서 선택된 항목의 컬렉션을 나타냅니다.Represents the collection of selected items in a list view control. |
ListViewGroup |
ListView 컨트롤에 표시되는 항목의 그룹을 나타냅니다.Represents a group of items displayed within a ListView control. |
ListViewGroupCollection |
ListView 컨트롤 내 그룹 컬렉션을 나타냅니다.Represents the collection of groups within a ListView control. |
ListViewHitTestInfo |
ListView 컨트롤 또는 ListViewItem의 영역에 대한 정보가 들어 있습니다.Contains information about an area of a ListView control or a ListViewItem. |
ListViewInsertionMark |
항목을 ListView 컨트롤 내의 새 위치로 끌어서 놓을 때 예상되는 위치를 나타내는 데 사용됩니다.Used to indicate the expected drop location when an item is dragged to a new position in a ListView control. 이 기능은 Windows XP 이상에서만 사용할 수 있습니다.This functionality is available only on Windows XP and later. |
ListViewItem |
ListView 컨트롤의 항목을 나타냅니다.Represents an item in a ListView control. |
ListViewItem.ListViewSubItem |
ListViewItem의 하위 항목을 나타냅니다.Represents a subitem of a ListViewItem. |
ListViewItem.ListViewSubItemCollection |
ListViewItem에 저장된 ListViewItem.ListViewSubItem 개체의 컬렉션을 나타냅니다.Represents a collection of ListViewItem.ListViewSubItem objects stored in a ListViewItem. |
ListViewItemConverter |
ListViewItem 개체와 여러 가지 다른 표현 사이를 변환하는 형식 변환기를 제공합니다.Provides a type converter to convert ListViewItem objects to and from various other representations. |
ListViewItemMouseHoverEventArgs |
ItemMouseHover 이벤트에 대한 데이터를 제공합니다.Provides data for the ItemMouseHover event. |
ListViewItemSelectionChangedEventArgs |
ItemSelectionChanged 이벤트에 대한 데이터를 제공합니다.Provides data for the ItemSelectionChanged event. |
ListViewItemStateImageIndexConverter |
Provides a type converter to convert state image index values from one data type to another. |
ListViewVirtualItemsSelectionRangeChangedEventArgs |
VirtualItemsSelectionRangeChanged 이벤트에 대한 데이터를 제공합니다.Provides data for the VirtualItemsSelectionRangeChanged event. |
MainMenu |
폼의 메뉴 구조를 나타냅니다.Represents the menu structure of a form. MenuStrip은 이전 버전의 MainMenu 컨트롤을 대체하고 확장한 컨트롤이지만 이전 버전과의 호환성 및 앞으로의 사용 가능성을 고려하여 MainMenu를 유지하도록 선택할 수 있습니다.Although MenuStrip replaces and adds functionality to the MainMenu control of previous versions, MainMenu is retained for both backward compatibility and future use if you choose. |
MaskedTextBox |
올바른 사용자 입력과 잘못된 사용자 입력을 구분하기 위해 마스크를 사용합니다.Uses a mask to distinguish between proper and improper user input. |
MaskInputRejectedEventArgs |
MaskInputRejected 이벤트에 대한 데이터를 제공합니다.Provides data for the MaskInputRejected event. |
MdiClient |
MDI(다중 문서 인터페이스) 자식 폼의 컨테이너를 나타냅니다.Represents the container for multiple-document interface (MDI) child forms. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
MdiClient.ControlCollection |
MdiClient 컨트롤의 컬렉션을 포함합니다.Contains a collection of MdiClient controls. |
MeasureItemEventArgs |
ListBox, ComboBox, CheckedListBox 및 MenuItem 컨트롤의 |
Menu |
모든 메뉴의 기본 기능을 나타냅니다.Represents the base functionality for all menus. ToolStripDropDown 및 ToolStripDropDownMenu는 Menu 컨트롤에 새로운 기능이 추가된 것으로, 이전 컨트롤 버전을 대체합니다. 그러나 이전 버전과의 호환성 및 앞으로의 사용 가능성을 고려하여 Menu를 유지하도록 선택할 수 있습니다.Although ToolStripDropDown and ToolStripDropDownMenu replace and add functionality to the Menu control of previous versions, Menu is retained for both backward compatibility and future use if you choose. |
Menu.MenuItemCollection |
MenuItem 개체의 컬렉션을 나타냅니다.Represents a collection of MenuItem objects. |
MenuItem |
MainMenu 또는 ContextMenu 내에 표시되는 개별 항목을 나타냅니다.Represents an individual item that is displayed within a MainMenu or ContextMenu. ToolStripMenuItem은 이전 버전의 MenuItem 컨트롤을 대체하고 확장한 컨트롤이지만 이전 버전과의 호환성 및 앞으로의 사용 가능성을 고려하여 MenuItem를 유지하도록 선택할 수 있습니다.Although ToolStripMenuItem replaces and adds functionality to the MenuItem control of previous versions, MenuItem is retained for both backward compatibility and future use if you choose. |
MenuStrip |
폼에 대한 메뉴 시스템을 제공합니다.Provides a menu system for a form. |
MessageBox |
사용자에게 메시지를 보여 주는 메시지 창을 표시합니다. 이 창을 대화 상자라고도 합니다.Displays a message window, also known as a dialog box, which presents a message to the user. 이 창은 사용자가 닫을 때까지 애플리케이션의 다른 동작을 차단하는 모달 창입니다.It is a modal window, blocking other actions in the application until the user closes it. MessageBox에는 사용자에게 필요한 정보와 명령을 제공하는 텍스트, 단추 및 기호가 포함될 수 있습니다.A MessageBox can contain text, buttons, and symbols that inform and instruct the user. |
MonthCalendar |
사용자가 시각적 월별 달력 화면 표시로 날짜를 선택할 수 있게 하는 Windows 컨트롤을 나타냅니다.Represents a Windows control that enables the user to select a date using a visual monthly calendar display. |
MonthCalendar.HitTestInfo |
MonthCalendar 컨트롤의 영역에 대한 정보가 들어 있습니다.Contains information about an area of a MonthCalendar control. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
MouseEventArgs |
MouseUp, MouseDown 및 MouseMove 이벤트에 대한 데이터를 제공합니다.Provides data for the MouseUp, MouseDown, and MouseMove events. |
NativeWindow |
창 핸들과 창 프로시저의 저급 캡슐화를 제공합니다.Provides a low-level encapsulation of a window handle and a window procedure. |
NavigateEventArgs |
Navigate 이벤트에 대한 데이터를 제공합니다.Provides data for the Navigate event. |
NodeLabelEditEventArgs |
BeforeLabelEdit 및 AfterLabelEdit 이벤트에 대한 데이터를 제공합니다.Provides data for the BeforeLabelEdit and AfterLabelEdit events. |
NotifyIcon |
알림 영역에 아이콘을 만드는 구성 요소를 지정합니다.Specifies a component that creates an icon in the notification area. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
NumericUpDown |
숫자 값을 표시하는 Windows 스핀 상자(up-down 컨트롤이라고도 함)를 나타냅니다.Represents a Windows spin box (also known as an up-down control) that displays numeric values. |
NumericUpDownAcceleration |
지정된 시간 동안 위로 또는 아래로 단추를 누를 때 스핀 상자(up-down 컨트롤이라고도 함)에서 가속이 수행되는 방법을 지정하는 정보를 제공합니다.Provides information specifying how acceleration should be performed on a spin box (also known as an up-down control) when the up or down button is pressed for specified time period. |
NumericUpDownAccelerationCollection |
NumericUpDownAcceleration 컨트롤에 있는 NumericUpDown 개체의 정렬된 컬렉션을 나타냅니다.Represents a sorted collection of NumericUpDownAcceleration objects in the NumericUpDown control. |
OpacityConverter |
불투명 값과 문자열 사이를 변환하는 형식 변환기를 제공합니다.Provides a type converter to convert opacity values to and from a string. |
OpenFileDialog |
사용자가 파일을 열도록 요청하는 표준 대화 상자를 표시합니다.Displays a standard dialog box that prompts the user to open a file. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
OSFeature |
운영 체제별 기능 쿼리를 제공합니다.Provides operating-system specific feature queries. |
OwnerDrawPropertyBag |
가끔씩만 구성 요소에 필요할 수 있는 속성 값을 포함합니다.Contains values of properties that a component might need only occasionally. |
PaddingConverter |
Padding 값과 여러 가지 다른 표현 사이를 변환하는 형식 변환기를 제공합니다.Provides a type converter to convert Padding values to and from various other representations. |
PageSetupDialog |
사용자가 여백 및 페이지 방향을 비롯하여 페이지 관련 인쇄 설정을 변경할 수 있도록 합니다.Enables users to change page-related print settings, including margins and paper orientation. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
PaintEventArgs | |
Panel |
컨트롤의 컬렉션을 그룹화하는 데 사용됩니다.Used to group collections of controls. |
PictureBox |
이미지를 표시할 Windows PictureBox 컨트롤을 나타냅니다.Represents a Windows picture box control for displaying an image. |
PopupEventArgs | |
PowerStatus |
현재 시스템 전원 상태 정보를 나타냅니다.Indicates current system power status information. |
PreviewKeyDownEventArgs |
PreviewKeyDown 이벤트에 대한 데이터를 제공합니다.Provides data for the PreviewKeyDown event. |
PrintControllerWithStatusDialog |
Windows Forms 애플리케이션에서 문서가 인쇄되는 방식을 제어합니다.Controls how a document is printed from a Windows Forms application. |
PrintDialog |
사용자가 Windows Forms 애플리케이션에서 인쇄할 때 프린터와 인쇄할 문서 구역을 선택할 수 있도록 합니다.Lets users select a printer and choose which sections of the document to print from a Windows Forms application. |
PrintPreviewControl |
Windows Forms 애플리케이션에서 대화 상자나 단추가 없는 인쇄 미리 보기의 원시 미리 보기 부분을 나타냅니다Represents the raw preview part of print previewing from a Windows Forms application, without any dialog boxes or buttons. 대부분의 PrintPreviewControl 개체는 PrintPreviewDialog 개체에 있지만 다른 위치에 있을 수도 있습니다.Most PrintPreviewControl objects are found on PrintPreviewDialog objects, but they do not have to be. |
PrintPreviewDialog |
Windows Forms 애플리케이션에서 인쇄하기 위한 PrintPreviewControl이 들어 있는 대화 상자 폼을 나타냅니다.Represents a dialog box form that contains a PrintPreviewControl for printing from a Windows Forms application. |
ProfessionalColors |
Windows 표시 요소의 색을 나타내는 Color 구조체를 제공합니다.Provides Color structures that are colors of a Windows display element. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
ProfessionalColorTable |
Microsoft Office 표시 요소에 사용되는 색을 제공합니다.Provides colors used for Microsoft Office display elements. |
ProgressBar |
Windows ProgressBar 컨트롤을 나타냅니다.Represents a Windows progress bar control. |
ProgressBarRenderer |
비주얼 스타일을 사용하여 진행률 표시줄 컨트롤을 렌더링하는 데 사용되는 메서드를 제공합니다.Provides methods used to render a progress bar control with visual styles. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
PropertyGrid |
개체의 속성을 탐색할 수 있는 사용자 인터페이스를 제공합니다.Provides a user interface for browsing the properties of an object. |
PropertyGrid.PropertyTabCollection |
PropertyTab 개체의 컬렉션을 포함합니다.Contains a collection of PropertyTab objects. |
PropertyManager |
개체의 속성과 데이터 바인딩된 컨트롤 속성 사이에서 Binding을 유지합니다.Maintains a Binding between an object's property and a data-bound control property. |
PropertyTabChangedEventArgs |
PropertyTabChanged의 PropertyGrid 이벤트에 데이터를 제공합니다.Provides data for the PropertyTabChanged event of a PropertyGrid. |
PropertyValueChangedEventArgs |
PropertyValueChanged의 PropertyGrid 이벤트에 데이터를 제공합니다.Provides data for the PropertyValueChanged event of a PropertyGrid. |
QueryAccessibilityHelpEventArgs |
QueryAccessibilityHelp 이벤트에 대한 데이터를 제공합니다.Provides data for the QueryAccessibilityHelp event. |
QueryContinueDragEventArgs |
QueryContinueDrag 이벤트에 대한 데이터를 제공합니다.Provides data for the QueryContinueDrag event. |
QuestionEventArgs |
질문에 대한 응답으로 |
RadioButton |
다른 RadioButton 컨트롤과 함께 사용할 경우 사용자가 선택 그룹에서 단일 옵션을 선택할 수 있습니다.Enables the user to select a single option from a group of choices when paired with other RadioButton controls. |
RadioButton.RadioButtonAccessibleObject |
접근성 클라이언트 애플리케이션의 RadioButton 컨트롤에 대한 정보를 제공합니다.Provides information about the RadioButton control to accessibility client applications. |
RadioButtonRenderer |
비주얼 스타일을 사용하거나 사용하지 않는 옵션 단추(라디오 단추라고도 함) 컨트롤을 렌더링하는 데 사용되는 메서드를 제공합니다.Provides methods used to render an option button control (also known as a radio button) with or without visual styles. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
RelatedImageListAttribute |
속성과 관련이 있는 ImageList를 나타냅니다.Indicates which ImageList a property is related to. |
RetrieveVirtualItemEventArgs |
RetrieveVirtualItem 이벤트에 대한 데이터를 제공합니다.Provides data for the RetrieveVirtualItem event. |
RichTextBox |
Windows 서식 있는 텍스트 상자 컨트롤을 나타냅니다.Represents a Windows rich text box control. |
RowStyle |
표 레이아웃에 있는 행의 모양 및 느낌을 나타냅니다.Represents the look and feel of a row in a table layout. |
SaveFileDialog |
사용자에게 파일을 저장할 위치를 선택하라는 메시지를 표시합니다.Prompts the user to select a location for saving a file. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
Screen |
단일 시스템에 있는 하나 이상의 디스플레이 디바이스를 나타냅니다.Represents a display device or multiple display devices on a single system. |
ScrollableControl |
자동 스크롤 동작을 지원하는 컨트롤에 대한 기본 클래스를 정의합니다.Defines a base class for controls that support auto-scrolling behavior. |
ScrollableControl.DockPaddingEdges |
도킹된 컨트롤의 테두리 안쪽 여백을 결정합니다.Determines the border padding for docked controls. |
ScrollableControl.DockPaddingEdgesConverter |
TypeConverter 클래스의 ScrollableControl.DockPaddingEdges입니다.A TypeConverter for the ScrollableControl.DockPaddingEdges class. |
ScrollBar |
scroll bar 컨트롤의 기본 기능을 구현합니다.Implements the basic functionality of a scroll bar control. |
ScrollBarRenderer |
비주얼 스타일을 사용하여 스크롤 막대 컨트롤을 렌더링하는 데 사용되는 메서드를 제공합니다.Provides methods used to render a scroll bar control with visual styles. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
ScrollEventArgs |
|
ScrollProperties |
스크롤과 관련된 속성을 캡슐화합니다.Encapsulates properties related to scrolling. |
SearchForVirtualItemEventArgs |
SearchForVirtualItem 이벤트에 대한 데이터를 제공합니다.Provides data for the SearchForVirtualItem event. |
SelectedGridItemChangedEventArgs |
SelectedGridItemChanged 컨트롤의 PropertyGrid 이벤트에 대한 데이터를 제공합니다.Provides data for the SelectedGridItemChanged event of the PropertyGrid control. |
SelectionRange |
MonthCalendar 컨트롤의 날짜 선택 범위를 나타냅니다.Represents a date selection range in a month calendar control. |
SelectionRangeConverter |
SelectionRange 개체와 여러 가지 다른 형식 사이를 변환하는 형식 변환기를 제공합니다.Provides a type converter to convert SelectionRange objects to and from various other types. |
SendKeys |
애플리케이션에 대한 키 입력 메서드를 제공합니다.Provides methods for sending keystrokes to an application. |
SplitContainer |
컨테이너의 표시 영역을 크기 조정 가능한 두 패널로 나누는 이동 가능한 막대로 구성된 컨트롤을 나타냅니다.Represents a control consisting of a movable bar that divides a container's display area into two resizable panels. |
Splitter |
사용자가 도킹된 컨트롤의 크기를 조정할 수 있게 하는 Splitter 컨트롤을 나타냅니다.Represents a splitter control that enables the user to resize docked controls. Splitter는 SplitContainer로 대체되었으며 이전 버전과의 호환성을 위해서만 제공됩니다.Splitter has been replaced by SplitContainer and is provided only for compatibility with previous versions. |
SplitterCancelEventArgs |
분할기 이벤트에 대한 데이터를 제공합니다.Provides data for splitter events. |
SplitterEventArgs |
SplitterMoving 및 SplitterMoved 이벤트에 대한 데이터를 제공합니다.Provides data for SplitterMoving and the SplitterMoved events. |
SplitterPanel |
SplitContainer와 연결된 패널을 만듭니다.Creates a panel that is associated with a SplitContainer. |
StatusBar |
Windows 상태 표시줄 컨트롤을 나타냅니다.Represents a Windows status bar control. ToolStripStatusLabel은 이전 버전의 StatusBar 컨트롤을 대체하고 확장한 컨트롤이지만 이전 버전과의 호환성 및 앞으로의 사용 가능성을 고려하여 StatusBar를 유지하도록 선택할 수 있습니다.Although ToolStripStatusLabel replaces and adds functionality to the StatusBar control of previous versions, StatusBar is retained for both backward compatibility and future use if you choose. |
StatusBar.StatusBarPanelCollection |
StatusBar에 있는 패널의 컬렉션을 나타냅니다.Represents the collection of panels in a StatusBar control. |
StatusBarDrawItemEventArgs |
DrawItem 이벤트에 대한 데이터를 제공합니다.Provides data for the DrawItem event. |
StatusBarPanel |
StatusBar 컨트롤에 있는 패널을 나타냅니다.Represents a panel in a StatusBar control. StatusStrip 컨트롤은 이전 버전의 StatusBar 컨트롤을 대체하고 여기에 다른 기능을 추가하여 새로 도입된 컨트롤이지만 이전 버전과의 호환성 및 이후 사용 가능성을 고려하여 StatusBar을 계속 유지하도록 선택할 수 있습니다.Although the StatusStrip control replaces and adds functionality to the StatusBar control of previous versions, StatusBar is retained for both backward compatibility and future use if you choose. |
StatusBarPanelClickEventArgs |
PanelClick 이벤트에 대한 데이터를 제공합니다.Provides data for the PanelClick event. |
StatusStrip |
Windows 상태 표시줄 컨트롤을 나타냅니다.Represents a Windows status bar control. |
SystemInformation |
현재 시스템 환경에 대한 정보를 제공합니다.Provides information about the current system environment. |
TabControl |
관련된 탭 페이지 집합을 관리합니다.Manages a related set of tab pages. |
TabControl.ControlCollection |
Control 개체의 컬렉션을 포함합니다.Contains a collection of Control objects. |
TabControl.TabPageCollection |
TabPage 개체의 컬렉션을 포함합니다.Contains a collection of TabPage objects. |
TabControlCancelEventArgs |
Selecting 컨트롤의 Deselecting 및 TabControl 이벤트에 대한 데이터를 제공합니다.Provides data for the Selecting and Deselecting events of a TabControl control. |
TabControlEventArgs |
Selected 컨트롤의 Deselected 및 TabControl 이벤트에 대한 데이터를 제공합니다.Provides data for the Selected and Deselected events of a TabControl control. |
TableLayoutCellPaintEventArgs |
CellPaint 이벤트에 대한 데이터를 제공합니다.Provides data for the CellPaint event. |
TableLayoutColumnStyleCollection |
ColumnStyle 개체를 저장하는 컬렉션입니다.A collection that stores ColumnStyle objects. |
TableLayoutControlCollection |
표 레이아웃 컨테이너에 자식 컨트롤의 컬렉션을 나타냅니다.Represents a collection of child controls in a table layout container. |
TableLayoutPanel |
행과 열로 구성된 표로 내용을 동적으로 레이아웃하는 패널을 나타냅니다.Represents a panel that dynamically lays out its contents in a grid composed of rows and columns. |
TableLayoutRowStyleCollection |
RowStyle 개체를 저장하는 컬렉션입니다.A collection that stores RowStyle objects. |
TableLayoutSettings |
테이블 레이아웃과 관련된 특징을 수집합니다.Collects the characteristics associated with table layouts. |
TableLayoutStyle |
테이블 레이아웃의 모양과 동작을 나타내는 기본 기능을 구현합니다.Implements the basic functionality that represents the appearance and behavior of a table layout. |
TableLayoutStyleCollection |
표 레이아웃 스타일의 컬렉션에 대한 기본 기능을 구현합니다.Implements the basic functionality for a collection of table layout styles. |
TabPage |
TabControl에 있는 하나의 탭 페이지를 나타냅니다.Represents a single tab page in a TabControl. |
TabPage.TabPageControlCollection |
TabPage에서 사용되는 컨트롤의 컬렉션을 포함합니다.Contains the collection of controls that the TabPage uses. |
TabRenderer |
비주얼 스타일을 사용하여 tab 컨트롤을 렌더링하는 데 사용되는 메서드를 제공합니다.Provides methods used to render a tab control with visual styles. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
TextBox |
Windows TextBox 컨트롤을 나타냅니다.Represents a Windows text box control. |
TextBoxBase |
Text 컨트롤에 필요한 기본 기능을 구현합니다.Implements the basic functionality required by text controls. |
TextBoxRenderer |
비주얼 스타일을 사용하여 텍스트 상자 컨트롤을 렌더링하는 데 사용되는 메서드를 제공합니다.Provides methods used to render a text box control with visual styles. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
TextRenderer |
텍스트를 측정하고 렌더링하는 데 사용되는 메서드를 제공합니다.Provides methods used to measure and render text. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
ThreadExceptionDialog |
스레드에서 처리되지 않은 예외가 발생할 때 표시되는 대화 상자를 구현합니다.Implements a dialog box that is displayed when an unhandled exception occurs in a thread. |
Timer |
사용자가 정의한 간격마다 이벤트를 발생시키는 타이머를 구현합니다.Implements a timer that raises an event at user-defined intervals. 이 타이머는 Windows Forms 애플리케이션에서 사용할 수 있도록 최적화되었으며 창에서 사용해야 합니다.This timer is optimized for use in Windows Forms applications and must be used in a window. |
ToolBar |
Windows 도구 모음을 나타냅니다.Represents a Windows toolbar. ToolStrip은 이전 버전의 ToolBar 컨트롤을 대체하고 확장한 컨트롤이지만 이전 버전과의 호환성 및 앞으로의 사용 가능성을 고려하여 ToolBar를 유지하도록 선택할 수 있습니다.Although ToolStrip replaces and adds functionality to the ToolBar control of previous versions, ToolBar is retained for both backward compatibility and future use if you choose. |
ToolBar.ToolBarButtonCollection |
ToolBarButton 클래스에서 사용할 ToolBar 컨트롤의 컬렉션을 캡슐화합니다.Encapsulates a collection of ToolBarButton controls for use by the ToolBar class. |
ToolBarButton |
Windows 도구 모음 단추를 나타냅니다.Represents a Windows toolbar button. ToolStripButton은 이전 버전의 ToolBarButton 컨트롤을 대체하고 확장하지만 이전 버전과의 호환성 및 앞으로의 사용 가능성을 고려하여 ToolBarButton를 유지하도록 선택할 수 있습니다.Although ToolStripButton replaces and extends the ToolBarButton control of previous versions, ToolBarButton is retained for both backward compatibility and future use if you choose. |
ToolBarButtonClickEventArgs |
ButtonClick 이벤트에 대한 데이터를 제공합니다.Provides data for the ButtonClick event. |
ToolStrip |
Windows 도구 모음 개체에 대한 컨테이너를 제공합니다.Provides a container for Windows toolbar objects. |
ToolStrip.ToolStripAccessibleObject |
접근성 애플리케이션이 장애가 있는 사용자를 위해 ToolStrip의 사용자 인터페이스를 조정하는 데 사용하는 정보를 제공합니다.Provides information that accessibility applications use to adjust the user interface of a ToolStrip for users with impairments. |
ToolStripArrowRenderEventArgs |
RenderArrow 이벤트에 대한 데이터를 제공합니다.Provides data for the RenderArrow event. |
ToolStripButton |
텍스트와 이미지가 포함될 수 있는 선택 가능한 ToolStripItem을 나타냅니다.Represents a selectable ToolStripItem that can contain text and images. |
ToolStripComboBox |
ToolStripComboBox에서 올바로 렌더링되는 ToolStrip를 나타냅니다.Represents a ToolStripComboBox that is properly rendered in a ToolStrip. |
ToolStripContainer |
하나 이상의 컨트롤을 보유할 수 있는 가운데 패널 및 폼의 양쪽 패널을 제공합니다.Provides panels on each side of the form and a central panel that can hold one or more controls. |
ToolStripContentPanel |
ToolStripContainer 컨트롤의 가운데 패널을 나타냅니다.Represents the center panel of a ToolStripContainer control. |
ToolStripContentPanelRenderEventArgs |
RendererChanged 이벤트에 대한 데이터를 제공합니다.Provides data for the RendererChanged event. |
ToolStripControlHost |
사용자 지정 컨트롤 또는 Windows Forms 컨트롤을 호스팅합니다.Hosts custom controls or Windows Forms controls. |
ToolStripControlHost.ToolStripHostedControlAccessibleObject | |
ToolStripDropDown |
ToolStripDropDownButton을 클릭하면 표시되는 목록에서 사용자가 단일 항목을 선택할 수 있게 하는 컨트롤을 나타냅니다.Represents a control that allows the user to select a single item from a list that is displayed when the user clicks a ToolStripDropDownButton. ToolStripDropDownMenu 및 ToolStripDropDown는 Menu 컨트롤에 새로운 기능이 추가된 것으로, 이전 컨트롤 버전을 대체합니다. 그러나 이전 버전과의 호환성 및 앞으로의 사용 가능성을 고려하여 Menu를 유지하도록 선택할 수 있습니다.Although ToolStripDropDownMenu and ToolStripDropDown replace and add functionality to the Menu control of previous versions, Menu is retained for both backward compatibility and future use if you choose. |
ToolStripDropDown.ToolStripDropDownAccessibleObject |
접근성 클라이언트 애플리케이션의 ToolStripDropDown 컨트롤에 대한 정보를 제공합니다.Provides information about the ToolStripDropDown control to accessibility client applications. |
ToolStripDropDownButton |
클릭할 경우 단일 항목을 선택할 수 있는 연결된 ToolStripDropDown이 표시되는 컨트롤을 나타냅니다.Represents a control that when clicked displays an associated ToolStripDropDown from which the user can select a single item. |
ToolStripDropDownClosedEventArgs |
Closed 이벤트에 대한 데이터를 제공합니다.Provides data for the Closed event. |
ToolStripDropDownClosingEventArgs |
Closing 이벤트에 대한 데이터를 제공합니다.Provides data for the Closing event. |
ToolStripDropDownItem |
ToolStripDropDown, ToolStripDropDownButton 또는 ToolStripMenuItem 컨트롤을 클릭할 때 ToolStripSplitButton을 표시하는 컨트롤의 기본 기능을 제공합니다.Provides basic functionality for controls that display a ToolStripDropDown when a ToolStripDropDownButton, ToolStripMenuItem, or ToolStripSplitButton control is clicked. |
ToolStripDropDownItemAccessibleObject |
접근성 애플리케이션이 장애가 있는 사용자를 위해 ToolStripDropDown의 사용자 인터페이스를 조정하는 데 사용하는 정보를 제공합니다.Provides information that accessibility applications use to adjust the user interface of a ToolStripDropDown for users with impairments. |
ToolStripDropDownMenu |
ContextMenuStrip 컨트롤에 대한 기본 기능을 제공합니다.Provides basic functionality for the ContextMenuStrip control. ToolStripDropDownMenu 및 ToolStripDropDown는 Menu 컨트롤에 새로운 기능이 추가된 것으로, 이전 컨트롤 버전을 대체합니다. 그러나 이전 버전과의 호환성 및 앞으로의 사용 가능성을 고려하여 Menu를 유지하도록 선택할 수 있습니다.Although ToolStripDropDownMenu and ToolStripDropDown replace and add functionality to the Menu control of previous versions, Menu is retained for both backward compatibility and future use if you choose. |
ToolStripGripRenderEventArgs |
RenderGrip 이벤트에 대한 데이터를 제공합니다.Provides data for the RenderGrip event. |
ToolStripItem |
ToolStrip 또는 ToolStripDropDown에 포함될 수 있는 모든 요소의 이벤트와 레이아웃을 관리하는 추상 기본 클래스를 나타냅니다.Represents the abstract base class that manages events and layout for all the elements that a ToolStrip or ToolStripDropDown can contain. |
ToolStripItem.ToolStripItemAccessibleObject |
접근성 애플리케이션이 장애가 있는 사용자를 위해 ToolStripItem의 사용자 인터페이스를 조정하는 데 사용하는 정보를 제공합니다.Provides information that accessibility applications use to adjust the user interface of a ToolStripItem for users with impairments. |
ToolStripItemClickedEventArgs |
ItemClicked 이벤트에 대한 데이터를 제공합니다.Provides data for the ItemClicked event. |
ToolStripItemCollection |
ToolStripItem 개체의 컬렉션을 나타냅니다.Represents a collection of ToolStripItem objects. |
ToolStripItemEventArgs |
ToolStripItem 이벤트에 대한 데이터를 제공합니다.Provides data for ToolStripItem events. |
ToolStripItemImageRenderEventArgs |
RenderItemImage 이벤트에 대한 데이터를 제공합니다.Provides data for the RenderItemImage event. |
ToolStripItemRenderEventArgs |
ToolStripItem 클래스의 ToolStripRenderer에서 파생된 개체의 배경을 렌더링하는 이벤트에 대한 데이터를 제공합니다.Provides data for the events that render the background of objects derived from ToolStripItem in the ToolStripRenderer class. |
ToolStripItemTextRenderEventArgs |
RenderItemText 이벤트에 대한 데이터를 제공합니다.Provides data for the RenderItemText event. |
ToolStripLabel |
텍스트와 이미지를 렌더링하고 하이퍼링크를 표시할 수 있는 선택할 수 없는 ToolStripItem을 나타냅니다.Represents a nonselectable ToolStripItem that renders text and images and can display hyperlinks. |
ToolStripManager |
ToolStrip 렌더링 및 래프팅(rafting)과 MenuStrip, ToolStripDropDownMenu 및 ToolStripMenuItem 개체의 병합을 제어합니다.Controls ToolStrip rendering and rafting, and the merging of MenuStrip, ToolStripDropDownMenu, and ToolStripMenuItem objects. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
ToolStripMenuItem |
MenuStrip 또는 ContextMenuStrip에 표시된 선택 가능한 옵션을 나타냅니다.Represents a selectable option displayed on a MenuStrip or ContextMenuStrip. ToolStripMenuItem은 이전 버전의 MenuItem 컨트롤을 대체하고 확장한 컨트롤이지만 이전 버전과의 호환성 및 앞으로의 사용 가능성을 고려하여 MenuItem를 유지하도록 선택할 수 있습니다.Although ToolStripMenuItem replaces and adds functionality to the MenuItem control of previous versions, MenuItem is retained for both backward compatibility and future use if you choose. |
ToolStripOverflow |
ToolStrip의 오버플로 동작을 관리합니다.Manages the overflow behavior of a ToolStrip. |
ToolStripOverflowButton |
ToolStripDropDown을 오버플로하는 항목을 표시하는 ToolStrip을 호스팅합니다.Hosts a ToolStripDropDown that displays items that overflow the ToolStrip. |
ToolStripPanel |
다른 컨트롤이 가로 또는 세로 공간을 공유할 수 있는 컨테이너를 만듭니다.Creates a container within which other controls can share horizontal or vertical space. |
ToolStripPanel.ToolStripPanelRowCollection |
ToolStripPanelRow의 모든 ToolStripPanel 개체를 나타냅니다.Represents all the ToolStripPanelRow objects in a ToolStripPanel. |
ToolStripPanelRenderEventArgs |
ToolStripPanel을 그리기 위한 데이터를 제공합니다.Provides data for ToolStripPanel drawing. |
ToolStripPanelRow |
컨트롤을 포함할 수 있는 ToolStripPanel의 행을 나타냅니다.Represents a row of a ToolStripPanel that can contain controls. |
ToolStripProfessionalRenderer |
사용자 지정 색상표와 효율적인 스타일을 적용하여 ToolStrip 개체의 그리기 기능을 처리합니다.Handles the painting functionality for ToolStrip objects, applying a custom palette and a streamlined style. |
ToolStripProgressBar |
StatusStrip에 포함된 Windows ProgressBar 컨트롤을 나타냅니다.Represents a Windows progress bar control contained in a StatusStrip. |
ToolStripRenderer |
ToolStrip 개체에 대한 그리기 기능을 처리합니다.Handles the painting functionality for ToolStrip objects. |
ToolStripRenderEventArgs |
OnRenderImageMargin(ToolStripRenderEventArgs), OnRenderToolStripBorder(ToolStripRenderEventArgs) 및 OnRenderToolStripBackground(ToolStripRenderEventArgs) 메서드에 대한 데이터를 제공합니다.Provides data for the OnRenderImageMargin(ToolStripRenderEventArgs), OnRenderToolStripBorder(ToolStripRenderEventArgs), and OnRenderToolStripBackground(ToolStripRenderEventArgs) methods. |
ToolStripSeparator |
ToolStrip의 항목이나 MenuStrip, ContextMenuStrip 또는 다른 ToolStripDropDown 컨트롤의 드롭다운 항목을 그룹화하는 데 사용되는 선을 나타냅니다.Represents a line used to group items of a ToolStrip or the drop-down items of a MenuStrip or ContextMenuStrip or other ToolStripDropDown control. |
ToolStripSeparatorRenderEventArgs |
RenderGrip 이벤트에 대한 데이터를 제공합니다.Provides data for the RenderGrip event. |
ToolStripSplitButton |
왼쪽에 표준 단추가 있고 오른쪽에 드롭다운 단추가 있는 조합을 나타냅니다. RightToLeft의 값이 |
ToolStripSplitButton.ToolStripSplitButtonAccessibleObject |
접근성 애플리케이션이 장애가 있는 사용자를 위해 ToolStripSplitButton의 사용자 인터페이스를 조정하는 데 사용하는 정보를 제공합니다.Provides information that accessibility applications use to adjust the user interface of a ToolStripSplitButton for users with impairments. |
ToolStripStatusLabel |
StatusStrip 컨트롤에 있는 패널을 나타냅니다.Represents a panel in a StatusStrip control. |
ToolStripSystemRenderer |
시스템 색과 평면 비주얼 스타일을 사용하여 ToolStrip 개체의 그리기 기능을 처리합니다.Handles the painting functionality for ToolStrip objects, using system colors and a flat visual style. |
ToolStripTextBox |
사용자가 텍스트를 입력할 수 있는 ToolStrip의 텍스트 상자를 나타냅니다.Represents a text box in a ToolStrip that allows the user to enter text. |
ToolTip |
마우스 포인터를 컨트롤 위에 놓을 때 해당 컨트롤에 대한 간단한 설명을 표시하는 작은 사각형 모양의 팝업 창을 나타냅니다.Represents a small rectangular pop-up window that displays a brief description of a control's purpose when the user rests the pointer on the control. |
TrackBar |
표준 Windows 트랙 표시줄을 나타냅니다.Represents a standard Windows track bar. |
TrackBarRenderer |
비주얼 스타일을 사용하여 트랙 표시줄 컨트롤을 렌더링하는 데 사용되는 메서드를 제공합니다.Provides methods used to render a track bar control with visual styles. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
TreeNode | |
TreeNodeCollection |
TreeNode 개체의 컬렉션을 나타냅니다.Represents a collection of TreeNode objects. |
TreeNodeConverter |
TreeNode 개체와 여러 가지 다른 표현 사이를 변환하는 형식 변환기를 제공합니다.Provides a type converter to convert TreeNode objects to and from various other representations. |
TreeNodeMouseClickEventArgs |
NodeMouseClick 및 NodeMouseDoubleClick 이벤트에 대한 데이터를 제공합니다.Provides data for the NodeMouseClick and NodeMouseDoubleClick events. |
TreeNodeMouseHoverEventArgs |
NodeMouseHover 이벤트에 대한 데이터를 제공합니다.Provides data for the NodeMouseHover event. |
TreeView |
각각 TreeNode로 표시되는 레이블이 붙은 항목의 계층적 컬렉션을 표시합니다.Displays a hierarchical collection of labeled items, each represented by a TreeNode. |
TreeViewCancelEventArgs |
BeforeCheck 컨트롤의 BeforeCollapse, BeforeExpand, BeforeSelect 및 TreeView 이벤트에 대한 날짜를 지정합니다.Provides data for the BeforeCheck, BeforeCollapse, BeforeExpand, and BeforeSelect events of a TreeView control. |
TreeViewEventArgs |
AfterCheck 컨트롤의 AfterCollapse, AfterExpand, AfterSelect 또는 TreeView 이벤트에 대한 날짜를 지정합니다.Provides data for the AfterCheck, AfterCollapse, AfterExpand, or AfterSelect events of a TreeView control. |
TreeViewHitTestInfo |
TreeView 컨트롤 또는 TreeNode의 영역에 대한 정보가 들어 있습니다.Contains information about an area of a TreeView control or a TreeNode. |
TreeViewImageIndexConverter |
형식 변환기를 제공함으로써 TreeView 컨트롤을 사용하여 이미지 인덱스에 대한 데이터를 다른 데이터로 또 하나의 데이터 형식에서 다른 형식으로 변환합니다.Provides a type converter to convert data for an image index to and from one data type to another for use by the TreeView control. |
TreeViewImageKeyConverter |
이미지 키의 데이터와 다른 데이터 형식 간의 변환을 수행하기 위한 형식 변환기를 제공합니다.Provides a type converter to convert data for an image key to and from another data type. |
TypeValidationEventArgs |
TypeValidationCompleted 이벤트에 대한 데이터를 제공합니다.Provides data for the TypeValidationCompleted event. |
UICuesEventArgs |
ChangeUICues 이벤트에 대한 데이터를 제공합니다.Provides data for the ChangeUICues event. |
UpDownBase |
스핀 상자(up-down 컨트롤이라고도 함)에 필요한 기본 기능을 구현합니다.Implements the basic functionality required by a spin box (also known as an up-down control). |
UpDownEventArgs |
UpDownBase 컨트롤에서 파생되는 컨트롤에 대한 데이터를 제공합니다.Provides data for controls that derive from the UpDownBase control. |
UserControl |
다른 컨트롤을 만드는 데 사용할 수 있는 빈 컨트롤을 제공합니다.Provides an empty control that can be used to create other controls. |
VScrollBar |
표준 Windows 세로 스크롤 막대를 나타냅니다.Represents a standard Windows vertical scroll bar. |
VScrollProperties |
VScrollBar 클래스에 대한 기본 속성을 제공합니다.Provides basic properties for the VScrollBar class. |
WebBrowser |
사용자가 해당 양식 내에서 웹 페이지를 탐색할 수 있도록 합니다.Enables the user to navigate Web pages inside your form. |
WebBrowser.WebBrowserSite |
WebBrowser 컨트롤의 호스트 창을 나타냅니다.Represents the host window of a WebBrowser control. |
WebBrowserBase |
WebBrowser 컨트롤에서 기본 클래스로 사용할 수 있도록 일반 ActiveX 컨트롤에 대한 래퍼를 제공합니다.Provides a wrapper for a generic ActiveX control for use as a base class by the WebBrowser control. |
WebBrowserDocumentCompletedEventArgs |
DocumentCompleted 이벤트에 대한 데이터를 제공합니다.Provides data for the DocumentCompleted event. |
WebBrowserNavigatedEventArgs |
Navigated 이벤트에 대한 데이터를 제공합니다.Provides data for the Navigated event. |
WebBrowserNavigatingEventArgs |
Navigating 이벤트에 대한 데이터를 제공합니다.Provides data for the Navigating event. |
WebBrowserProgressChangedEventArgs |
ProgressChanged 이벤트에 대한 데이터를 제공합니다.Provides data for the ProgressChanged event. |
WebBrowserSiteBase |
WebBrowser.WebBrowserSite 클래스의 기본 클래스로 사용할 ActiveX 사이트의 인터페이스를 구현합니다.Implements the interfaces of an ActiveX site for use as a base class by the WebBrowser.WebBrowserSite class. |
WindowsFormsSection |
애플리케이션 설정의 구문 분석을 위한 새 ConfigurationSection을 정의합니다.Defines a new ConfigurationSection for parsing application settings. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
WindowsFormsSynchronizationContext |
Windows Forms 애플리케이션 모델에 대한 동기화 컨텍스트를 제공합니다.Provides a synchronization context for the Windows Forms application model. |
구조체
BindingMemberInfo |
Binding이 임의 개체의 속성 또는 개체 목록에 있는 현재 개체의 속성에 대한 데이터 바인딩을 확인하는 데 사용할 수 있는 정보를 포함합니다.Contains information that enables a Binding to resolve a data binding to either the property of an object or the property of the current object in a list of objects. |
DataGridCell |
모눈의 셀을 식별합니다.Identifies a cell in the grid. |
ImeModeConversion |
IME 변환 모드에 대한 정보를 제공하는 도우미 클래스입니다.Helper class that provides information about the IME conversion mode. |
LinkArea |
LinkLabel 컨트롤 내의 하이퍼링크를 나타내는 컨트롤 내부의 영역입니다.Represents an area within a LinkLabel control that represents a hyperlink within the control. |
Message |
Windows 메시지를 구현합니다.Implements a Windows message. |
Padding |
UI(사용자 인터페이스) 요소와 관련된 안쪽 여백 또는 여백 정보를 나타냅니다.Represents padding or margin information associated with a user interface (UI) element. |
TableLayoutPanelCellPosition |
TableLayoutPanel의 셀을 나타냅니다.Represents a cell in a TableLayoutPanel. |
인터페이스
IBindableComponent |
컨트롤이 아닌 구성 요소에서 Windows Forms 컨트롤의 데이터 바인딩 동작을 에뮬레이트할 수 있도록 합니다.Enables a non-control component to emulate the data-binding behavior of a Windows Forms control. |
IButtonControl |
컨트롤이 폼에서 단추처럼 동작할 수 있습니다.Allows a control to act like a button on a form. |
ICommandExecutor |
이 인터페이스를 구현하는 형식에 특정 작업을 실행하는 메서드를 정의합니다.Defines a method that executes a certain action on the type that implements this interface. |
IComponentEditorPageSite |
ComponentEditorPage에 대한 사이트입니다.The site for a ComponentEditorPage. |
IContainerControl |
다른 컨트롤에 대한 부모로 동작할 컨트롤에 대한 기능을 제공합니다.Provides the functionality for a control to act as a parent for other controls. |
ICurrencyManagerProvider |
구성 요소에 대한 사용자 지정 바인딩 관리를 제공합니다.Provides custom binding management for components. |
IDataGridColumnStyleEditingNotificationService |
알림 인터페이스 편집을 제공합니다.Provides an editing notification interface. |
IDataGridEditingService |
편집 요청을 처리하는 메서드를 나타냅니다.Represents methods that process editing requests. |
IDataGridViewEditingCell |
해당 값을 조작할 수 있는 셀의 공통 기능을 정의합니다.Defines common functionality for a cell that allows the manipulation of its value. |
IDataGridViewEditingControl |
DataGridView의 셀 내에 호스팅되는 컨트롤의 일반적인 기능을 정의합니다.Defines common functionality for controls that are hosted within cells of a DataGridView. |
IDataObject |
데이터를 전송하기 위한 형식 독립적 메커니즘을 제공합니다.Provides a format-independent mechanism for transferring data. |
IDropTarget |
마우스 이벤트를 정의합니다.Defines mouse events. |
IFeatureSupport |
현재 시스템의 기능 정보를 검색하기 위한 표준 인터페이스를 지정합니다.Specifies a standard interface for retrieving feature information from the current system. |
IFileReaderService |
현재 디렉터리에서 파일을 여는 메서드를 정의합니다.Defines a method that opens a file from the current directory. |
IMessageFilter |
메시지 필터 인터페이스를 정의합니다.Defines a message filter interface. |
IWin32Window |
Win32 HWND 핸들을 노출하기 위한 인터페이스를 제공합니다.Provides an interface to expose Win32 HWND handles. |
IWindowTarget |
컨트롤과 Windows API 사이의 통신 계층을 정의합니다.Defines the communication layer between a control and the Windows API. |
열거형
AccessibleEvents |
액세스할 수 있는 애플리케이션에서 보고하는 이벤트를 지정합니다.Specifies events that are reported by accessible applications. |
AccessibleNavigation |
액세스 가능 개체를 탐색할 때 사용하는 값을 지정합니다.Specifies values for navigating among accessible objects. |
AccessibleRole |
액세스 가능 개체의 가능한 역할을 나타내는 값을 지정합니다.Specifies values representing possible roles for an accessible object. |
AccessibleSelection |
액세스 가능 개체의 선택 방법과 해당 개체가 포커스를 받는 방법을 지정합니다.Specifies how an accessible object is selected or receives focus. |
AccessibleStates |
액세스 가능 개체에 사용할 수 있는 상태를 나타내는 값을 지정합니다.Specifies values representing possible states for an accessible object. |
AnchorStyles |
컨트롤이 해당 컨테이너 가장자리에 고정되는 방법을 지정합니다.Specifies how a control anchors to the edges of its container. |
Appearance |
컨트롤의 모양을 지정합니다.Specifies the appearance of a control. |
ArrangeDirection |
시스템에서 최소화된 창을 정렬하는 방향을 지정합니다.Specifies the direction in which the system arranges minimized windows. |
ArrangeStartingPosition |
시스템에서 최소화된 창을 정렬하는 데 사용되는 시작 위치를 지정합니다.Specifies the starting position that the system uses to arrange minimized windows. |
ArrowDirection |
GetNextItem(ToolStripItem, ArrowDirection) 메서드를 사용하여 항목을 가져올 때 이동할 방향을 지정합니다.Specifies the direction to move when getting items with the GetNextItem(ToolStripItem, ArrowDirection) method. |
AutoCompleteMode |
ComboBox 및 TextBox 컨트롤에서 사용되는 자동 완성 기능에 대한 모드를 지정합니다.Specifies the mode for the automatic completion feature used in the ComboBox and TextBox controls. |
AutoCompleteSource |
ComboBox 및 TextBox 자동 완성 기능에 대한 소스를 지정합니다.Specifies the source for ComboBox and TextBox automatic completion functionality. |
AutoScaleMode |
Windows Forms에서 지원하는 다양한 유형의 자동 크기 조정 모드를 지정합니다.Specifies the different types of automatic scaling modes supported by Windows Forms. |
AutoSizeMode |
컨트롤의 AutoSize 속성이 활성화될 때 컨트롤이 동작하는 방법을 지정합니다.Specifies how a control will behave when its AutoSize property is enabled. |
AutoValidate |
컨트롤이 사용자 입력 포커스를 잃을 때 컨트롤 데이터의 유효성을 검사하는 방법을 결정합니다.Determines how a control validates its data when it loses user input focus. |
AxHost.ActiveXInvokeKind |
잘못된 상태에 있는 ActiveX 컨트롤을 참조한 멤버의 형식을 지정합니다.Specifies the type of member that referenced the ActiveX control while it was in an invalid state. |
BatteryChargeStatus |
현재 배터리 충전량 또는 충전 상태 정보를 나타내는 식별자를 정의합니다.Defines identifiers that indicate the current battery charge level or charging state information. |
BindingCompleteContext |
바인딩 작업의 방향을 지정합니다.Specifies the direction of the binding operation. |
BindingCompleteState |
완료된 바인딩 작업의 결과를 나타냅니다.Indicates the result of a completed binding operation. |
BootMode |
시스템이 시작되는 부팅 모드를 지정합니다.Specifies the boot mode in which the system was started. |
Border3DSide |
3차원 테두리를 적용할 사각형의 면을 지정합니다.Specifies the sides of a rectangle to apply a three-dimensional border to. |
Border3DStyle |
3차원 테두리의 스타일을 지정합니다.Specifies the style of a three-dimensional border. |
BorderStyle |
컨트롤의 테두리 스타일을 지정합니다.Specifies the border style for a control. |
BoundsSpecified |
컨트롤의 크기 및 위치를 정의할 때 사용할 컨트롤의 범위를 지정합니다.Specifies the bounds of the control to use when defining a control's size and position. |
ButtonBorderStyle |
Button 컨트롤의 테두리 스타일을 지정합니다.Specifies the border style for a button control. |
ButtonState |
단추의 모양을 지정합니다.Specifies the appearance of a button. |
CaptionButton |
표시할 캡션 단추의 종류를 지정합니다.Specifies the type of caption button to display. |
CharacterCasing |
TextBox 컨트롤에 있는 문자의 대/소문자를 지정합니다.Specifies the case of characters in a TextBox control. |
CheckState |
CheckBox와 같은 컨트롤의 상태를 선택, 선택하지 않음, 결정되지 않은 상태의 선택 중에서 지정합니다.Specifies the state of a control, such as a check box, that can be checked, unchecked, or set to an indeterminate state. |
CloseReason |
폼이 닫힌 원인을 지정합니다.Specifies the reason that a form was closed. |
ColorDepth |
ImageList 컨트롤에 있는 이미지를 표시하는 데 사용되는 색의 수를 지정합니다.Specifies the number of colors used to display an image in an ImageList control. |
ColumnHeaderAutoResizeStyle |
ListView에 있는 열의 크기를 조정하는 방법을 지정합니다.Specifies how a column contained in a ListView should be resized. |
ColumnHeaderStyle |
ListView 컨트롤에서 열 머리글의 스타일을 지정합니다.Specifies the styles of the column headers in a ListView control. |
ComboBoxStyle | |
ControlStyles |
컨트롤의 스타일 및 동작을 지정합니다.Specifies the style and behavior of a control. |
ControlUpdateMode |
데이터 소스 값의 변경 사항이 데이터 바인딩된 해당 컨트롤 속성에 전파되는 경우를 결정합니다.Determines when changes to a data source value get propagated to the corresponding data-bound control property. |
DataGrid.HitTestType |
사용자가 클릭한 DataGrid 컨트롤의 부분을 나타냅니다.Specifies the part of the DataGrid control the user has clicked. |
DataGridLineStyle |
DataGrid의 모눈선 스타일을 지정합니다.Specifies the style of gridlines in a DataGrid. |
DataGridParentRowsLabelStyle |
DataGrid 컨트롤의 부모 행 레이블이 표시되는 모양을 지정합니다.Specifies how the parent row labels of a DataGrid control are displayed. |
DataGridViewAdvancedCellBorderStyle |
DataGridView 컨트롤의 셀에 적용할 수 있는 테두리 스타일을 지정합니다.Specifies the border styles that can be applied to the cells of a DataGridView control. |
DataGridViewAutoSizeColumnMode |
열의 너비를 조정하는 방법을 지정하는 값을 정의합니다.Defines values for specifying how the width of a column is adjusted. |
DataGridViewAutoSizeColumnsMode |
열의 너비를 조정하는 방법을 지정하는 값을 정의합니다.Defines values for specifying how the widths of columns are adjusted. |
DataGridViewAutoSizeRowMode |
행 높이의 조정 방법을 지정하기 위한 값을 정의합니다.Defines values for specifying how the height of a row is adjusted. |
DataGridViewAutoSizeRowsMode |
행의 높이를 조정하는 방법을 지정하는 값을 정의합니다.Defines values for specifying how the heights of rows are adjusted. |
DataGridViewCellBorderStyle |
DataGridView 컨트롤의 셀에 적용할 수 있는 테두리 스타일을 지정합니다.Specifies the border styles that can be applied to the cells of a DataGridView control. |
DataGridViewCellStyleScopes |
변경된 셀 스타일을 소유하는 DataGridView 엔터티를 지정합니다.Specifies the DataGridView entity that owns the cell style that was changed. |
DataGridViewClipboardCopyMode |
DataGridView 컨트롤의 내용이 클립보드로 복사되는지 여부를 나타내는 상수를 정의합니다.Defines constants that indicate whether content is copied from a DataGridView control to the Clipboard. |
DataGridViewColumnHeadersHeightSizeMode |
열 머리글의 높이를 조정하는 방법을 지정하는 값을 정의합니다.Defines values for specifying how the height of the column headers is adjusted. |
DataGridViewColumnSortMode |
사용자가 DataGridView 열을 정렬하는 방법을 정의합니다.Defines how a DataGridView column can be sorted by the user. |
DataGridViewComboBoxDisplayStyle |
DataGridViewComboBoxCell이 표시되는 방법을 나타내는 상수를 정의합니다.Defines constants that indicate how a DataGridViewComboBoxCell is displayed. |
DataGridViewContentAlignment |
DataGridView 셀 내부에서 내용의 맞춤을 나타내는 상수를 정의합니다.Defines constants that indicate the alignment of content within a DataGridView cell. |
DataGridViewDataErrorContexts |
데이터 오류가 발생한 경우에 데이터 바인딩된 DataGridView 컨트롤의 상태를 나타냅니다.Represents the state of a data-bound DataGridView control when a data error occurred. |
DataGridViewEditMode |
사용자가 DataGridView 컨트롤에서 셀 편집을 시작하는 방법을 지정합니다.Specifies how a user starts cell editing in the DataGridView control. |
DataGridViewElementStates |
DataGridView 컨트롤에서 요소의 UI(사용자 인터페이스) 상태를 지정합니다.Specifies the user interface (UI) state of a element within a DataGridView control. |
DataGridViewHeaderBorderStyle |
ColumnHeadersBorderStyle 컨트롤의 RowHeadersBorderStyle 및 DataGridView 속성에 적용할 수 있는 테두리 스타일을 지정합니다.Specifies the border style that can be applied to the ColumnHeadersBorderStyle and RowHeadersBorderStyle properties of a DataGridView control. |
DataGridViewHitTestType |
DataGridView 컨트롤의 위치를 지정합니다.Specifies a location in a DataGridView control. |
DataGridViewImageCellLayout |
DataGridViewCell에 포함된 이미지의 레이아웃을 지정합니다.Specifies the layout for an image contained in a DataGridViewCell. |
DataGridViewPaintParts |
그릴 DataGridViewCell의 일부를 지정하는 값을 정의합니다.Defines values for specifying the parts of a DataGridViewCell that are to be painted. |
DataGridViewRowHeadersWidthSizeMode |
행 머리글 너비의 조정 방법을 지정하기 위한 값을 정의합니다.Defines values for specifying how the row header width is adjusted. |
DataGridViewSelectionMode |
DataGridView 컨트롤의 셀을 선택하는 방법을 설명합니다.Describes how cells of a DataGridView control can be selected. |
DataGridViewTriState |
사용할 수 있는 세 가지 상태 중 하나를 지정하는 값을 정의합니다.Defines values for specifying one of three possible states. |
DataSourceUpdateMode |
바인딩된 컨트롤에서 변경이 이루어질 때 데이터 소스가 업데이트되는 경우를 지정합니다.Specifies when a data source is updated when changes occur in the bound control. |
DateTimePickerFormat |
DateTimePicker 컨트롤이 표시하는 날짜 및 시간 서식을 지정합니다.Specifies the date and time format the DateTimePicker control displays. |
Day |
요일을 지정합니다.Specifies the day of the week. |
DialogResult |
대화 상자의 반환 값을 나타낼 식별자를 지정합니다.Specifies identifiers to indicate the return value of a dialog box. |
DockingBehavior |
디자이너를 통해 컨트롤을 추가할 때 기본적으로 컨트롤을 도킹할 방법을 지정합니다.Specifies how a control should be docked by default when added through a designer. |
DockStyle |
컨트롤이 도킹되는 위치와 방법을 지정합니다.Specifies the position and manner in which a control is docked. |
DragAction |
끌어서 놓기 작업의 방법과 이 작업을 계속할지 여부를 지정합니다.Specifies how and if a drag-and-drop operation should continue. |
DragDropEffects |
끌어서 놓기 작업을 통해 얻을 수 있는 효과를 지정합니다.Specifies the possible effects of a drag-and-drop operation. |
DrawItemState |
그리고 있는 항목의 상태를 지정합니다.Specifies the state of an item that is being drawn. |
DrawMode |
컨트롤 요소를 그리는 방법을 지정합니다.Specifies how the elements of a control are drawn. |
ErrorBlinkStyle |
ErrorProvider에서 제공하는 오류 아이콘이 오류가 발생했음을 경고하기 위해 깜박일 때를 나타내는 상수를 지정합니다.Specifies constants indicating when the error icon, supplied by an ErrorProvider, should blink to alert the user that an error has occurred. |
ErrorIconAlignment |
오류가 있는 컨트롤과 비교하여 오류 아이콘이 표시될 수 있는 위치를 나타내는 상수를 지정합니다.Specifies constants indicating the locations that an error icon can appear in relation to the control with an error. |
FixedPanel |
Panel1 또는 Panel2가 고정되거나 두 패널 모두 고정되지 않도록 지정합니다.Specifies that Panel1, Panel2, or neither panel is fixed. |
FlatStyle |
컨트롤의 모양을 지정합니다.Specifies the appearance of a control. |
FlowDirection |
선형 레이아웃 컨테이너에서 연속되는 UI(사용자 인터페이스) 요소가 배치되는 방향을 지정하는 상수를 정의합니다.Defines constants that specify the direction in which consecutive user interface (UI) elements are placed in a linear layout container. |
FormBorderStyle |
폼의 테두리 스타일을 지정합니다.Specifies the border styles for a form. |
FormStartPosition |
폼의 초기 위치를 지정합니다.Specifies the initial position of a form. |
FormWindowState |
폼 창이 표시되는 방법을 지정합니다.Specifies how a form window is displayed. |
FrameStyle |
선택한 컨트롤의 프레임 스타일을 지정합니다.Specifies the frame style of the selected control. |
GetChildAtPointSkip |
건너뛸 자식 컨트롤을 지정합니다.Specifies which child controls to skip. |
GridItemType |
PropertyGrid에 대해 유효한 모눈 항목 형식을 지정합니다.Specifies the valid grid item types for a PropertyGrid. |
HelpNavigator |
표시할 도움말 파일의 요소를 나타내는 상수를 지정합니다.Specifies constants indicating which elements of the Help file to display. |
HighDpiMode |
애플리케이션에 적용할 수 있는 다른 높은 DPI 모드를 지정합니다.Specifies the different high DPI modes that can be applied to an application. |
HorizontalAlignment |
컨트롤의 개체 또는 텍스트가 해당 컨트롤의 요소에 대해 상대적으로 수평으로 맞추는 방법을 지정합니다.Specifies how an object or text in a control is horizontally aligned relative to an element of the control. |
HtmlElementInsertionOrientation |
InsertAdjacentElement(HtmlElementInsertionOrientation, HtmlElement)를 사용할 때 새 요소를 넣을 위치를 설명하는 값을 정의합니다.Defines values that describe where to insert a new element when using InsertAdjacentElement(HtmlElementInsertionOrientation, HtmlElement). |
ImageLayout |
컨트롤에서 이미지의 위치를 지정합니다.Specifies the position of the image on the control. |
ImeMode |
개체를 선택할 때 개체의 IME(입력기) 상태를 결정하는 값을 지정합니다.Specifies a value that determines the Input Method Editor (IME) status of an object when the object is selected. |
InsertKeyMode |
텍스트 상자에 사용되는 삽입 모드를 나타냅니다.Represents the insertion mode used by text boxes. |
ItemActivation |
list view 컨트롤의 항목을 활성화하는 데 필요한 사용자 동작과 사용자가 마우스 포인터를 항목으로 이동할 때 제공되는 피드백을 지정합니다.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 |
경계 사각형을 검색할 list view 항목의 부분을 지정합니다.Specifies a portion of the list view item from which to retrieve the bounding rectangle. |
Keys |
키 코드와 한정자를 지정합니다.Specifies key codes and modifiers. |
LeftRightAlignment |
개체나 텍스트를 참조 지점의 왼쪽에 맞출지 아니면 오른쪽에 맞출지를 지정합니다.Specifies whether an object or text is aligned to the left or right of a reference point. |
LinkBehavior |
LinkLabel의 링크의 동작을 지정합니다.Specifies the behaviors of a link in a LinkLabel. |
LinkState |
링크의 상태를 정의하는 상수를 지정합니다.Specifies constants that define the state of the link. |
ListViewAlignment |
ListView에서 항목을 맞추는 방법을 지정합니다.Specifies how items align in the ListView. |
ListViewHitTestLocations |
ListView 또는 ListViewItem의 영역을 나타내는 상수를 정의합니다.Defines constants that represent areas in a ListView or ListViewItem. |
ListViewItemStates |
ListViewItem의 가능한 상태를 나타내는 상수를 정의합니다.Defines constants that represent the possible states of a ListViewItem. |
MaskFormat |
MaskedTextBox 내부의 텍스트 형식을 지정하는 방법을 정의합니다.Defines how to format the text inside of a MaskedTextBox. |
MdiLayout |
MDI 부모 창에서 MDI(다중 문서 인터페이스) 자식 창의 레이아웃을 지정합니다.Specifies the layout of multiple document interface (MDI) child windows in an MDI parent window. |
MenuGlyph |
DrawMenuGlyph(Graphics, Rectangle, MenuGlyph) 메서드를 사용하여 메뉴를 그릴 때 그릴 이미지를 지정합니다.Specifies the image to draw when drawing a menu with the DrawMenuGlyph(Graphics, Rectangle, MenuGlyph) method. |
MenuMerge |
다른 메뉴의 항목과 병합될 때 MenuItem의 동작을 지정합니다.Specifies the behavior of a MenuItem when it is merged with items in another menu. |
MergeAction |
ToolStrip에서 메뉴 항목을 결합할 때 일치 항목이 발견되는 경우 수행할 작업을 지정합니다.Specifies the kind of action to take if a match is found when combining menu items on a ToolStrip. |
MessageBoxButtons |
MessageBox에 표시할 단추를 정의하는 상수를 지정합니다.Specifies constants defining which buttons to display on a MessageBox. |
MessageBoxDefaultButton |
MessageBox의 기본 단추를 정의하는 상수를 지정합니다.Specifies constants defining the default button on a MessageBox. |
MessageBoxIcon |
표시할 정보를 정의하는 상수를 지정합니다.Specifies constants defining which information to display. |
MessageBoxOptions |
MessageBox의 옵션을 지정합니다.Specifies options on a MessageBox. |
MonthCalendar.HitArea |
MonthCalendar 컨트롤의 영역을 나타내는 상수를 정의합니다.Defines constants that represent areas in a MonthCalendar control. |
MouseButtons |
어떤 마우스 단추를 눌렀는지 정의하는 상수를 지정합니다.Specifies constants that define which mouse button was pressed. |
Orientation |
컨트롤의 방향 또는 요소를 지정합니다.Specifies the orientation of controls or elements of controls. |
PictureBoxSizeMode |
PictureBox 내에 이미지가 놓이는 방식을 지정합니다.Specifies how an image is positioned within a PictureBox. |
PowerLineStatus |
시스템 전원 상태를 지정합니다.Specifies the system power status. |
PowerState |
시스템이 일시 중단되는 절전 모드를 나타내는 식별자를 정의합니다.Defines identifiers that indicate a suspended system power activity mode. |
PreProcessControlState |
컨트롤과 메시지 전처리의 관계를 지정하는 옵션을 제공합니다.Provides options that specify the relationship between the control and preprocessing messages. |
ProgressBarStyle |
ProgressBar에서 작업의 진행률을 나타내기 위해 사용하는 스타일을 지정합니다.Specifies the style that a ProgressBar uses to indicate the progress of an operation. |
PropertySort |
PropertyGrid에서 속성이 정렬되는 방식을 지정합니다.Specifies how properties are sorted in the PropertyGrid. |
RichTextBoxFinds |
RichTextBox 컨트롤에서 텍스트 검색이 수행되는 방식을 지정합니다.Specifies how a text search is carried out in a RichTextBox control. |
RichTextBoxLanguageOptions |
IME(입력기) 및 한국어 지원을 위한 RichTextBox 설정을 제공합니다.Provides RichTextBox settings for Input Method Editor (IME) and Asian language support. |
RichTextBoxScrollBars |
RichTextBox 컨트롤에 표시할 스크롤 막대의 종류를 지정합니다.Specifies the type of scroll bars to display in a RichTextBox control. |
RichTextBoxSelectionAttribute |
현재 선택된 내용의 어떤 문자에 스타일이나 특성이 있는지 여부를 지정합니다.Specifies whether any characters in the current selection have the style or attribute. |
RichTextBoxSelectionTypes |
RichTextBox 컨트롤의 선택 영역 유형을 지정합니다.Specifies the type of selection in a RichTextBox control. |
RichTextBoxStreamType |
RichTextBox 컨트롤로 데이터를 로드하고 저장하는 데 사용되는 입력 및 출력 스트림의 형식을 지정합니다.Specifies the types of input and output streams used to load and save data in the RichTextBox control. |
RichTextBoxWordPunctuations |
RichTextBox 컨트롤의 줄 바꿈 및 단어 잘림 기능에서 사용할 수 있는 문장 부호 테이블의 형식을 지정합니다.Specifies the types of punctuation tables that can be used with the RichTextBox control's word-wrapping and word-breaking features. |
RightToLeft |
히브리어 또는 아랍어 글꼴을 사용하는 경우와 같이 텍스트를 오른쪽에서 왼쪽으로 표시할지 여부를 나타내는 값을 지정합니다.Specifies a value indicating whether the text appears from right to left, such as when using Hebrew or Arabic fonts. |
ScreenOrientation |
화면의 각도를 지정합니다.Specifies the angle of the screen. |
ScrollBars |
컨트롤에 표시될 스크롤 막대를 지정합니다.Specifies which scroll bars will be visible on a control. |
ScrollButton |
스크롤 막대에 그릴 스크롤 화살표의 종류를 지정합니다.Specifies the type of scroll arrow to draw on a scroll bar. |
ScrollEventType |
Scroll 이벤트를 발생시키는 데 사용하는 동작의 종류를 지정합니다.Specifies the type of action used to raise the Scroll event. |
ScrollOrientation |
Scroll 이벤트에 대한 스크롤 막대 방향을 지정합니다.Specifies the scroll bar orientation for the Scroll event. |
SearchDirectionHint |
ListViewItem을 검색할 방향 힌트를 제공합니다.Provides a directional hint of where to search for a ListViewItem. |
SecurityIDType |
이 열거형은 사용되지 않습니다.This enumeration is not used. |
SelectionMode |
목록 상자의 선택 동작을 지정합니다.Specifies the selection behavior of a list box. |
Shortcut |
메뉴 항목에서 사용할 수 있는 바로 가기 키를 지정합니다.Specifies shortcut keys that can be used by menu items. |
SizeGripStyle |
Form의 크기 조정 그립 스타일을 지정합니다.Specifies the style of the sizing grip on a Form. |
SizeType |
UI(사용자 인터페이스) 요소의 행 또는 열 크기를 해당 컨테이너에 상대적으로 조정하는 방법을 지정합니다.Specifies how rows or columns of user interface (UI) elements should be sized relative to their container. |
SortOrder |
목록에 있는 항목의 정렬 방식을 지정합니다.Specifies how items in a list are sorted. |
StatusBarPanelAutoSize |
컨트롤의 크기가 조정될 때 StatusBarPanel 컨트롤의 StatusBar이 동작하는 방식을 지정합니다.Specifies how a StatusBarPanel on a StatusBar control behaves when the control resizes. |
StatusBarPanelBorderStyle |
StatusBarPanel 컨트롤의 StatusBar에 대한 테두리의 모양을 지정합니다.Specifies the appearance of the border for a StatusBarPanel on a StatusBar control. |
StatusBarPanelStyle |
StatusBarPanel 컨트롤의 StatusBar 개체가 소유자가 그린 것인지 아니면 시스템에서 그린 것인지를 지정합니다.Specifies whether a StatusBarPanel object on a StatusBar control is owner-drawn or system-drawn. |
StructFormat |
이 열거형은 사용되지 않습니다.This enumeration is not used. |
SystemParameter |
시스템 매개 변수 형식을 지정합니다.Specifies the system parameter type. |
TabAlignment |
tab 컨트롤의 탭 위치를 지정합니다.Specifies the locations of the tabs in a tab control. |
TabAppearance |
탭 컨트롤에서 탭의 모양을 지정합니다.Specifies the appearance of the tabs in a tab control. |
TabControlAction |
TabControl 이벤트를 나타내는 값을 정의합니다.Defines values representing TabControl events. |
TabDrawMode |
탭 컨트롤의 탭이 소유자가 그린(부모 창에서 그린) 탭인지 또는 운영 체제에서 그린 탭인지 여부를 지정합니다.Specifies whether the tabs in a tab control are owner-drawn (drawn by the parent window), or drawn by the operating system. |
TableLayoutPanelCellBorderStyle |
표 레이아웃 컨트롤의 셀 테두리 스타일을 지정합니다.Specifies the border style of a cell in a table layout control. |
TableLayoutPanelGrowStyle |
TableLayoutPanel에서 기존 셀이 꽉 찼을 때 추가 행 또는 열을 얻는 방법을 지정합니다.Specifies how a TableLayoutPanel will gain additional rows or columns after its existing cells are full. |
TabSizeMode |
탭 컨트롤의 탭 크기가 조정되는 방식을 지정합니다.Specifies how tabs in a tab control are sized. |
TextDataFormat |
Clipboard 및 DataObject 클래스의 텍스트 관련 메서드에서 사용되는 형식을 지정합니다.Specifies the formats used with text-related methods of the Clipboard and DataObject classes. |
TextFormatFlags |
텍스트 문자열의 표시 및 레이아웃 정보를 지정합니다.Specifies the display and layout information for text strings. |
TextImageRelation |
컨트롤에서 텍스트와 이미지의 상호 상대적인 위치를 지정합니다.Specifies the position of the text and image relative to each other on a control. |
TickStyle |
TrackBar 컨트롤의 눈금 표시 위치를 지정합니다.Specifies the location of tick marks in a TrackBar control. |
ToolBarAppearance |
표시할 도구 모음의 형식을 지정합니다.Specifies the type of toolbar to display. |
ToolBarButtonStyle |
도구 모음 내의 단추 스타일을 지정합니다.Specifies the button style within a toolbar. |
ToolBarTextAlign |
ToolBar Button 컨트롤의 텍스트 맞춤 방식을 지정합니다.Specifies the alignment of text on the toolbar button control. |
ToolStripDropDownCloseReason |
ToolStripDropDown 컨트롤이 닫힌 이유를 나타냅니다.Specifies the reason that a ToolStripDropDown control was closed. |
ToolStripDropDownDirection |
부모 컨트롤을 기준으로 ToolStripDropDown 컨트롤이 표시되는 방향을 지정합니다.Specifies the direction in which a ToolStripDropDown control is displayed relative to its parent control. |
ToolStripGripDisplayStyle |
ToolStrip 이동 핸들(그립)의 방향을 지정합니다.Specifies the orientation of the ToolStrip move handle (grip). |
ToolStripGripStyle |
ToolStrip 이동 핸들(그립)의 표시 여부를 지정합니다.Specifies visibility of a ToolStrip move handle (grip). |
ToolStripItemAlignment |
ToolStripItem에 포함된 ToolStrip의 맞춤 방식을 결정합니다.Determines the alignment of a ToolStripItem in a ToolStrip. |
ToolStripItemDisplayStyle |
이 ToolStripItem에 대해 렌더링할 대상(이미지 또는 텍스트)을 지정합니다.Specifies what to render (image or text) for this ToolStripItem. |
ToolStripItemImageScaling |
ToolStripItem의 이미지 크기가 원래 이미지 비율을 유지하면서 자동으로 ToolStrip에 맞게 조정되는지 여부를 지정합니다.Specifies whether the size of the image on a ToolStripItem is automatically adjusted to fit on a ToolStrip while retaining the original image proportions. |
ToolStripItemOverflow |
ToolStripItem을 오버플로 ToolStrip에 배치할지 여부를 결정합니다.Determines whether a ToolStripItem is placed in the overflow ToolStrip. |
ToolStripItemPlacement |
ToolStripItem을 레이아웃할 위치를 지정합니다.Specifies where a ToolStripItem is to be layed out. |
ToolStripLayoutStyle |
ToolStrip의 항목을 표시하는 데 사용할 수 있는 맞춤을 지정합니다.Specifies the possible alignments with which the items of a ToolStrip can be displayed. |
ToolStripManagerRenderMode |
폼에 포함된 여러 ToolStrip 개체에 적용되는 그리기 스타일을 지정합니다.Specifies the painting style applied to multiple ToolStrip objects contained in a form. |
ToolStripRenderMode |
폼에 포함된 ToolStrip 하나에 적용되는 그리기 스타일을 지정합니다.Specifies the painting style applied to one ToolStrip contained in a form. |
ToolStripStatusLabelBorderSides |
ToolStripStatusLabel에서 테두리가 있는 쪽을 지정합니다.Specifies which sides of a ToolStripStatusLabel have borders. |
ToolStripTextDirection |
특정 LayoutStyle에 사용할 텍스트 방향을 지정합니다.Specifies the text orientation to use with a particular LayoutStyle. |
ToolTipIcon |
도구 설명과 연결할 수 있는 표준화된 아이콘의 집합을 정의합니다.Defines a set of standardized icons that can be associated with a ToolTip. |
TreeNodeStates |
TreeNode의 가능한 상태를 나타내는 상수를 정의합니다.Defines constants that represent the possible states of a TreeNode. |
TreeViewAction |
TreeViewEventArgs 이벤트를 발생시킨 작업을 지정합니다.Specifies the action that raised a TreeViewEventArgs event. |
TreeViewDrawMode |
TreeView를 그릴 수 있는 방법을 나타내는 상수를 정의합니다.Defines constants that represent the ways a TreeView can be drawn. |
TreeViewHitTestLocations |
TreeView 또는 TreeNode의 영역을 나타내는 상수를 정의합니다.Defines constants that represent areas of a TreeView or TreeNode. |
UICues |
사용자 인터페이스의 상태를 지정합니다.Specifies the state of the user interface. |
UnhandledExceptionMode |
Windows Forms 애플리케이션이 처리되지 않은 예외를 보내야 하는 위치를 정의합니다.Defines where a Windows Forms application should send unhandled exceptions. |
ValidationConstraints |
컨테이너에 있는 자식 컨트롤의 유효성을 검사하는 방법에 대한 정보를 ValidateChildren(ValidationConstraints)에 알리는 상수를 정의합니다.Defines constants that inform ValidateChildren(ValidationConstraints) about how it should validate a container's child controls. |
View |
ListView 컨트롤에 목록 항목이 표시되는 방식을 지정합니다.Specifies how list items are displayed in a ListView control. |
WebBrowserEncryptionLevel |
WebBrowser 컨트롤에 표시된 문서에 사용되는 암호화 메서드를 정의하는 상수를 지정합니다.Specifies constants that define the encryption methods used by documents displayed in the WebBrowser control. |
WebBrowserReadyState |
WebBrowser 컨트롤의 상태를 정의하는 상수를 지정합니다.Specifies constants that define the state of the WebBrowser control. |
WebBrowserRefreshOption |
WebBrowser 컨트롤이 내용을 새로 고치는 방법을 정의하는 상수를 지정합니다.Specifies constants that define how the WebBrowser control can refresh its contents. |
대리자
Application.MessageLoopCallback |
호스팅 환경에서 아직 메시지를 보내고 있는지 여부를 확인할 메서드를 나타냅니다.Represents a method that will check whether the hosting environment is still sending messages. |
AxHost.AboutBoxDelegate |
ActiveX 컨트롤의 정보 대화 상자를 표시하는 메서드를 나타냅니다.Represents the method that will display an ActiveX control's About dialog box. |
BindingCompleteEventHandler |
데이터 바인딩 시나리오에서 BindingComplete 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the BindingComplete event in data-binding scenarios. |
BindingManagerDataErrorEventHandler |
DataError의 BindingManagerBase 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the DataError event of a BindingManagerBase. |
CacheVirtualItemsEventHandler |
CacheVirtualItems의 ListView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the CacheVirtualItems event of a ListView. |
ColumnClickEventHandler |
ColumnClick의 ListView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the ColumnClick event of a ListView. |
ColumnReorderedEventHandler |
ColumnReordered 컨트롤의 ListView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the ColumnReordered event of the ListView control. |
ColumnWidthChangedEventHandler |
ColumnWidthChanged의 ListView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the ColumnWidthChanged event of a ListView. |
ColumnWidthChangingEventHandler |
ColumnWidthChanging의 ListView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the ColumnWidthChanging event of a ListView. |
ContentsResizedEventHandler |
ContentsResized의 RichTextBox 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the ContentsResized event of a RichTextBox. |
ControlEventHandler |
ControlAdded 클래스의 ControlRemoved 및 Control 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the ControlAdded and ControlRemoved events of the Control class. |
ConvertEventHandler |
Parse의 Format 및 Binding 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the Parse and Format events of a Binding. |
DataGridViewAutoSizeColumnModeEventHandler |
AutoSizeColumnModeChanged의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the AutoSizeColumnModeChanged event of a DataGridView control. |
DataGridViewAutoSizeColumnsModeEventHandler |
AutoSizeColumnsModeChanged의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the AutoSizeColumnsModeChanged event of a DataGridView control. |
DataGridViewAutoSizeModeEventHandler |
AutoSizeRowsModeChanged의 RowHeadersWidthSizeModeChanged 또는 DataGridView 이벤트를 처리하는 메서드를 나타냅니다.Represents the method that will handle the AutoSizeRowsModeChanged or RowHeadersWidthSizeModeChanged events of a DataGridView. |
DataGridViewBindingCompleteEventHandler |
DataBindingComplete의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the DataBindingComplete event of a DataGridView. |
DataGridViewCellCancelEventHandler |
CellBeginEdit의 RowValidating 및 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the CellBeginEdit and RowValidating events of a DataGridView. |
DataGridViewCellContextMenuStripNeededEventHandler |
CellContextMenuStripNeeded의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle a CellContextMenuStripNeeded event of a DataGridView. |
DataGridViewCellErrorTextNeededEventHandler |
CellErrorTextNeeded의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the CellErrorTextNeeded event of a DataGridView. |
DataGridViewCellEventHandler |
셀 및 행 작업과 관련된 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle DataGridView events related to cell and row operations. |
DataGridViewCellFormattingEventHandler |
CellFormatting의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the CellFormatting event of a DataGridView. |
DataGridViewCellMouseEventHandler |
DataGridView에서 발생시킨 마우스 관련 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle mouse-related events raised by a DataGridView. |
DataGridViewCellPaintingEventHandler |
CellPainting의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the CellPainting event of a DataGridView. |
DataGridViewCellParsingEventHandler |
CellParsing의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle a CellParsing event of a DataGridView. |
DataGridViewCellStateChangedEventHandler |
CellStateChanged의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the CellStateChanged event of a DataGridView. |
DataGridViewCellStyleContentChangedEventHandler |
CellStyleContentChanged의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the CellStyleContentChanged event of a DataGridView. |
DataGridViewCellToolTipTextNeededEventHandler |
CellToolTipTextNeeded의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the CellToolTipTextNeeded event of a DataGridView. |
DataGridViewCellValidatingEventHandler |
CellValidating의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the CellValidating event of a DataGridView control. |
DataGridViewCellValueEventHandler |
CellValueNeeded의 CellValuePushed 이벤트 또는 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the CellValueNeeded event or CellValuePushed event of a DataGridView. |
DataGridViewColumnDividerDoubleClickEventHandler |
ColumnDividerDoubleClick의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the ColumnDividerDoubleClick event of a DataGridView. |
DataGridViewColumnEventHandler |
DataGridView의 열 관련 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle column-related events of a DataGridView. |
DataGridViewColumnStateChangedEventHandler |
ColumnStateChanged의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the ColumnStateChanged event of a DataGridView. |
DataGridViewDataErrorEventHandler |
DataError의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the DataError event of a DataGridView. |
DataGridViewEditingControlShowingEventHandler |
EditingControlShowing의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the EditingControlShowing event of a DataGridView. |
DataGridViewRowCancelEventHandler |
UserDeletingRow의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the UserDeletingRow event of a DataGridView. |
DataGridViewRowContextMenuStripNeededEventHandler |
RowContextMenuStripNeeded의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the RowContextMenuStripNeeded event of a DataGridView. |
DataGridViewRowDividerDoubleClickEventHandler |
RowDividerDoubleClick의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the RowDividerDoubleClick event of a DataGridView. |
DataGridViewRowErrorTextNeededEventHandler |
RowErrorTextNeeded의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the RowErrorTextNeeded event of a DataGridView. |
DataGridViewRowEventHandler |
DataGridView의 행 관련 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle row-related events of a DataGridView. |
DataGridViewRowHeightInfoNeededEventHandler |
RowHeightInfoNeeded 컨트롤의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle an RowHeightInfoNeeded event of a DataGridView control. |
DataGridViewRowHeightInfoPushedEventHandler |
RowHeightInfoPushed의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the RowHeightInfoPushed event of a DataGridView. |
DataGridViewRowPostPaintEventHandler |
RowPostPaint의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the RowPostPaint event of a DataGridView. |
DataGridViewRowPrePaintEventHandler |
RowPrePaint의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the RowPrePaint event of a DataGridView. |
DataGridViewRowsAddedEventHandler |
RowsAdded의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the RowsAdded event of a DataGridView. |
DataGridViewRowsRemovedEventHandler |
RowsRemoved의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the RowsRemoved event of a DataGridView. |
DataGridViewRowStateChangedEventHandler |
RowStateChanged의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the RowStateChanged event of a DataGridView. |
DataGridViewSortCompareEventHandler |
SortCompare의 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the SortCompare event of a DataGridView control. |
DateBoldEventHandler |
MonthCalendar 컨트롤의 내부 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle an internal event of the MonthCalendar control. |
DateRangeEventHandler |
DateChanged의 DateSelected 또는 MonthCalendar 이벤트를 처리하는 메서드를 나타냅니다.Represents the method that will handle the DateChanged or DateSelected event of a MonthCalendar. |
DpiChangedEventHandler |
양식이나 컨트롤의 DpiChanged 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle a DpiChanged event of a form or control. |
DragEventHandler |
DragDrop의 DragEnter, DragOver 또는 Control 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the DragDrop, DragEnter, or DragOver event of a Control. |
DrawItemEventHandler |
ComboBox, ListBox, MenuItem 또는 TabControl 컨트롤의 |
DrawListViewColumnHeaderEventHandler |
DrawColumnHeader의 ListView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the DrawColumnHeader event of a ListView. |
DrawListViewItemEventHandler |
DrawItem의 ListView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the DrawItem event of a ListView. |
DrawListViewSubItemEventHandler |
DrawSubItem의 ListView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the DrawSubItem event of a ListView. |
DrawToolTipEventHandler |
Draw의 ToolTip 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the Draw event of a ToolTip. |
DrawTreeNodeEventHandler |
DrawNode의 TreeView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the DrawNode event of a TreeView. |
FormClosedEventHandler |
FormClosed 이벤트를 처리하는 메서드를 나타냅니다.Represents the method that handles a FormClosed event. |
FormClosingEventHandler |
FormClosing 이벤트를 처리하는 메서드를 나타냅니다.Represents the method that handles a FormClosing event. |
GiveFeedbackEventHandler |
Control의 GiveFeedback 이벤트를 처리하는 메서드를 나타냅니다.Represents the method that handles the GiveFeedback event of a Control. |
HelpEventHandler |
HelpRequested의 Control 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the HelpRequested event of a Control. |
HtmlElementErrorEventHandler |
HtmlWindow의 Error 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the Error event of an HtmlWindow. |
HtmlElementEventHandler |
HtmlDocument, HtmlElement 및 HtmlWindow의 관련 이벤트와 |
InputLanguageChangedEventHandler |
InputLanguageChanged의 Form 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the InputLanguageChanged event of a Form. |
InputLanguageChangingEventHandler |
InputLanguageChanging의 Form 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the InputLanguageChanging event of a Form. |
InvalidateEventHandler |
Invalidated의 Control 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the Invalidated event of a Control. |
ItemChangedEventHandler |
CurrencyManager 클래스의 ItemChanged 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the ItemChanged event of the CurrencyManager class. |
ItemCheckedEventHandler |
ItemChecked의 ListView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the ItemChecked event of a ListView control. |
ItemCheckEventHandler |
CheckedListBox 또는 ListView 컨트롤의 |
ItemDragEventHandler |
ListView 또는 TreeView 컨트롤의 ItemDrag 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the ItemDrag event of a ListView or TreeView control. |
KeyEventHandler |
KeyUp의 KeyDown 또는 Control 이벤트를 처리하는 메서드를 나타냅니다.Represents the method that will handle the KeyUp or KeyDown event of a Control. |
KeyPressEventHandler |
KeyPress의 Control 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the KeyPress event of a Control. |
LabelEditEventHandler |
BeforeLabelEdit 및 AfterLabelEdit 이벤트를 처리하는 메서드를 나타냅니다.Represents the method that handles the BeforeLabelEdit and AfterLabelEdit events. |
LayoutEventHandler |
Layout의 Control 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the Layout event of a Control. |
LinkClickedEventHandler |
LinkClicked의 RichTextBox 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the LinkClicked event of a RichTextBox. |
LinkLabelLinkClickedEventHandler |
LinkClicked의 LinkLabel 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the LinkClicked event of a LinkLabel. |
ListControlConvertEventHandler |
ListControl의 변환을 처리할 메서드를 나타냅니다.Represents the method that will handle converting a ListControl. |
ListViewItemMouseHoverEventHandler |
ItemMouseHover의 ListView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the ItemMouseHover event of a ListView. |
ListViewItemSelectionChangedEventHandler |
ItemSelectionChanged의 ListView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the ItemSelectionChanged event of a ListView. |
ListViewVirtualItemsSelectionRangeChangedEventHandler |
VirtualItemsSelectionRangeChanged의 ListView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the VirtualItemsSelectionRangeChanged event of a ListView. |
MaskInputRejectedEventHandler |
MaskInputRejected의 MaskedTextBox 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the MaskInputRejected event of a MaskedTextBox control. |
MeasureItemEventHandler |
ListBox, ComboBox, CheckedListBox 또는 MenuItem 컨트롤의 |
MethodInvoker |
관리 코드에서 void로 선언되고 매개 변수를 사용하지 않는 모든 메서드를 실행할 수 있는 대리자를 나타냅니다.Represents a delegate that can execute any method in managed code that is declared void and takes no parameters. |
MouseEventHandler |
폼, 컨트롤 또는 기타 구성 요소의 |
NavigateEventHandler |
NavigateEventArgs의 DataGrid 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the NavigateEventArgs event of a DataGrid. |
NodeLabelEditEventHandler |
BeforeLabelEdit 컨트롤의 AfterLabelEdit 및 TreeView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the BeforeLabelEdit and AfterLabelEdit events of a TreeView control. |
PaintEventHandler |
Paint의 Control 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the Paint event of a Control. |
PopupEventHandler |
Popup 클래스의 ToolTip 이벤트를 처리하는 메서드를 나타냅니다.Represents the method that handles the Popup event of the ToolTip class. |
PreviewKeyDownEventHandler |
컨트롤의 PreviewKeyDown 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the PreviewKeyDown event for a control. |
PropertyTabChangedEventHandler |
PropertyTabChanged의 PropertyGrid 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the PropertyTabChanged event of a PropertyGrid. |
PropertyValueChangedEventHandler |
사용자가 눈금의 속성을 수정하면 호출되는 이벤트 처리기 클래스입니다.The event handler class that is invoked when a property in the grid is modified by the user. |
QueryAccessibilityHelpEventHandler |
컨트롤의 QueryAccessibilityHelp 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the QueryAccessibilityHelp event of a control. |
QueryContinueDragEventHandler |
QueryContinueDrag의 Control 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the QueryContinueDrag event of a Control. |
QuestionEventHandler |
CancelRowEdit의 RowDirtyStateNeeded 이벤트 또는 DataGridView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the CancelRowEdit event or the RowDirtyStateNeeded event of a DataGridView. |
RetrieveVirtualItemEventHandler |
RetrieveVirtualItem의 ListView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the RetrieveVirtualItem event of a ListView. |
ScrollEventHandler |
DataGridView, ScrollBar, TrackBar 또는 DataGrid의 |
SearchForVirtualItemEventHandler |
SearchForVirtualItem의 ListView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the SearchForVirtualItem event of a ListView. |
SelectedGridItemChangedEventHandler |
SelectedGridItemChanged의 PropertyGrid 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the SelectedGridItemChanged event of a PropertyGrid. |
SplitterCancelEventHandler |
SplitterMoving의 Splitter 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the SplitterMoving event of a Splitter. |
SplitterEventHandler |
SplitterMoving의 SplitterMoved 및 Splitter 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the SplitterMoving and SplitterMoved events of a Splitter. |
StatusBarDrawItemEventHandler |
DrawItem의 StatusBar 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the DrawItem event of a StatusBar. |
StatusBarPanelClickEventHandler |
PanelClick의 StatusBar 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the PanelClick event of a StatusBar. |
TabControlCancelEventHandler |
Selecting 컨트롤의 Deselecting 또는 TabControl 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the Selecting or Deselecting event of a TabControl control. |
TabControlEventHandler |
Selected 컨트롤의 Deselected 또는 TabControl 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the Selected or Deselected event of a TabControl control. |
TableLayoutCellPaintEventHandler |
CellPaint 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the CellPaint event. |
ToolBarButtonClickEventHandler |
ButtonClick의 ToolBar 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the ButtonClick event of a ToolBar. |
ToolStripArrowRenderEventHandler |
RenderArrow의 ToolStripRenderer 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the RenderArrow event of a ToolStripRenderer. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
ToolStripContentPanelRenderEventHandler |
RendererChanged의 ToolStripContentPanel 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the RendererChanged event of a ToolStripContentPanel. |
ToolStripDropDownClosedEventHandler |
Closed의 ToolStripDropDown 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the Closed event of a ToolStripDropDown. |
ToolStripDropDownClosingEventHandler |
ToolStripDropDown의 Closing 이벤트를 처리하는 메서드를 나타냅니다.Represents the method that handles the Closing event of a ToolStripDropDown. |
ToolStripGripRenderEventHandler |
RenderGrip의 ToolStripRenderer 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the RenderGrip event of a ToolStripRenderer. |
ToolStripItemClickedEventHandler |
ItemClicked의 ToolStripItem 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the ItemClicked event of a ToolStripItem. |
ToolStripItemEventHandler |
ToolStripItem의 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle events for a ToolStripItem. |
ToolStripItemImageRenderEventHandler |
RenderItemImage의 RenderItemCheck 이벤트 또는 ToolStripRenderer 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the RenderItemImage event or RenderItemCheck event of a ToolStripRenderer. |
ToolStripItemRenderEventHandler |
ToolStripItem 클래스의 ToolStripRenderer에서 파생된 개체의 배경을 렌더링하는 이벤트를 처리하는 메서드를 나타냅니다.Represents the method that handles the events that render the background of objects derived from ToolStripItem in the ToolStripRenderer class. |
ToolStripItemTextRenderEventHandler |
RenderItemText의 ToolStripRenderer 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the RenderItemText event of a ToolStripRenderer. |
ToolStripPanelRenderEventHandler |
ToolStripPanel 그리기 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle ToolStripPanel paint events. |
ToolStripRenderEventHandler |
RenderToolStripBorder의 RenderToolStripBackground 이벤트 또는 ToolStripRenderer 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the RenderToolStripBorder event or the RenderToolStripBackground event of a ToolStripRenderer. |
ToolStripSeparatorRenderEventHandler |
RenderSeparator 클래스의 ToolStripRenderer 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the RenderSeparator event of a ToolStripRenderer class. |
TreeNodeMouseClickEventHandler |
NodeMouseClick의 NodeMouseDoubleClick 및 TreeView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the NodeMouseClick and NodeMouseDoubleClick events of a TreeView. |
TreeNodeMouseHoverEventHandler |
NodeMouseHover의 TreeView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the NodeMouseHover event of a TreeView. |
TreeViewCancelEventHandler |
BeforeCheck의 BeforeCollapse, BeforeExpand, BeforeSelect 또는 TreeView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the BeforeCheck, BeforeCollapse, BeforeExpand, or BeforeSelect event of a TreeView. |
TreeViewEventHandler |
AfterCheck의 AfterCollapse, AfterExpand, AfterSelect 또는 TreeView 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the AfterCheck, AfterCollapse, AfterExpand, or AfterSelect event of a TreeView. |
TypeValidationEventHandler |
TypeValidationCompleted 컨트롤의 MaskedTextBox 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the TypeValidationCompleted event of the MaskedTextBox control. |
UICuesEventHandler |
ChangeUICues의 Control 이벤트를 처리할 메서드를 나타냅니다.Represents a method that will handle the ChangeUICues event of a Control. |
UpDownEventHandler |
내부 클래스의 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle an event for an internal class. |
WebBrowserDocumentCompletedEventHandler |
DocumentCompleted의 WebBrowser 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the DocumentCompleted event of a WebBrowser control. |
WebBrowserNavigatedEventHandler |
Navigated의 WebBrowser 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the Navigated event of a WebBrowser control. |
WebBrowserNavigatingEventHandler |
Navigating의 WebBrowser 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the Navigating event of a WebBrowser control. |
WebBrowserProgressChangedEventHandler |
ProgressChanged의 WebBrowser 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the ProgressChanged event of a WebBrowser control. |
설명
다음 표에서의 클래스를 보여 줍니다. System.Windows.Forms 네임 스페이스 범주로 그룹화 합니다.The following table shows the classes in System.Windows.Forms namespace grouped into categories.
범주 클래스Class category | 설명Details |
---|---|
사용자 정의 컨트롤 및 폼 컨트롤- Control, User Control, and Form | 내에서 대부분의 클래스는 System.Windows.Forms 네임 스페이스에서 파생 된 Control 클래스입니다.Most classes within the System.Windows.Forms namespace derive from the Control class. 합니다 Control 에 표시 되는 모든 컨트롤에 대 한 기본 기능을 제공 하는 클래스는 Form합니다.The Control class provides the base functionality for all controls that are displayed on a Form. Form 클래스는 응용 프로그램 내에서 창을 나타냅니다.The Form class represents a window within an application. 이 대화 상자, 모덜리스 windows 및 인터페이스 MDI (다중 문서) 클라이언트 및 부모 창을 포함합니다.This includes dialog boxes, modeless windows, and Multiple Document Interface (MDI) client and parent windows. 파생 하 여 사용자 지정 컨트롤을 만들 수도 있습니다는 UserControl 클래스입니다.You can also create your own controls by deriving from the UserControl class. |
-메뉴 및 도구 모음- Menus and Toolbars | Windows Forms에는 다양 한 최신 모양 및 동작 (모양 및 느낌)을 사용 하 여 사용자 고유의 사용자 지정 툴바와 메뉴를 만드는 클래스 집합을 포함 합니다.Windows Forms contains a rich set of classes for creating your own custom toolbars and menus with modern appearance and behavior (look and feel). ToolStrip를 MenuStrip, ContextMenuStrip, 및 StatusStrip 각각 도구 모음, 메뉴 모음, 상황에 맞는 메뉴 및 상태 표시줄을 만드는 데 사용할 수 있습니다.ToolStrip, MenuStrip, ContextMenuStrip, and StatusStrip can be used to create toolbars, menu bars, context menus, and status bars, respectively. |
-컨트롤- Controls | System.Windows.Forms 네임 스페이스는 다양 한 기능이 풍부한 사용자 인터페이스를 만드는 데 사용할 수 있는 컨트롤 클래스를 제공 합니다.The System.Windows.Forms namespace provides a variety of control classes that you can use to create rich user interfaces. 일부 컨트롤은 같은 애플리케이션에서 데이터 항목에 대 한 설계 되었습니다 TextBox 고 ComboBox 컨트롤입니다.Some controls are designed for data entry within the application, such as TextBox and ComboBox controls. 다른 컨트롤 등의 애플리케이션 데이터를 표시 Label 고 ListView입니다.Other controls display application data, such as Label and ListView. 또한 네임 스페이스와 같은 애플리케이션 내에서 명령을 호출 하는 것에 대 한 컨트롤을 제공 Button합니다.The namespace also provides controls for invoking commands within the application, such as Button. 합니다 WebBrowser 컨트롤 및 HTML 클래스와 같은 관리 HtmlDocument, 표시 하 고 관리 되는 Windows Forms 애플리케이션 내에서 HTML 페이지를 조작 합니다.The WebBrowser control and managed HTML classes, such as HtmlDocument, let you display and manipulate HTML pages within your managed Windows Forms application. MaskedTextBox 컨트롤은 자동으로 마스크를 정의할 수 있는 고급 데이터 항목 컨트롤을 받거나 사용자 입력을 거부 합니다.The MaskedTextBox control is an advanced data entry control that lets you define masks that automatically accept or reject user input. 또한 사용할 수 있습니다는 PropertyGrid 컨트롤의 디자이너에 게 표시 되는 속성을 표시 하는 사용자 고유의 Windows Forms 디자이너를 만들 수 있습니다.Additionally, you can use the PropertyGrid control to create your own Windows Forms Designer that displays the designer-visible properties of the controls. |
레이아웃- Layout | 예: 양식 화면에서 컨트롤의 레이아웃을 제어 하거나 컨트롤 도움을 Windows Forms의 몇 가지 중요 한 클래스.Several important classes in Windows Forms help control the layout of controls on a display surface, such as a form or control. FlowLayoutPanel 직렬 방식으로 포함 된 모든 컨트롤을 배치 하 고 TableLayoutPanel 셀 및 행으로 고정된 된 표 컨트롤에 대 한을 정의할 수 있습니다.FlowLayoutPanel lays out all the controls it contains in a serial manner, and TableLayoutPanel lets you define cells and rows for laying out controls in a fixed grid. SplitContainer 표시 화면에 두 개 이상 조정 가능한 부분으로 나눕니다.SplitContainer divides your display surface into two or more adjustable parts. |
데이터 및 데이터 바인딩- Data and Data Binding | Windows Forms 데이터 바인딩 데이터베이스 및 XML 파일과 같은 원본에 대 한 다양 한 아키텍처를 정의 합니다.Windows Forms defines a rich architecture for binding to data sources such as databases and XML files. DataGridView 컨트롤 데이터를 표시 하기 위해 사용자 지정할 수 있는 테이블을 제공 하 고 셀, 행, 열 및 테두리를 사용자 지정할 수 있습니다.The DataGridView control provides a customizable table for displaying data, and lets you customize cells, rows, columns, and borders. BindingNavigator 컨트롤은 이동 하 고 폼에서 데이터로 작업 하는 표준화 된 방법을 나타냅니다. BindingNavigator 자주 이룹니다는 BindingSource 컨트롤을 폼에 데이터 레코드를 탐색 하 고 상호 작용 합니다.The BindingNavigator control represents a standardized way to navigate and work with data on a form; BindingNavigator is frequently paired with the BindingSource control to move through data records on a form and interact with them. |
-구성 요소- Components | 컨트롤 외에 System.Windows.Forms 네임 스페이스에서 파생 되지 않은 다른 클래스를 제공 합니다 Control 클래스 하지만 여전히 Windows 기반 애플리케이션에 시각적 기능을 제공 합니다.Besides controls, the System.Windows.Forms namespace provides other classes that do not derive from the Control class but still provide visual features to a Windows-based application. 와 같은 일부 클래스 ToolTip 고 ErrorProvider, 기능을 확장 또는 사용자에 게 정보를 제공 합니다.Some classes, such as ToolTip and ErrorProvider, extend the capabilities or provide information to the user. 사용 하 여는 Help 고 HelpProvider 클래스를 애플리케이션의 사용자에 게 도움말 정보를 표시할 수 있습니다.With the Help and HelpProvider classes, you can display Help information to a user of your applications. |
-일반 대화 상자- Common Dialog Boxes | Windows 열기 및 파일을 저장, 글꼴 또는 텍스트 색, 조작 또는 인쇄 등의 작업을 수행할 때 일관 된 사용자 인터페이스를 제공 하는 데 사용할 수 있는 몇 가지 일반적인 대화 상자를 제공 합니다.Windows provides several common dialog boxes that you can use to give your application a consistent user interface when performing tasks such as opening and saving files, manipulating the font or text color, or printing. 합니다 OpenFileDialog 및 SaveFileDialog 클래스 찾아을 열거나 저장할 파일의 이름을 입력 하 여 사용자 수 있는 대화 상자를 표시 하는 기능을 제공 합니다.The OpenFileDialog and SaveFileDialog classes provide the functionality to display a dialog box that lets the user locate and enter the name of a file to open or save. 합니다 FontDialog 클래스의 요소를 변경 하려면 대화 상자를 표시 합니다 Font 애플리케이션에서 사용 합니다.The FontDialog class displays a dialog box to change elements of the Font used by your application. 합니다 PageSetupDialog, PrintPreviewDialog, 및 PrintDialog 클래스 사용자가 문서를 인쇄의 여러 측면을 제어할 수 있는 대화 상자를 표시 합니다.The PageSetupDialog, PrintPreviewDialog, and PrintDialog classes display dialog boxes that enable the user to control aspects of printing documents. Windows 기반 애플리케이션에서 인쇄 하는 방법에 대 한 자세한 내용은 참조는 System.Drawing.Printing 네임 스페이스입니다.For more information about printing from a Windows-based application, see the System.Drawing.Printing namespace. 일반 대화 상자, 외에 System.Windows.Forms 네임 스페이스를 제공는 MessageBox 표시 하 고 사용자 로부터 데이터를 검색할 수 있는 메시지 상자를 표시 하기 위한 클래스입니다.Besides the common dialog boxes, the System.Windows.Forms namespace provides the MessageBox class for displaying a message box that can display and retrieve data from the user. |
내에서 여러 클래스를 가지는 System.Windows.Forms 이전 요약에 설명 된 클래스에 대 한 지원을 제공 하는 네임 스페이스입니다.There are several classes within the System.Windows.Forms namespace that provide support to the classes mentioned in the previous summary. 지원 클래스의 예로 열거형, 이벤트 인수 클래스 및 컨트롤 및 구성 요소 내에서 이벤트가 사용 되는 대리자를 들 수 있습니다.Examples of the supporting classes are enumerations, event argument classes, and delegates used by events within controls and components.
주의
Windows Forms 네임 스페이스 내의 클래스는 Windows 서비스 내에서 지원 되지 않습니다.Classes within the Windows Forms namespace are not supported for use within a Windows service. 서비스에서 이러한 클래스를 사용 하는 동안 저하 서비스 성능 및 런타임 예외와 같은 예기치 않은 문제가 발생할 수 있습니다.Trying to use these classes from within a service may produce unexpected problems, such as diminished service performance and run-time exceptions.
.NET Framework 버전 1.1 사용 하는 경우.NET Framework 1.0을 설정 해야 합니다 Windows XP 비주얼 스타일을 지 원하는 Windows Forms 애플리케이션 설정 했는지 확인 합니다 FlatStyle
속성을 컨트롤의 FlatStyle.System 인 매니페스트를 포함 하 고 프로그램 실행 파일입니다.If you are using .NET Framework version 1.1 or .NET Framework 1.0 and you must make your Windows Forms application support Windows XP visual styles, make sure that you set the FlatStyle
property of your controls to FlatStyle.System and include a manifest with your executable file. 매니페스트는 실행 파일과 동일한 디렉터리에 있는 별도 파일 또는 애플리케이션 실행 파일 내에 리소스로 포함 된 XML 파일.A manifest is an XML file that is included either as a resource within your application executable file or as a separate file that resides in the same directory as the executable file. 매니페스트의 예에 대 한 예제 섹션을 참조 합니다 FlatStyle 열거형입니다.For an example of a manifest, see the Example section for the FlatStyle enumeration. Windows XP에서 사용할 수 있는 비주얼 스타일을 사용 하는 방법에 대 한 자세한 내용은 "를 사용 하 여 Windows XP 시각적 스타일에서 the 사용자 인터페이스 디자인 및 개발" MSDN 라이브러리의을 참조 하세요.For more information about how to use the visual styles available in Windows XP, see "Using Windows XP Visual Styles in the User Interface Design and Development" in the MSDN Library. 기본적으로.NET Framework 버전 1.1, 1.2 및 2.0에 대 한 비주얼 스타일을 사용 합니다.By default visual styles are enabled for the .NET Framework versions 1.1, 1.2, and 2.0.