InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputControlHost Class / OnForeColorChanged Method

In This Topic
    OnForeColorChanged Method (InputControlHost)
    In This Topic
    Raises the ForeColorChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnForeColorChanged( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnForeColorChanged( 
       EventArgs e
    )

    Parameters

    e
    See Also