ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Design Namespace / ColorPickerControl Class / OnPreviewKeyDown Method

In This Topic
    OnPreviewKeyDown Method (ColorPickerControl)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPreviewKeyDown( _
       ByVal e As System.Windows.Forms.PreviewKeyDownEventArgs _
    ) 
    protected virtual void OnPreviewKeyDown( 
       System.Windows.Forms.PreviewKeyDownEventArgs e
    )

    Parameters

    e
    See Also