DataBindingCollectionEditor 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
Use of this type is not recommended because DataBindings editing is launched via a DesignerActionList instead of the property grid. http://go.microsoft.com/fwlink/?linkid=14202
데이터 바인딩 컬렉션을 편집하기 위한 사용자 인터페이스를 제공합니다.
public ref class DataBindingCollectionEditor : System::Drawing::Design::UITypeEditor
public class DataBindingCollectionEditor : System.Drawing.Design.UITypeEditor
[System.Obsolete("Use of this type is not recommended because DataBindings editing is launched via a DesignerActionList instead of the property grid. http://go.microsoft.com/fwlink/?linkid=14202")]
public class DataBindingCollectionEditor : System.Drawing.Design.UITypeEditor
type DataBindingCollectionEditor = class
inherit UITypeEditor
[<System.Obsolete("Use of this type is not recommended because DataBindings editing is launched via a DesignerActionList instead of the property grid. http://go.microsoft.com/fwlink/?linkid=14202")>]
type DataBindingCollectionEditor = class
inherit UITypeEditor
Public Class DataBindingCollectionEditor
Inherits UITypeEditor
- 상속
- 특성
설명
DataBindingCollectionEditor 클래스는 사용되지 않습니다. 디자인 타임에 데이터 바인딩 편집 이루어집니다에서 DesignerActionList 속성 눈금 대신 합니다. 자세한 내용은 ActionLists를 참조하세요.
생성자
DataBindingCollectionEditor() |
사용되지 않음.
DataBindingCollectionEditor 클래스의 새 인스턴스를 초기화합니다. |
속성
IsDropDownResizable |
사용되지 않음.
드롭다운 편집기를 사용자가 크기 조정할 수 있는지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 UITypeEditor) |
메서드
EditValue(IServiceProvider, Object) |
사용되지 않음.
GetEditStyle() 메서드에 표시된 편집기 스타일을 사용하여 지정된 개체의 값을 편집합니다. (다음에서 상속됨 UITypeEditor) |
EditValue(ITypeDescriptorContext, IServiceProvider, Object) |
사용되지 않음.
지정된 서비스 공급자와 컨텍스트를 사용하여 지정된 데이터 바인딩 컬렉션의 값을 편집합니다. |
Equals(Object) |
사용되지 않음.
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetEditStyle() |
사용되지 않음.
EditValue(IServiceProvider, Object) 메서드에서 사용하는 편집기 스타일을 가져옵니다. (다음에서 상속됨 UITypeEditor) |
GetEditStyle(ITypeDescriptorContext) |
사용되지 않음.
EditValue(ITypeDescriptorContext, IServiceProvider, Object) 메서드에서 사용하는 편집기 스타일을 가져옵니다. |
GetHashCode() |
사용되지 않음.
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetPaintValueSupported() |
사용되지 않음.
이 편집기에서 개체 값 표현를 칠할 수 있는지 여부를 나타냅니다. (다음에서 상속됨 UITypeEditor) |
GetPaintValueSupported(ITypeDescriptorContext) |
사용되지 않음.
지정된 컨텍스트에서 지정된 컨텍스트 내의 개체 값 표현를 칠할 수 있는지 여부를 나타냅니다. (다음에서 상속됨 UITypeEditor) |
GetType() |
사용되지 않음.
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
사용되지 않음.
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
PaintValue(Object, Graphics, Rectangle) |
사용되지 않음.
지정된 개체의 값 표시를 지정된 캔버스에 칠합니다. (다음에서 상속됨 UITypeEditor) |
PaintValue(PaintValueEventArgs) |
사용되지 않음.
지정된 PaintValueEventArgs를 사용하여 개체 값 표현를 칠합니다. (다음에서 상속됨 UITypeEditor) |
ToString() |
사용되지 않음.
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
적용 대상
추가 정보
.NET