ListBox.SelectedObjectCollection

Undocumented in source.

Constructors

this
this(ListBox lb)
Undocumented in source.

Members

Aliases

count
deprecated alias count = length
Undocumented in source.
opApply
alias opApply = _opApply
Undocumented in source.

Functions

_opApply
int _opApply(int delegate(ref Object) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
_opApply
int _opApply(int delegate(ref Dstring) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(Dstring str)
Undocumented in source. Be warned that the author may not have intended to support it.
indexOf
int indexOf(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
indexOf
int indexOf(Dstring str)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Object opIndex(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin OpApplyAddIndex!(_opApply, Dstring)
Undocumented in source.
__anonymous
mixin OpApplyAddIndex!(_opApply, Object)
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

lbox
ListBox lbox;
Undocumented in source.

Meta