ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonColorPicker Class / OnClick Method

In This Topic
    OnClick Method (RibbonColorPicker)
    In This Topic
    Raises the Click event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnClick( _
       ByVal e As System.EventArgs _
    ) 
    protected override void OnClick( 
       System.EventArgs e
    )

    Parameters

    e
    See Also