ShellFolderHandleInformationBarMenu Method |
Called when an information bar menu item has been clicked.
This implementation does nothing.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual void HandleInformationBarMenu(
InformationBar bar,
IntPtr hwndOwner,
int id
)
Parameters
- bar
- Type: ShellBoost.CoreInformationBar
The information bar instance. May not be null. - hwndOwner
- Type: SystemIntPtr
The owner window handle. - id
- Type: SystemInt32
The identifier of the clicked menu item.
See Also