SetListboxHovering |
PXPWindow.SetListboxHovering(LONG nFeq, BYTE bEnabled)
This method can be used to control whether or not to draw header highlighting on list boxes
Example:
PXPWindow.SetListboxHovering(0, False) ! Turns off hovering for all list boxes in this window
PXPWindow.SetListboxHovering(?List1, True) ! Turns off hovering for ?List1