Set whether OnHyperlink* scripts will run for the editbox. If set to true, the OnHyperlinkEnter, OnHyperlinkLeave, and OnHyperlinkClick scripts for the editbox will fire at the appropriate times. Otherwise, these scripts will never fire.

Behavior defaults to false.

Signature:

EditBox:SetHyperlinksEnabled(enable)

Arguments:

  • enable - True to enable the OnHyperlinkEnter, OnHyperlinkLeave, and OnHyperlinkClick scripts for the editbox. False to disable. (boolean)