<img src="https://raw.githubusercontent.com/FRACerqueira/PromptPlus/main/icon.png" width="120" alt="PromptPlus" />

#### [PromptPlus](PromptPlus.md 'PromptPlus')
### [PromptPlusLibrary](PromptPlusLibrary.md 'PromptPlusLibrary')

## TableSelectStyles Enum

Represents style regions for the TableSelect control\.

```csharp
public enum TableSelectStyles
```
### Fields

<a name='PromptPlusLibrary.TableSelectStyles.Prompt'></a>

`Prompt` 0

Prompt region\.

<a name='PromptPlusLibrary.TableSelectStyles.Answer'></a>

`Answer` 1

Answer region\.

<a name='PromptPlusLibrary.TableSelectStyles.Description'></a>

`Description` 2

Description region\.

<a name='PromptPlusLibrary.TableSelectStyles.HeaderText'></a>

`HeaderText` 3

Header text region\.

<a name='PromptPlusLibrary.TableSelectStyles.BorderLines'></a>

`BorderLines` 4

Borders region \(outer borders, column separators and header separator\)\.

<a name='PromptPlusLibrary.TableSelectStyles.SelectedCell'></a>

`SelectedCell` 5

Selected cell region\.

<a name='PromptPlusLibrary.TableSelectStyles.UnselectedCell'></a>

`UnselectedCell` 6

Unselected cell region\.

<a name='PromptPlusLibrary.TableSelectStyles.DisabledRow'></a>

`DisabledRow` 7

Disabled row region\.

<a name='PromptPlusLibrary.TableSelectStyles.Pagination'></a>

`Pagination` 8

Pagination region\.

<a name='PromptPlusLibrary.TableSelectStyles.Error'></a>

`Error` 9

Error region\.

<a name='PromptPlusLibrary.TableSelectStyles.Tooltips'></a>

`Tooltips` 10

Tooltips region\.

<a name='PromptPlusLibrary.TableSelectStyles.TaggedInfo'></a>

`TaggedInfo` 11

Tagged information region\.