Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / CursorShapeOption Enumeration
In This Topic
CursorShapeOption Enumeration
In This Topic
Defines valid values that determine the cursor appearance in the terminal window.
Members
MemberDescription
FullBlockThe cursor appears as a rectangle that covers the entire character space.
HighHalfBlockThe cursor appears as a rectangle that covers the top half of the character space.
LowHalfBlockThe cursor appears as a rectangle that covers the bottom half of the character space.
NoCursorThe cursor is invisible.
UnderlineThe cursor appears as an underscore.
See Also