Enum CursorMode
Cursor visibility requested by a grid or inline widget.
public enum CursorMode
Fields
Alternate = 2- Show the alternate cursor style when supported.
Hidden = 0- Hide the cursor.
Normal = 1- Show the normal cursor.
public enum CursorMode
Alternate = 2Hidden = 0Normal = 1