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 protected virtual InformationBar GetInformationBar()
Return Value
Type:
InformationBarAn instance of the InformationBar class or null.
See Also