类 EnumValueEditorSetting
继承
object
EnumValueEditorSetting
实现
System.ComponentModel.INotifyPropertyChanged
命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.Design.dll
语法
public class EnumValueEditorSetting : ComboEditorSetting, INotifyPropertyChanged
构造函数
EnumValueEditorSetting(Type)
声明
public EnumValueEditorSetting(Type enumType)
参数
类型 |
名称 |
描述 |
System.Type |
enumType |
枚举类型。
|
实现
System.ComponentModel.INotifyPropertyChanged