Unicode Controls & Classes for VB6 - Version 4

ctlUniButtonImageWL.xTranspColor Property

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

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