Unicode Controls & Classes for VB6 - Version 4

ctlUniButtonImageWL.Tristate Property

Gets or sets the ability for the control to be used in 3-state mode, like a checkbox

Syntax
Public Property Get Tristate () As Boolean
Public Property Let Tristate (ByVal New_Value As Boolean)
Parameters
Parameter Description
ByVal New_Value As Boolean Pass True for TriState mode, False otherwise
Remarks