| ProfileOptionsExtensionTabPress Method |
Called when TAB is pressed. Handles control focusing.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntax public 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