In This Topic
Gets or sets a value indicating whether a break can be transmitted to the host computer. This property affects breaks transmitted from the keyboard, and does not affect breaks transmitted programmatically (for example, with the Break method).
Syntax
'Declaration
Property BreakEnabled As Boolean
'Usage
Dim instance As IScreen
Dim value As Boolean
instance.BreakEnabled = value
value = instance.BreakEnabled
bool BreakEnabled {get; set;}
See Also