Unicode Controls & Classes for VB6 - Version 4

ctlUniRadioXP.Pressed Property

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

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