siToolbarControl Enum


Enumerations

enum   siToolbarControl {
  siTBCtrlBlankSeparator = 0,
  siTBCtrlGroupHeader = 1,
  siTBCtrlLineBreak = 2,
  siTBCtrlMenu = 3,
  siTBCtrlPreset = 4,
  siTBCtrlLineSeparator = 5
}

Detailed Description

Types of toolbar controls to use when building a toolbar. Toolbar controls help you to tweak the appearance of your toolbar by adding some cosmetic features, such as separators and line breaks.
See also:
CreateToolbarControl

Enumeration Type Documentation

enum siToolbarControl

Enumerator:
siTBCtrlBlankSeparator  [0] Blank separator
siTBCtrlGroupHeader  [1] Group header
siTBCtrlLineBreak  [2] Line break
siTBCtrlMenu  [3] Cascading command menu button
siTBCtrlPreset  [4] Cascading command preset menu button
siTBCtrlLineSeparator  [5] Line separator