DataBindingCollectionEditor.GetEditStyle(ITypeDescriptorContext) 方法

定义

获取由 EditValue(ITypeDescriptorContext, IServiceProvider, Object) 方法使用的编辑器样式。

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 对象,指定组件或控件的编辑器样式。

注解

此编辑器提供模式编辑器样式。

适用于

另请参阅