UITypeEditor.GetEditStyle 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
메서드에서 사용하는 편집기 EditValue(IServiceProvider, Object) 스타일을 가져옵니다.
오버로드
| Name | Description |
|---|---|
| GetEditStyle() |
메서드에서 사용하는 편집기 EditValue(IServiceProvider, Object) 스타일을 가져옵니다. |
| GetEditStyle(ITypeDescriptorContext) |
메서드에서 사용하는 편집기 EditValue(IServiceProvider, Object) 스타일을 가져옵니다. |
GetEditStyle()
메서드에서 사용하는 편집기 EditValue(IServiceProvider, Object) 스타일을 가져옵니다.
public:
System::Drawing::Design::UITypeEditorEditStyle GetEditStyle();
public System.Drawing.Design.UITypeEditorEditStyle GetEditStyle();
member this.GetEditStyle : unit -> System.Drawing.Design.UITypeEditorEditStyle
Public Function GetEditStyle () As UITypeEditorEditStyle
반품
UITypeEditorEditStyle 현재UITypeEditor에서 사용하는 편집기의 스타일을 나타내는 열거형 값입니다. 기본적으로 이 메서드는 .를 반환 None합니다.
설명
이 메서드 GetEditStyle 를 재정의 UITypeEditor 하고 구현하지 않으면 기본적으로 반환 None 됩니다.
추가 정보
적용 대상
GetEditStyle(ITypeDescriptorContext)
메서드에서 사용하는 편집기 EditValue(IServiceProvider, Object) 스타일을 가져옵니다.
public:
virtual System::Drawing::Design::UITypeEditorEditStyle GetEditStyle(System::ComponentModel::ITypeDescriptorContext ^ context);
public virtual System.Drawing.Design.UITypeEditorEditStyle GetEditStyle(System.ComponentModel.ITypeDescriptorContext context);
abstract member GetEditStyle : System.ComponentModel.ITypeDescriptorContext -> System.Drawing.Design.UITypeEditorEditStyle
override this.GetEditStyle : System.ComponentModel.ITypeDescriptorContext -> System.Drawing.Design.UITypeEditorEditStyle
Public Overridable Function GetEditStyle (context As ITypeDescriptorContext) As UITypeEditorEditStyle
매개 변수
- context
- ITypeDescriptorContext
ITypeDescriptorContext 추가 컨텍스트 정보를 얻는 데 사용할 수 있는 항목입니다.
반품
UITypeEditorEditStyle 메서드에서 사용하는 편집기의 스타일을 나타내는 값입니다EditValue(IServiceProvider, Object). 이 메서드 GetEditStyle() 를 UITypeEditor 지원하지 않으면 반환None됩니다.