Click or drag to resize

UserOptionsExtensionTabPress Method

Called when TAB is pressed. Handles control focusing.

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

Parameters

bWithShift  Boolean
True if shift was pressed (backwards tabbing), false otherwise.

Return Value

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