Difference between revisions of "PropertyListBox.GetLine"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
 
m (1 revision)
(No difference)

Revision as of 09:41, 2 May 2012

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.