Click or drag to resize

ButtonTypes Enumeration

Button type flags (cv::createButton)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public enum ButtonTypes
Members
  Member nameValueDescription
PushButton0 The button will be a push button.
Checkbox1 The button will be a checkbox button.
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.
See Also