RSS

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

EditBox:SetAutoFocus(enable)

[ править ]
Sets whether the edit box automatically acquires keyboard input focus.
[клоны]
Sets whether the edit box automatically acquires keyboard input focus. If auto-focus behavior is enabled, the edit box automatically acquires keyboard focus when it is shown and when no other edit box is focused.


Signature:
Code
EditBox:SetAutoFocus(enable)

Arguments:
  • enable - True to enable the edit box to automatically acquire keyboard input focus; false to disable (boolean)

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