This is an IExtenderProvider component that allows you to add status bar text for menu items and form controls. When built for use with .NET 2.0, it also supports adding status bar text for menu strip, tool strip, and status strip components.

Namespace: SandcastleBuilder.Utils.Controls
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0

Syntax

C#
public class StatusBarTextProvider : Component, 
	IExtenderProvider
Visual Basic
Public Class StatusBarTextProvider _
	Inherits Component _
	Implements IExtenderProvider

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      SandcastleBuilder.Utils.Controls..::..StatusBarTextProvider

See Also