Unicode Controls & Classes for VB6 - Version 4

ctlUniButtonImageWL.Value Property

Added for compatibility for standard VB6 button; pass True for raise a Click
Returns the Pressed status

Syntax
Public Property Get Value () As Boolean
Public Property Let Value (ByVal New_Value As Boolean)
Parameters
Parameter Description
ByVal New_Value As Boolean Pass True for raise a click
Remarks