BarType Enumeration

Identifies the type of toolbar or menubar.

Syntax Constants
Enum BarType
    scBarTypeToolBar = 0
    scBarTypeMenuBar = 1
    scBarTypePopup = 2
    scBarTypeContextMenu = scBarTypePopup
End Enum
  • scBarTypeToolBar: The bar type is a toolbar.
  • scBarTypeMenuBar: The bar type is a menu bar.
  • scBarTypePopup: The bar type is a popup menu.
  • scBarTypeContextMenu: The bar type is a context menu.