RSS

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

EditBox:SetCursorPosition(position)

[ править ]
Sets the cursor position in the edit box.
[клоны]
Sets the cursor position in the edit box.


Signature:
Code
EditBox:SetCursorPosition(position)

Arguments:
  • position - New position for the keyboard input cursor (between 0, for the position before the first character, and editbox:GetNumLetters(), for the position after the last character) (number)

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