Garry's Mod Wiki

DTextEntry:SetTabbingDisabled

  DTextEntry:SetTabbingDisabled( boolean enabled )

Description

Sets whether or not the panel accepts tab key.

Disabling tab key prevents the panel from unfocusing by mouse, however, still works for focusing to other keyboard focus.

Arguments

1 boolean enabled
Whether the DTextEntry should ignore tab.