메뉴버튼 박스의 테두리 스타일을 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
nBorderStyle | short | 테두리 스타일 상수(*Remark 참조) |
Type | Description |
---|---|
void | 없음 |
* 메뉴버튼 박스 Property의 스타일과 동일하다. **nBorderStyle (테두리 스타일) 상수 XFD_BORDER_NONE 또는 0 : 테두리없음 XFD_BORDER_FLAT 또는 1 : 납작한테두리<스pre>
function btn_setborder_on_mouseup()
{
menubtn.setmenuboxborder(XFD_BORDER_NONE);
}