# GC.Spread.Sheets.Designer.MessageBoxButtons

## Content

# Enumeration: MessageBoxButtons

[Sheets](../modules/GC.Spread.Sheets).[Designer](../modules/GC.Spread.Sheets.Designer).MessageBoxButtons

## Table of contents

### Enumeration members

- [ok](GC.Spread.Sheets.Designer.MessageBoxButtons#ok)
- [okCancel](GC.Spread.Sheets.Designer.MessageBoxButtons#okcancel)
- [yesNo](GC.Spread.Sheets.Designer.MessageBoxButtons#yesno)
- [yesNoCancel](GC.Spread.Sheets.Designer.MessageBoxButtons#yesnocancel)

## Enumeration members

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

• **ok** = `0`

Specifies the button type of messageBox is ok

___

### <a id="okcancel" name="okcancel"></a> okCancel

• **okCancel** = `1`

Specifies the button type of messageBox is okCancel

___

### <a id="yesno" name="yesno"></a> yesNo

• **yesNo** = `3`

Specifies the button type of messageBox is yesNo

___

### <a id="yesnocancel" name="yesnocancel"></a> yesNoCancel

• **yesNoCancel** = `2`

Specifies the button type of messageBox is yesNoCancel
