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

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

## TableMultiSelectStyles Enum

Represents style regions for the TableMultiSelect control\.

```csharp
public enum TableMultiSelectStyles
```
### Fields

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

`Prompt` 0

Prompt region\.

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

`Answer` 1

Answer region \(shows the selected\-items count\)\.

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

`Description` 2

Description region\.

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

`HeaderText` 3

Header text region\.

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

`BorderLines` 4

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

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

`SelectedCell` 5

Selected \(cursor\) row region — applies to the checkbox mark and all cell text\.

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

`UnselectedCell` 6

Unselected row region — applies to the checkbox mark and all cell text\.

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

`DisabledRow` 7

Disabled row region — applies to the checkbox mark and all cell text\.

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

`Pagination` 8

Pagination region\.

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

`Error` 9

Error region\.

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

`Tooltips` 10

Tooltips region\.

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

`TaggedInfo` 11

Tagged information region \(e\.g\. filter label\)\.