Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.ToolStrips Namespace / C1ToolStripColorPicker Class / OnDropDownShow Method

In This Topic
    OnDropDownShow Method (C1ToolStripColorPicker)
    In This Topic
    Raised in response to the System.Windows.Forms.ToolStripDropDownItem.ShowDropDown method.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnDropDownShow( _
       ByVal e As System.EventArgs _
    ) 
    protected override void OnDropDownShow( 
       System.EventArgs e
    )

    Parameters

    e
    See Also