Each Input control except PictureBox has control-wise Styles property. For instance, C1Button has Styles property that gets or sets the C1.Win.Input.C1Button styles. Similarly, C1TextBox has its Styles property that gets or sets the C1.Win.Input.C1TextBox styles.
The following border styles are available for Input controls:
Border Style | Example Image |
None | ![]() |
FixedSingle | ![]() |
Fixed3D | ![]() |
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.