Click or drag to resize
ProfileOptionsExtensionTabPress Method
Called when TAB is pressed. Handles control focusing.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll)
Syntax
public virtual bool TabPress(
	bool bWithShift
)

Parameters

bWithShift
Type: SystemBoolean
True if shift was pressed (backwards tabbing), false otherwise.

Return Value

Type: Boolean
True if tab press is handled, false to let options pages handle it.
See Also