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。
|