Show / Hide Table of Contents

Enum ButtonType

Button type flags (cv::createButton)

Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum ButtonType

Fields

Name Description
Checkbox

The button will be a checkbox button.

PushButton

The button will be a push button.

Radiobox

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX