RSS

Четверг, 28.03.2024, 14:41
Главная » WoW API » API Виджеты » Кнопка »

state = CheckButton:GetButtonState()

[ править ]
Returns the button's current state.
[клоны]
Returns the button's current state.


Signature:
Code
state = Button:GetButtonState()

Returns:
  • state - State of the button (string)
      DISABLED - Button is disabled and cannot receive user input
    • NORMAL - Button is in its normal state
    • PUSHED - Button is pushed (as during a click on the button)

Также смотрите: Кнопка
Ссылки: http://wowprogramming.com/docs/widgets/Button/GetButtonState