Blinking Property (Read Only)

Top  Previous  Next

Returns true if the field should be shown blinking.

 

VB.NET Syntax

 

[Boolean =] Field.Blinking

 

C# Syntax

 

[bool =] Field.Blinking;

 

 

Remarks

 

This is a terminal-emulation behavior attribute. Normally, you should consider this property if you are going to implement a terminal emulation program.

 

See Also High, Reverse and Underline properties.