var bMode = ListBox.RightAlignedText();
ListBox.RightAlignedText(bMode);
bMode = ListBox.RightAlignedText
ListBox.RightAlignedText = bMode
bMode = ListBox.RightAlignedText
ListBox.RightAlignedText = bMode
|
元素
|
说明
|
|---|---|
|
bMode
|
true - 表示文本右对齐。
false - 表示文本并非右对齐。
|
bMode = ListBox.Sort();
ListBox.Sort(bMode);
bMode = ListBox.Sort
ListBox.Sort = bMode
bMode = ListBox.Sort
ListBox.Sort = bMode
|
元素
|
说明
|
|---|---|
|
bMode
|
true - 表示对列表框内容进行排序
false - 表示内容按照其在脚本中输入的顺序显示。
|
|
|
对于 Python,请使用 True 和 False,并以大写字母表示。
|