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