Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / BreakEnabled Property
In This Topic
BreakEnabled Property
In This Topic
Gets or sets whether a break can be transmitted to the host computer.
Syntax
expression.BreakEnabled As Boolean
where expression is a variable that represents a Screen Object
Remarks
This property affects breaks transmitted from the keyboard, not breaks transmitted programmatically (for example, with the Break method).
See Also