Unicode Controls & Classes for VB6 - Version 4

ctlUniListBoxXP.TrapTabKey Property

Gets or sets the ability for the control to catch Tab keys

Syntax
Public Property Get TrapTabKey () As Boolean
Public Property Let TrapTabKey (ByVal bState As Boolean)
Parameters
Parameter Description
ByVal bState As Boolean If True catches TAB keys and returns them as standard keys, If False the Tab sends the focus to the next control
Remarks