ComponentOne Input for WinForms
Customizing C1Input's Appearance / Border Styles
In This Topic
    Border Styles
    In This Topic

    The following border styles are available for C1Input:

    Border Style Preview
    None
     borderstyle_none          
    FixedSingle borderstyle_FixedSingle       
    Fixed3D (Default) borderstyle_Fixed3D            

    Border Color

    A border color can be applied to C1DateEdit, C1CheckBox, C1Label, C1NumericEdit, C1DropDownControl, and C1TextBox controls when the border style is set to FixedSingle and the value of the BorderColor property is specified.

    For more information on applying a border color to an applicable C1Input control see Displaying a Border Color for the C1Input controls.

    See Also