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:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual InformationBar GetInformationBar()

Return Value

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