RSS

Суббота, 27.04.2024, 05:12
Главная » WoW API » API Виджеты » Окно редактирования »

EditBox:SetMaxLetters(maxLetters)

[ править ]
Sets the maximum number of text characters allowed in the edit box.
[клоны]
Sets the maximum number of text characters allowed in the edit box. Attempts to type more than this number into the edit box will produce no results; programmatically inserting text or setting the edit box's text will truncate input to the maximum length.


Signature:
Code
EditBox:SetMaxLetters(maxLetters)

Arguments:
  • maxLetters - Maximum number of text characters allowed in the edit box, or 0 for no limit (number)

Также смотрите: Окно редактирования
Ссылки: http://wowprogramming.com/docs/widgets/EditBox/SetMaxLetters