Table of Contents

Enum ButtonType

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Button type flags (cv::createButton)

public enum ButtonType

Fields

Checkbox = 1

The button will be a checkbox button.

PushButton = 0

The button will be a push 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.