PropertyListBox.DoubleClick

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
Event
PropertyListBox.DoubleClick ( )


The user has double-clicked on the ListBox. The indexes of the cell that was double-clicked are not passed, but you can determine them using the RowFromXY and ColumnFromXY methods. See the example in the Notes section for the ListBox control. If the PropertyListBox is Hierarchical and a Header was double-clicked, this event doesn't fire and the Header is Collapsed or Expanded instead.