MenuBindingsEditor.GetEditStyle(ITypeDescriptorContext) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 편집기와 연결된 편집 스타일을 가져옵니다.
public:
override System::Drawing::Design::UITypeEditorEditStyle GetEditStyle(System::ComponentModel::ITypeDescriptorContext ^ context);
public override System.Drawing.Design.UITypeEditorEditStyle GetEditStyle (System.ComponentModel.ITypeDescriptorContext context);
override this.GetEditStyle : System.ComponentModel.ITypeDescriptorContext -> System.Drawing.Design.UITypeEditorEditStyle
Public Overrides Function GetEditStyle (context As ITypeDescriptorContext) As UITypeEditorEditStyle
매개 변수
- context
- ITypeDescriptorContext
편집 중인 개체의 컨텍스트를 나타내는 ITypeDescriptorContext 인터페이스를 구현하는 개체입니다.
반환
이 편집기와 연결된 편집 스타일입니다.
설명
합니다 GetEditStyle 메서드는 항상 반환을 Modal 편집기 사용자 인터페이스 (UI)는 모달 대화 상자를 나타내는 값입니다.
상속자 참고
매개 context
변수는 이 메서드 구현에서 사용되지 않지만 파생 클래스에서 재정의 GetEditStyle(ITypeDescriptorContext) 할 수 있습니다.