Console: Break (get)

Break

Returns if a break has been caused.



 Public Property Get Break ( ) As Boolean

Return Values

Boolean -  If a break has been caused in the console.

Remarks

This property will be set to true when one of several actions occurs. The actions are defined by the enumeration ConsoleBreakType. No DoEvents need to be called for this property to be set. Simply check this property when necessary to respond to any of the events.

Read/Write.

See Also

Project CorLib Overview

Class Console Overview