Difference between revisions of "PropertyListBox.CellColorClick"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
 
m (1 revision imported)
 
(11 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
| platform=all
 
| platform=all
 
| newinversion=
 
| newinversion=
 +
| version=1.8
 
}}
 
}}
 +
 +
 +
 +
The user has clicked on the "Select Color" button in a TypeColor cell.
 +
Return True if you handle the color selection (by displaying your own colorwheel for example).

Latest revision as of 18:27, 9 October 2015

Event
PropertyListBox.CellColorClick ( Byref C As Color ) As Boolean


The user has clicked on the "Select Color" button in a TypeColor cell. Return True if you handle the color selection (by displaying your own colorwheel for example).