RSS

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

EditBox:SetPassword(enable)

[ править ]
Sets whether the text entered in the edit box is masked.
[клоны]
Sets whether the text entered in the edit box is masked.


Signature:
Code
EditBox:SetPassword(enable)

Arguments:
  • enable - True to mask text entered in the edit box with asterisk characters (*); false to show the actual text entered (boolean)

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