# GC.Spread.Sheets.Shapes.FormControlType

## Content

# Enumeration: FormControlType

[Sheets](../modules/GC.Spread.Sheets).[Shapes](../modules/GC.Spread.Sheets.Shapes).FormControlType

Defines all the types of build-in form control.

## Table of contents

### Enumeration members

- [button](GC.Spread.Sheets.Shapes.FormControlType#button)
- [checkBox](GC.Spread.Sheets.Shapes.FormControlType#checkbox)
- [comboBox](GC.Spread.Sheets.Shapes.FormControlType#combobox)
- [groupBox](GC.Spread.Sheets.Shapes.FormControlType#groupbox)
- [label](GC.Spread.Sheets.Shapes.FormControlType#label)
- [listBox](GC.Spread.Sheets.Shapes.FormControlType#listbox)
- [optionButton](GC.Spread.Sheets.Shapes.FormControlType#optionbutton)
- [scrollBar](GC.Spread.Sheets.Shapes.FormControlType#scrollbar)
- [spinButton](GC.Spread.Sheets.Shapes.FormControlType#spinbutton)

## Enumeration members

### <a id="button" name="button"></a> button

• **button** = `"button"`

button

___

### <a id="checkbox" name="checkbox"></a> checkBox

• **checkBox** = `"checkBox"`

checkBox

___

### <a id="combobox" name="combobox"></a> comboBox

• **comboBox** = `"comboBox"`

comboBox

___

### <a id="groupbox" name="groupbox"></a> groupBox

• **groupBox** = `"groupBox"`

groupBox

___

### <a id="label" name="label"></a> label

• **label** = `"label"`

label

___

### <a id="listbox" name="listbox"></a> listBox

• **listBox** = `"listBox"`

listBox

___

### <a id="optionbutton" name="optionbutton"></a> optionButton

• **optionButton** = `"optionButton"`

optionButton

___

### <a id="scrollbar" name="scrollbar"></a> scrollBar

• **scrollBar** = `"scrollBar"`

scrollBar

___

### <a id="spinbutton" name="spinbutton"></a> spinButton

• **spinButton** = `"spinButton"`

spinButton
