버튼 » Property » Main Prop

push_state

Description

버튼 생성시 눌림 상태 설정한다.

Syntax

Type Description
BOOLEAN 설명

Remark

button_type 속성에 따라 동작 상태가 결정된다.

button_type - 0:normal, push_state - false
-> 버튼 클릭시 push_state 불변 (항상 false)

button_type - 0:normal, push_state - true
-> 버튼 클릭시 push_state 불변 (togglestatuspush, setstatuspush API로만 변경 가능)

button_type - 2:toggle, push_state - false
-> 버튼 클릭시 push_state 토글됨

button_type - 2:toggle, push_state - true
-> 버튼 클릭시 push_state 토글됨

See Also

button_type

Viewer Ver.

9.1.1.1

Update Date

20230911