Unicode Controls & Classes for VB6 - Version 4
ctlUniButtonImageWL
.Pressed Property
If in Tristate mode, permits you to set the press status of control
Syntax
Public Property Get Pressed () As Boolean
Public Property Let Pressed (ByVal
New_Value
As Boolean)
Parameters
Parameter
Description
ByVal
New_Value
As Boolean
If True the button is pressed, False otherwise
Remarks