Customizing C1Input's Appearance / Cursor Styles
In This Topic
Cursor Styles
In This Topic

You can customize how the cursor appears when the pointer moves over the control by specifying a value for the Cursor property. You can also customize how the cursor appears when the mouse is over the buttons on the applicable input controls using the ButtonCursor property. The cursor styles are applicable to all C1Input controls. The button cursor styles are applicable to the C1DropDownControl, C1DbNavigator, C1DateEdit, and C1NumericEdit. The cursor and button cursor styles appear like the following:

Button Cursor Style Preview
AppStarting buttoncursor_AppStarting            
Arrow buttoncursor_arrow
  
Cross buttoncursor_cross            
Default buttoncursor_default            
IBeam buttoncursor_ibeam            
No buttoncursor
           
SizeAll buttoncursor_sizeall            
SizeNESW buttoncursor_SizeNESW            
SizeNS buttoncursor_SizeNS            
SizeNWSE ButtonCursor_SizeNWSE            
SizeWE buttoncursor_SizeWE            
UpArrow buttoncursor_uparrow            
WaitCursor buttoncursor_WaitCursor            
Help buttoncursor_help            
HSplit buttoncursor_hsplit            
VSplit buttoncursor_vstyle            
NoMove2D buttoncursor_NoMove2D            
NoMoveHoriz buttoncursor_NoMoveHoriz            
NoMoveVert buttoncursor_NoMoveVert            
PanEast buttoncursor_PanEast            
PanNE buttoncursor_PanNE            
PanNorth buttoncursor_PanNorth            
PanNW buttoncursor_PanNW            
PanSE buttoncursor_PanSE            
PanSouth buttoncursor_PanSouth            
PanSW buttoncursorPanSW           
PanWest buttoncursor_PanWest            
Hand buttoncursor_Hand            
See Also