Unicode Controls & Classes for VB6 - Version 4

ctlUniListView.Sorted Property

Indicates whether the elements of a control are automatically sorted alphabetically.

Syntax
Public Property Get Sorted () As Boolean
Public Property Let Sorted (ByVal New_Value As Boolean)
Parameters
Parameter Description
ByVal New_Value As Boolean The new value
Remarks