Beta Documentation - Subject to change.

Returns true if the control has focus.

Syntax

Lua
function Control:HasFocus();

Returns

Type: boolean
Returns true if the control has focus.

Remarks

Returns true if the control has focus.

See Also