[This is preliminary documentation and is subject to change.]

The ReadOnlyObject type exposes the following members.

Constructors

  NameDescription
Public methodReadOnlyObject
CTor

Methods

  NameDescription
Public methodGetAttributes
Returns a collection of custom attributes for this instance of a component.
Public methodGetClassName
Returns the class name of this instance of a component.
Public methodGetComponentName
Returns the name of this instance of a component.
Public methodGetConverter
Returns a type converter for this instance of a component.
Public methodGetDefaultEvent
Returns the default event for this instance of a component.
Public methodGetDefaultProperty
Returns the default property for this instance of a component.
Public methodGetEditor
Returns an editor of the specified type for this instance of a component.
Public methodGetEvents()()()()
Returns the events for this instance of a component.
Public methodGetEvents(array<Attribute>[]()[][])
Returns the events for this instance of a component using the specified attribute array as a filter.
Public methodGetProperties()()()()
Returns the properties for this instance of a component.
Public methodGetProperties(array<Attribute>[]()[][])
Returns the properties for this instance of a component using the attribute array as a filter.
Public methodGetPropertyOwner
Returns an object that contains the property described by the specified property descriptor.

Properties

  NameDescription
Public propertyObject
Gets currently encapsulated object

See Also