Click or drag to resize

McPropertyDescriptor Class

Inheritance Hierarchy
SystemObject
  System.ComponentModelMemberDescriptor
    System.ComponentModelPropertyDescriptor
      MediaCy.Utilities.SystemExMcPropertyDescriptor

Namespace:  MediaCy.Utilities.SystemEx
Assembly:  MediaCy.Utilities.SystemEx (in MediaCy.Utilities.SystemEx.dll) Version: 3.1.0.0
Syntax
VB
Public Class McPropertyDescriptor
	Inherits PropertyDescriptor

The McPropertyDescriptor type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyComponentType (Overrides PropertyDescriptorComponentType.)
Public propertyConverter (Overrides PropertyDescriptorConverter.)
Public propertyIsReadOnly (Overrides PropertyDescriptorIsReadOnly.)
Public propertyPropertyType (Overrides PropertyDescriptorPropertyType.)
Top
Methods
  NameDescription
Public methodCanResetValue (Overrides PropertyDescriptorCanResetValue(Object).)
Public methodStatic memberDictToAttribList
Creates a list of Attributes from an IDictionary of String + value (normally a string)
Public methodGetValue (Overrides PropertyDescriptorGetValue(Object).)
Public methodResetValue (Overrides PropertyDescriptorResetValue(Object).)
Public methodSetValue (Overrides PropertyDescriptorSetValue(Object, Object).)
Public methodShouldSerializeValue (Overrides PropertyDescriptorShouldSerializeValue(Object).)
Top
Fields
See Also