Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.ColSortWithCustomEvent Property

Gets or sets the ability to sort a certain column using a custom event

Syntax
Public Property Get ColSortWithCustomEvent (ByRef vKey As Variant) As Boolean
Public Property Let ColSortWithCustomEvent (ByRef vKey As Variant, _
ByRef b As Boolean)
Parameters
Parameter Description
ByRef vKey As Variant The column key or index
ByRef b As Boolean True for sorting with the custom event [SortCompareRows], False otherwise
Remarks