Unicode Controls & Classes for VB6 - Version 4

ctlUniButtonImageWL.yTranspColor Property

Gets or sets the Transparency Y coordinate if you chose eUniImage_TranspType_ByCoords ([ctlUniImageWL.eUniImage_TranspType]) as transparency type

Syntax
Public Property Get yTranspColor () As Long
Public Property Let yTranspColor (ByVal New_Value As Long)
Parameters
Parameter Description
ByVal New_Value As Long The Y coordinate for the transparent pixel
Remarks