var bMode = ListBox.RightAlignedText();
ListBox.RightAlignedText(bMode);
bMode = ListBox.RightAlignedText
ListBox.RightAlignedText = bMode
bMode = ListBox.RightAlignedText
ListBox.RightAlignedText = bMode
|
Element
|
Description
|
|---|---|
|
bMode
|
true— indicates that the text is right-justified.
false—indicates that the text is not right-justified.
|
bMode = ListBox.Sort();
ListBox.Sort(bMode);
bMode = ListBox.Sort
ListBox.Sort = bMode
bMode = ListBox.Sort
ListBox.Sort = bMode
|
Element
|
Description
|
|---|---|
|
bMode
|
true—indicates that contents of list box is sorted
false—indicates that contents appear in order of entry in the script.
|
|
|
For Python, use True and False, with a capital letter.
|