Description
The StatusBarSource is the data source for a status bar. It derives from ToolBarSource. Its functionality diverges from the base class in the following ways:
- The placement mode of the customize menu is above the customization button, rather than below.
- The placement mode of the toolbar overflow popup is above the toolbar, rather than below.
- The toolbar customization menu does not have a caption.
- The toolbar customization menu does not have a customize command ('More commands...').
Class Hierarchy
Autodesk.Windows.ToolBars.ToolBarSource Autodesk.Windows.ToolBars.StatusBarSource
Visual Basic
Public Class StatusBarSource Inherits ToolBarSource
C#
public class StatusBarSource : ToolBarSource;