Share

StatusBarSource Class

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:

  1. The placement mode of the customize menu is above the customization button, rather than below.
  2. The placement mode of the toolbar overflow popup is above the toolbar, rather than below.
  3. The toolbar customization menu does not have a caption.
  4. 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;

Links

StatusBarSource Fields

Was this information helpful?