  | ProfileOptionsExtensionTabPress Method | 
            Called when TAB is pressed. Handles control focusing.
            
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic virtual bool TabPress(
	bool bWithShift
)
Public Overridable Function TabPress ( 
	bWithShift As Boolean
) As Boolean
Parameters
- bWithShift  Boolean
 - True if shift was pressed (backwards tabbing), false otherwise.
 
Return Value
BooleanTrue if tab press is handled, false to let options pages handle it.
See Also