Unicode Controls & Classes for VB6 - Version 4

ctlUniListView.View Property

Returns/sets whether or not the ListItems will be sorted in ascending or descending order.

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