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