Interface IModelCursorEvent
Model cursor event information.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public interface IModelCursorEvent : IHostSessionEvent, IModelEvent, IEvent
Properties
EventCursorPosition
Gets the cursor position when the event fired.
Declaration
CursorPosition EventCursorPosition { get; }
Property Value
Type | Description |
---|---|
CursorPosition | The cursor position. |
TabStops
Gets the list of tab stops on the current entity.
Declaration
CursorPosition[] TabStops { get; }
Property Value
Type | Description |
---|---|
CursorPosition[] | The array of tab stops. |
Remarks
Gets the list of tab stops on the current entity. An empty array will be returned if there is no current entity or if no tab stops are defined on the current entity.
Exceptions
Type | Condition |
---|---|
ApptrieveException | Thrown if any error occurs. |