스핀넘버의 편집가능 여부를 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
bEditable | bool | 편집가능 여부(true, false) |
Type | Description |
---|---|
void | 없음 |
**스핀넘버의 editable 속성에서 설정한 것과 동일한 기능을 한다.
function btnseteditable_on_mouseup()
{
// 데이트피커 편집
spinnum.seteditable(false);
}