Click or drag to resize

ShellFolderCreateInformationBarMenu Method

Called when ShellBoost asks for an information bar menu. It expects items to be added as children of the menu instance. This implementation does not add any items to the menu instance.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void CreateInformationBarMenu(
	InformationBar bar,
	ShellMenu menu
)

Parameters

bar
Type: callback.ShellBoost.CoreInformationBar
The information bar instance. May not be null.
menu
Type: callback.ShellBoost.CoreShellMenu
The menu instance. May not be null.
See Also