Click or drag to resize

ShellFolderHandleInformationBarMenu Method

Called when an information bar menu item has been clicked. This implementation does nothing.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void HandleInformationBarMenu(
	InformationBar bar,
	IntPtr hwndOwner,
	int id
)

Parameters

bar
Type: callback.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