Click or drag to resize

ShellFolderGetInformationBar Method

Called when ShellBoost asks for an information bar. This implementation returns null. To be valid, an information bar must have a non empty guid and a non null nor empty message.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual InformationBar GetInformationBar()

Return Value

Type: InformationBar
An instance of the InformationBar class or null.
See Also