Unicode Controls & Classes for VB6 - Version 4

ctlUniCheckXP.Value Property

Same as [Pressed] but used an Integer like the original VB6 control
Represents the state of the control, 1 = Checked, 0 = Unchecked

Syntax
Public Property Get Value () As Integer
Public Property Let Value (ByVal New_Value As Integer)
Parameters
Parameter Description
ByVal New_Value As Integer The new state of the control
Remarks