Click or drag to resize
Sandcastle Help File BuilderStatusBarTextProvider Properties

The StatusBarTextProvider type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberApplicationDefaultText
This is used to set or get the default text to show when no item has the focus or no status text for the application status bar.
Public propertyStatic memberApplicationDisplayPanel
This is used to set or get the status bar panel in which to display the messages in the common application status bar.
Public propertyStatic memberCode exampleApplicationStatusBar
This is used to set or get the default status bar component to use for displaying the status bar text messages.
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyInstanceDefaultText
This is used to set or get the default text to show when no item has the focus or no status text for the instance status bar.
Public propertyInstanceDisplayPanel
This is used to set or get the status bar panel in which to display the messages when the InstanceStatusBar property is set to a status bar.
Public propertyInstanceStatusBar
This is used to get or set the status bar component to use for this instance.
Public propertyStatic memberProgressBar
This is used to get or set the tool strip progress bar component that can be used to display progress through a long running task.
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertyStatic memberStatusLabel
This is used to get or set the tool strip status label component that can be used to display a status message in conjunction with the ProgressBar component.
Top
See Also