Difference between revisions of "TreeViewItem.IndexOf"

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

Latest revision as of 17:25, 7 August 2015

Method
TreeViewItem.IndexOf ( Item As TreeViewItem ) As Integer


Used to search for a TreeViewItem in the sub Items array. Returns the index of the Item that contains the matching value. The TreeViewItem array is zero-based.