ListView.SelectedItemCollection

Constructors

this
this(ListView lv)
Undocumented in source.

Members

Aliases

count
deprecated alias count = length
Undocumented in source.

Functions

contains
bool contains(ListViewItem item)
Undocumented in source. Be warned that the author may not have intended to support it.
indexOf
int indexOf(ListViewItem item)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref ListViewItem) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
ListViewItem opIndex(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin OpApplyAddIndex!(opApply, ListViewItem)
Undocumented in source.

Properties

length
int length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

lview
ListView lview;
Undocumented in source.

Meta