siToolbarControl

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.

C# Syntax

siToolbarControl.siTBCtrlBlankSeparator                                     // 0

siToolbarControl.siTBCtrlGroupHeader                                        // 1

siToolbarControl.siTBCtrlLineBreak                                          // 2

siToolbarControl.siTBCtrlMenu                                               // 3

siToolbarControl.siTBCtrlPreset                                             // 4

siToolbarControl.siTBCtrlLineSeparator                                      // 5
Constant Value Description
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

Applies To

CreateToolbarControl