Click or drag to resize

LTComponent Class

Base Component Class
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Common
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class LTComponent : Wrapper, 
	IDocumentProperty, IDynamicMetaObjectProvider

The LTComponent type exposes the following members.

Properties
  NameDescription
Public propertyCaption
The caption of the component as displayed in the UI.
Public propertyDeleted
Is the component marked for deletion?
Public propertyDocument
Gets the associated Document of the LTComponent.
Public propertyItems
The child collection
Public propertyName
The name of the component. A guid used to identify this component.
Top
Events
  NameDescription
Public eventChanged
The Click Event gets fired when the user clicks on the hitarea of the WindowlessComponent
Top
See Also
Inheritance Hierarchy