ButtonType Enumeration OpenCvSharp Class Library
Button type flags (cvCreateButton)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum ButtonType
Members

  Member nameValueDescription
PushButton0 The button will be a push button. [CV_PUSH_BUTTON]
Checkbox1 The button will be a checkbox button. [CV_CHECKBOX]
Radiobox2 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

Reference