FileListBox.Sorted 屬性

定義

會得到一個值,表示 a FileListBox 中的項目是否按字母順序排序。

public:
 property bool Sorted { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool Sorted { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Sorted : bool
Public ReadOnly Property Sorted As Boolean

屬性值

true如果控制項目被排序;否則,。 false 預設值為 false

屬性

備註

對於控制SortedFileListBox總是返回 false

Note

Microsoft.VisualBasic.Compatibility.VB6 命名空間中的函式與物件,供工具從 Visual Basic 6.0 升級至 Visual Basic 2008 使用。 大多數情況下,這些函式和物件會重複你在 .NET Framework 中其他命名空間中能找到的功能。 只有當 Visual Basic 6.0 的程式碼模型與 .NET Framework 實作有顯著差異時,才需要使用這些工具。

適用於

另請參閱