Difference between revisions of "WebTreeView.IndexOf"
From Jeremie Leroy - XOJO Controls Wiki
m (4 revisions imported) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
− | Used to search for a TreeView''Item'' in the Items array. Returns the index of the [[WebTreeView.Item|Item]] that contains the matching value. The TreeViewItem array is zero-based. | + | Used to search for a TreeView''Item'' in the Items array. Returns the index of the [[WebTreeView.Item|Item]] that contains the matching value. The [[TreeViewItem]] array is zero-based. |
Latest revision as of 16:25, 7 August 2015
Method
WebTreeView.IndexOf ( Item As TreeViewItem ) As Integer
Used to search for a TreeViewItem in the Items array. Returns the index of the Item that contains the matching value. The TreeViewItem array is zero-based.