InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / ForeColor Property

In This Topic
    ForeColor Property (C1InputPanel)
    In This Topic
    Gets or sets the foreground color for the input panel.
    Syntax
    'Declaration
     
    Public Overrides Property ForeColor As Color
    public override Color ForeColor {get; set;}
    See Also