Admin Production rocket
Current Publication

CursorShapeOption

Reflection Desktop .NET API Guide V17.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
CursorShapeOption Enumeration
In This Topic
Specifies the shape of the text cursor.
Syntax

                     
                     
'Declaration
 

                     
                     
Public Enum CursorShapeOption 
   Inherits System.Enum

                  

                     
                     
'Usage
 

                     
                     
Dim instance As CursorShapeOption

                  

                     
                     
public enum CursorShapeOption : System.Enum 

                  
Members
Member Description
Block The cursor is displayed as a full block.
NoCursor The cursor is invisible.
Underline The cursor is displayed as an underline.
VerticalBar The cursor is displayed as a thin vertical bar.
Inheritance Hierarchy

System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.CursorShapeOption

See Also