Enum ButtonType
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Button type flags (cv::createButton)
public enum ButtonType
Fields
Checkbox = 1The button will be a checkbox button.
PushButton = 0The button will be a push button.
Radiobox = 2The button will be a radiobox button. The radiobox on the same buttonbar (same line) are exclusive; one on can be select at the time.