Click or drag to resize

InformationBar Class

A class that ShellBoost uses to represent an information bar above the standard explorer folder view.
Inheritance Hierarchy
SystemObject
  ShellBoost.CoreInformationBar

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class InformationBar

The InformationBar type exposes the following members.

Constructors
  NameDescription
Public methodInformationBar
Initializes a new instance of the InformationBar class
Top
Properties
  NameDescription
Public propertyGuid
Gets or sets the bar identifier.
Public propertyMessage
Gets or sets the message to display.
Top
See Also