ButtonTypes Enumeration |
Namespace: OpenCvSharp
| Member name | Value | Description | |
|---|---|---|---|
| PushButton | 0 | The button will be a push button. | |
| Checkbox | 1 | The button will be a checkbox button. | |
| Radiobox | 2 | The button will be a radiobox button. The radiobox on the same buttonbar (same line) are exclusive; one on can be select at the time. |