Button type flags (cvCreateButton)
            
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| PushButton | 0 | The button will be a push button. [CV_PUSH_BUTTON] | |
| Checkbox | 1 | The button will be a checkbox button. [CV_CHECKBOX] | |
| 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. [CV_RADIOBOX] | 
See Also