TextField.OnGotFocus Method

A GotFocus function that can be overridden when inheriting from the control.

OnGotFocus() as void

Parameters

Returns

void

Remarks

The normal event will not be called unless inheriting function calls the base function.

See Also

TextField Control