[]
Configurates IsDisabled. Sets a value that determines whether the control is disabled.
public TBuilder IsDisabled(bool value)
Public Function IsDisabled(value As Boolean) As TBuilder
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |