Interface IEntityEvent
Entity event information.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public interface IEntityEvent : IModelEvent, IEvent
Properties
EntityName
Gets the entity entity name
Declaration
string EntityName { get; }
Property Value
Type | Description |
---|---|
string | The name of the entity. |
TabStops
Gets the list of tab stops on the entity.
Declaration
CursorPosition[] TabStops { get; }
Property Value
Type | Description |
---|---|
CursorPosition[] | The array of tabstops. |
Remarks
Gets the list of tab stops on the entity. An empty array will be returned if no tab stops are defined.
Exceptions
Type | Condition |
---|---|
ApptrieveException | Returned if there is an error retrieving the tabstop information. |