RSS

Четверг, 25.04.2024, 11:38
Главная » WoW API » API Виджеты » Окно редактирования »

EditBox:SetMultiLine(multiLine)

[ править ]
Sets whether the edit box shows more than one line of text.
[клоны]
Sets whether the edit box shows more than one line of text. When in multi-line mode, the edit box's height is determined by the number of lines shown and cannot be set directly -- enclosing the edit box in a ScrollFrame may prove useful in such cases.


Signature:
Code
EditBox:SetMultiLine(multiLine)

Arguments:
  • multiLine - True to allow the edit box to display more than one line of text; false for single-line display (boolean)

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