ShellComboBoxOnDropDown Method  | 
 
            Refreshes the non-persistent items in the control (ie. if changes on the desktop occurred)
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntaxprotected override void OnDropDown(
	EventArgs e
)
Protected Overrides Sub OnDropDown ( 
	e As EventArgs
)
protected:
virtual void OnDropDown(
	EventArgs^ e
) override
abstract OnDropDown : 
        e : EventArgs -> unit 
override OnDropDown : 
        e : EventArgs -> unit Parameters
- e
 - Type: SystemEventArgs
Event arguments 
See Also