PropertyListBox.GetLine

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 18:27, 9 October 2015 by Admin (Talk | contribs) (1 revision imported)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Method
PropertyListBox.GetLine ( index As Integer ) As PropertyListLine


Each row of the Listbox is stored as a PropertyListLine. In order to get or edit some properties for a given line, you can get that line by passing its index value.