[]
        
(Showing Draft Content)

GrapeCity.Forguncy.CellTypes.RunTimeMethodDesignerAttribute

类 RunTimeMethodDesignerAttribute

单元格可用操作设计器器标注

继承
object
System.Attribute
RunTimeMethodDesignerAttribute
命名空间: GrapeCity.Forguncy.CellTypes
程序集: GrapeCity.Forguncy.CellTypes.dll
语法
public class RunTimeMethodDesignerAttribute : Attribute

构造函数

RunTimeMethodDesignerAttribute(string)

构造函数

声明
public RunTimeMethodDesignerAttribute(string designerTypeFullName)
参数
类型 名称 描述
string designerTypeFullName

RunTimeMethodDesignerAttribute(Type)

构造函数

声明
public RunTimeMethodDesignerAttribute(Type designerType)
参数
类型 名称 描述
System.Type designerType

属性

DesignerType

RunTimeMethodDesigner类型

声明
public Type DesignerType { get; }
属性值
类型 描述
System.Type