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

In This Topic
    OnDropDownOpened Method
    In This Topic
    Raises the System.Windows.Forms.ToolStripDropDownItem.DropDownOpened event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnDropDownOpened( _
       ByVal e As System.EventArgs _
    ) 
    protected override void OnDropDownOpened( 
       System.EventArgs e
    )

    Parameters

    e
    See Also