핸들의 크기값(width/height)을 변경하는 함수이다.
Parameters | Type | Description |
---|---|---|
nWidth | long | 핸들의 가로길이 |
nHeight | long | 핸들의 세로길이 |
nHandleType | long | 핸들타입 (1: 민핸들, 2:맥스핸들) |
Type | Description |
---|---|
BOOL | 정상 적용 여부 |
* nHandleType 파라미터의 기본값은 1:민핸들이다.
function sethandlepos_on_mouseup(objInst)
{
slider.sethandlesize(20, 20, 1);
}