- BaseButton ⇐
BaseButton
Button Button按钮类
- Button
BaseButton ⇐ BaseButton
Button Button按钮类
Kind: global class
Extends: BaseButton
Kind: global class
Button 构造函数.
Param | Type | Description |
---|---|---|
name | string |
控件名字 |
按钮是否可点击
Kind: instance method of Button
Access: public
Param | Type | Description |
---|---|---|
bool | boolean |
按钮是否可点击,取值为true说明可以点击,取值为false不可点击 |
按钮是否要渲染为选中状态
Kind: instance method of Button
Access: public
Param | Type | Description |
---|---|---|
bool | boolean |
按钮是否要渲染为选中状态,取值为true需要渲染为选中状态,取值为false渲染为非选中状态 |