var longCount = ListBox.Count();
longCount = ListBox.Count
longCount = ListBox.Count
|
Element
|
Description
|
|---|---|
|
longCount
|
The integer number of items in the list box.
|
var longSelIndex = ListBox.CurSel();
ListBox.CurSel(longSelIndex);
longSelIndex = ListBox.CurSel
ListBox.CurSel = longSelIndex
longSelIndex = ListBox.CurSel
ListBox.CurSel = longSelIndex
|
Element
|
Description
|
|---|---|
|
longSelIndex
|
The index of the selected item or item to select. The index is zero based.
|
var longLBERR = ListBox.LBERR();
longLBERR = ListBox.LBERR
longLBERR = ListBox.LBERR
|
Element
|
Description
|
|---|---|
|
longLBERR
|
An integer value that indicates the setting of the LBERR constant.
|