Mono Class Library: Overview

System.ComponentModel.PropertyDescriptor: Members

The members of System.ComponentModel.PropertyDescriptor are listed below.

See Also: Inherited members from System.ComponentModel.MemberDescriptor

Protected Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
abstract
ComponentTypeType. Documentation for this section has not yet been entered.
[read-only]
ConverterTypeConverter. Documentation for this section has not yet been entered.
[read-only]
IsLocalizablebool. Documentation for this section has not yet been entered.
[read-only]
abstract
IsReadOnlybool. Documentation for this section has not yet been entered.
[read-only]
abstract
PropertyTypeType. Documentation for this section has not yet been entered.
[read-only]
SerializationVisibilityDesignerSerializationVisibility. Documentation for this section has not yet been entered.
[read-only]
SupportsChangeEventsbool. Documentation for this section has not yet been entered.

Public Methods

AddValueChanged(object, EventHandler)
Documentation for this section has not yet been entered.
abstract
CanResetValue(object) : bool
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
GetChildProperties() : PropertyDescriptorCollection
Documentation for this section has not yet been entered.
GetChildProperties(Attribute[]) : PropertyDescriptorCollection
Documentation for this section has not yet been entered.
GetChildProperties(object) : PropertyDescriptorCollection
Documentation for this section has not yet been entered.
GetChildProperties(object, Attribute[]) : PropertyDescriptorCollection
Documentation for this section has not yet been entered.
GetEditor(Type) : object
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
abstract
GetValue(object) : object
Documentation for this section has not yet been entered.
RemoveValueChanged(object, EventHandler)
Documentation for this section has not yet been entered.
abstract
ResetValue(object)
Documentation for this section has not yet been entered.
abstract
SetValue(object, object)
Documentation for this section has not yet been entered.
abstract
ShouldSerializeValue(object) : bool
Documentation for this section has not yet been entered.

Protected Methods

CreateInstance(Type) : object
Documentation for this section has not yet been entered.
override
FillAttributes(IList)
Documentation for this section has not yet been entered.
override
GetInvocationTarget(Type, object) : object
Documentation for this section has not yet been entered.
GetTypeFromName(string) : Type
Documentation for this section has not yet been entered.
GetValueChangedHandler(object) : EventHandler
Documentation for this section has not yet been entered.
OnValueChanged(object, EventArgs)
Documentation for this section has not yet been entered.