[]
Configurates ShowColorString. Sets a value indicating whether the ColorPicker shows a string representation of the current color.
public ColorPickerBuilder ShowColorString(bool value)
Public Function ShowColorString(value As Boolean) As ColorPickerBuilder
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| ColorPickerBuilder | Current builder. |