ShellComboBoxOnDropDown Method |
Refreshes the non-persistent items in the control (ie. if changes on the desktop occurred)
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected 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