RSS

Пятница, 19.04.2024, 18:35
Главная » WoW API » API Виджеты » Окно редактирования »

enabled = EditBox:HasFocus()

[ править ]
Returns whether the edit box is currently focused for keyboard input.
[клоны]
Returns whether the edit box is currently focused for keyboard input.


Signature:
Code
enabled = EditBox:HasFocus()

Returns:
  • enabled - 1 if the edit box is currently focused for keyboard input; otherwise nil (1nil)

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