CheckBox.Value (gb.qt4)
Property Value As Integer
Returns or sets the value of the check-box.
The check-box value can be one of the following constant:
False
|
The checkbox is unchecked.
|
True
|
The checkbox is checked.
|
None
|
The checkbox is partially checked. That is possible only if the Tristate property is TRUE.
|