|
|
Named color dropdown list:

Category:
Graphic
API:
ClientToScreen
Very powerful dropdown UserControl with 140 different colors.

Events:
OnChange(NewColor As
stdole.OLE_COLOR, R As Byte,
G As Byte, B
As Byte, NewColorName
As String, NewColorCode
As String)
-
NewColor: Returns the color value
-
R: Returns the Red value of the color
-
G: Returns the Green value of the color
-
B: Returns the Blue value of the color
-
NewColorName: Returns the selected color
name
-
NewColorCode: Returns the selected color code
(HTML Code Hex decimal)
|
|