Click or drag to resize

VisualComponentComponentType Class

Component properties, events and management for a particular component type.
Inheritance Hierarchy
SystemObject
  Demo3D.VisualsVisualComponentComponentType

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class ComponentType

The VisualComponentComponentType type exposes the following members.

Properties
  NameDescription
Public propertyName
Component type name.
Public propertyParentLostAction
What to do if the parent of a component is lost.
Public propertyParentUpdatedAction
What to do if the parent of a component changes, resulting in the root component changing.
Top
Methods
  NameDescription
Public methodStatic memberFind
Return the properties for a component type, or null if the component type isn't known.
Public methodStatic memberGet
Return the properties for a component type.
Public methodToString (Overrides ObjectToString.)
Top
Events
  NameDescription
Public eventParentLost
Parent of a component visual lost.
Public eventParentUpdated
Parent of a component visual changed.
Public eventVisualsAdded
Event for when a visual is added to a component.
Public eventVisualsRemoved
Event for when a visual is removed from a component.
Top
See Also