ExpressionsCollectionEditor.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 개체입니다.
반환
제공된 사용자 인터페이스에 대한 편집 스타일을 나타내는 UITypeEditorEditStyle 열거형 값입니다.
설명
합니다 GetEditStyle 메서드가 반환 되는 Modal 기본적으로 값입니다.
하는 경우 GetEditStyle 지정 된 컨텍스트에서 지원 되지 않습니다 합니다 GetEditStyle 반환 None합니다.