DOMAttributeSet

From Virtual World Web Wiki
Revision as of 14:14, 18 January 2019 by Spark5 (Talk | contribs) (Documentation for the DOMAttributeSet class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Represents the set of properties defined on a DOM Object or DOMPropertyItem

Remarks [edit]

Properties

int Count {get;}
DOMObject Owner {get;}
string PropertyName {get;}

Methods

AttributeCollection GetAttributes()
string GetClassName()
string GetComponentName()
TypeConverter GetConverter()
EventDescriptor GetDefaultEvent()
PropertyDescriptor GetDefaultProperty()
object GetEditor(Type editorBaseType)
IEnumerator<DOMAttribute> GetEnumerator()
EventDescriptorCollection GetEvents(Attribute[] attributes)
EventDescriptorCollection GetEvents()
PropertyDescriptorCollection GetProperties()
PropertyDescriptorCollection GetProperties(Attribute[] attributes)
object GetPropertyOwner(PropertyDescriptor pd)
string ToString()