using System; namespace CPF.ReoGrid.Interaction { public enum CursorStyle : byte { PlatformDefault, Hand, Selection, FullRowSelect, FullColumnSelect, EntireSheet, Move, Copy, ChangeColumnWidth, ChangeRowHeight, ResizeHorizontal, ResizeVertical, Busy, Cross } }