AutoHotKey(오토핫키) 설명서 SplashTextOn / SplashTextOff
SplashTextOn / SplashTextOff
스플래쉬 텍스트 윈도우를 표시·비표시한다
SplashTextOff SplashTextOn [, Width, Height, Title, Text]
Parameters
인수명 | 설명 |
---|---|
Width | 윈도우의 폭을 지정.디폴트는200. |
Height | 윈도우의 타이틀 바를 제외한 부분의 높이를 지정.디폴트는0. |
Title | 타이틀 바에 표시되는 텍스트를 지정.생략시는 아무것도 표시되지 않는다. |
Text | 윈도우에 표시되는 텍스트를 지정.생략시는 아무것도 표시되지 않는다. |
Remarks
SplashTextOn그리고 맨 앞면표시의 윈도우를 스크린의 중앙에 표시한다.
스플래쉬 텍스트 윈도우는, 스크립트 전체로1개를 공유한다.
Related
Progress, SplashImage, ToolTip, MsgBox, InputBox, FileSelectFile, FileSelectFolder, WinMove, WinSet
Example(s)
SplashTextOn, , , Just a simple title. Sleep, 2000 SplashTextOn, 400, 300, Clipboard, The clipboard contains:`n%clipboard% WinMove, Clipboard, , 0, 0 ; Move the splash window to the top left corner. Msgbox, Press OK to dismiss the SplashText SplashTextOff
'AutoHotKey > Commands' 카테고리의 다른 글
AutoHotKey(오토핫키) 설명서 Sqrt() (0) | 2014.08.14 |
---|---|
AutoHotKey(오토핫키) 설명서 SplitPath (0) | 2014.08.14 |
AutoHotKey(오토핫키) 설명서 SoundSetWaveVolume (0) | 2014.08.14 |
AutoHotKey(오토핫키) 설명서 SoundSet (0) | 2014.08.14 |
AutoHotKey(오토핫키) 설명서 SoundPlay (0) | 2014.08.14 |