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

In This Topic
    ForeColor Property (InputControlHost)
    In This Topic
    Gets or sets the foreground color for the hosted control.
    Syntax
    'Declaration
     
    Public Overridable Shadows Property ForeColor As Color
    public virtual new Color ForeColor {get; set;}
    See Also