Enum ButtonType
Specifies the available GUI button types.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum ButtonType : int
Fields
Name | Description |
---|---|
CheckBox | Specifies that the button will be a checkbox button. |
PushButton | Specifies that the button will be a push button. |
RadioBox | Specifies that the button will be a radiobox button. The radiobox on the same button bar (same line) are exclusive; only one can be selected at a time. |