FormListControl.sortTextItems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
sortTextItems() | |
sortTextItems(Int32) | |
sortTextItems(Int32, Boolean) |
sortTextItems()
public:
virtual bool sortTextItems();
public virtual bool sortTextItems ();
abstract member sortTextItems : unit -> bool
override this.sortTextItems : unit -> bool
Public Overridable Function sortTextItems () As Boolean
Returns
Applies to
sortTextItems(Int32)
sortTextItems(Int32, Boolean)
public:
virtual bool sortTextItems(int _column, bool _ascending);
public virtual bool sortTextItems (int _column, bool _ascending);
abstract member sortTextItems : int * bool -> bool
override this.sortTextItems : int * bool -> bool
Public Overridable Function sortTextItems (_column As Integer, _ascending As Boolean) As Boolean
Parameters
- _column
- Int32
- _ascending
- Boolean