Ejemplo n.º 1
0
 public string GetClassName()
 {
     return(TypeDescriptorHelper.GetClassName(this));
 }
Ejemplo n.º 2
0
 public object GetPropertyOwner(PropertyDescriptor pd)
 {
     return(TypeDescriptorHelper.GetPropertyOwner(this, pd));
 }
Ejemplo n.º 3
0
 public AttributeCollection GetAttributes()
 {
     return(TypeDescriptorHelper.GetAttributes(this));
 }
Ejemplo n.º 4
0
 public PropertyDescriptorCollection GetProperties()
 {
     return(TypeDescriptorHelper.GetProperties(this));
 }
Ejemplo n.º 5
0
 public PropertyDescriptorCollection GetProperties(Attribute[] attributes)
 {
     return(TypeDescriptorHelper.GetProperties(this, attributes));
 }
Ejemplo n.º 6
0
 public EventDescriptorCollection GetEvents()
 {
     return(TypeDescriptorHelper.GetEvents(this));
 }
Ejemplo n.º 7
0
 public EventDescriptorCollection GetEvents(Attribute[] attributes)
 {
     return(TypeDescriptorHelper.GetEvents(this, attributes));
 }
Ejemplo n.º 8
0
 public object GetEditor(Type editorBaseType)
 {
     return(TypeDescriptorHelper.GetEditor(this, editorBaseType));
 }
Ejemplo n.º 9
0
 public PropertyDescriptor GetDefaultProperty()
 {
     return(TypeDescriptorHelper.GetDefaultProperty(this));
 }
Ejemplo n.º 10
0
 public EventDescriptor GetDefaultEvent()
 {
     return(TypeDescriptorHelper.GetDefaultEvent(this));
 }
Ejemplo n.º 11
0
 public TypeConverter GetConverter()
 {
     return(TypeDescriptorHelper.GetConverter(this));
 }
Ejemplo n.º 12
0
 public string GetComponentName()
 {
     return(TypeDescriptorHelper.GetComponentName(this));
 }