[]
Translates between string values and check box states.
[TypeConverter(typeof(ae))]
public class TranslateValues
| Name | Description |
|---|---|
| TranslateValues() |
| Name | Description |
|---|---|
| Checked | Value for Checked state. |
| Indeterminate | Value for Indeterminate state. |
| IndeterminateIsDbNull | Determines if DbNull is used for indeterminate state of check box. |
| Unchecked | Value for Unchecked state. |
| Name | Description |
|---|---|
| OnChanged(EventArgs) |