Button type flags (cv::createButton)
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
SyntaxPublic Enumeration ButtonTypes
public enum class ButtonTypes
OpenCvSharp.ButtonTypes = function();
OpenCvSharp.ButtonTypes.createEnum('OpenCvSharp.ButtonTypes', false);
Members
| 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.
|
See Also