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) |