탭에 링크된 화면들을 MDI windows의 수직 타일 배열로 변경하는 API이다.
Type | Description |
---|---|
void | 없음 |
* MDI(Multiple Document Interface) * changeshowmode로 해당 탭 패널을 최대화 하면 MDI 모드에서 SDI(Single Document Interface) window 모드로 전환된다.
function btn_showtilevert_on_mouseup()
{
tabTest.showtilevert();
}