Unicode Controls & Classes for VB6 - Version 4

ctlUniCheckWL.Pressed Property

Same as [Value] but uses a Boolean, represents the state of the control, True = Checked, False = Unchecked

Syntax
Public Property Get Pressed () As Boolean
Public Property Let Pressed (ByVal New_Pressed As Boolean)
Parameters
Parameter Description
ByVal New_Pressed As Boolean The new state of the control
Remarks