ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / C1Button Class / OnParentForeColorChanged Method
An System.EventArgs that contains the event data.

In This Topic
    OnParentForeColorChanged Method (C1Button)
    In This Topic
    Raises the System.Windows.Forms.Control.ForeColorChanged event when the System.Windows.Forms.Control.ForeColor property value of the control's container changes.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnParentForeColorChanged( _
       ByVal e As EventArgs _
    ) 
    protected override void OnParentForeColorChanged( 
       EventArgs e
    )

    Parameters

    e
    An System.EventArgs that contains the event data.
    See Also