Difference between revisions of "PropertyListBox.ValuesForHeader"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
m (12 revisions imported) |
(No difference)
|
Revision as of 13:24, 6 August 2015
Method
PropertyListBox.ValuesForHeader ( HeaderName As String, onlyVisible As Boolean = False ) As Dictionary
You might need to get all values and property names for a given header. Pass the Header name and you will get a dictionary containing all property names with their respective values. Some lines in the header might be hidden. If you do not want to get those values too, set “onlyVisible” to True.