ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1TextBox Class / DisabledForeColor Property

In This Topic
    DisabledForeColor Property (C1TextBox)
    In This Topic
    Gets or sets the foreground color of the disabled control.
    Syntax
    'Declaration
     
    Public Property DisabledForeColor As Color
    public Color DisabledForeColor {get; set;}
    See Also