AutoHotKey(오토핫키) 설명서 Gui,Color
Gui,Color
GUI윈도우 및 컨트롤의 배경색을 설정한다
Gui, Color [, WindowColor, ControlColor]
Parameters
인수명 | 설명 |
---|---|
WindowColor |
윈도우의 배경색을 지정. RRGGBB형식의 칼라 코드(례:FF9900)(이)나색의 이름(례:Red), 「Default」(을)를 지정할 수 있다. |
ControlColor |
컨트롤의 배경색을 지정. RRGGBB형식의 칼라 코드(례:FF9900)(이)나색의 이름(례:Red), 「Default」(을)를 지정할 수 있다. |
Remarks
인수를 지정하지 않았던 편의 색은 변경되지 않는다.
리스트뷰에서는, 컨트롤이 배치된 후에ControlColor(을)를 변경해도 유효하게 안 된다.
「GuiControl +BackgroundFF9977, MyListView
」(와)과 같이 하면 변경 가능.
도구모음이나 메뉴의 색은, 「Menu, MyMenuBar, Color
」(으)로 설정할 수 있다
Related
'AutoHotKey > Commands' 카테고리의 다른 글
AutoHotKey(오토핫키) 설명서 Gui,Destroy (0) | 2014.08.14 |
---|---|
AutoHotKey(오토핫키) 설명서 Gui,Default (0) | 2014.08.14 |
AutoHotKey(오토핫키) 설명서 Gui,Cancel (0) | 2014.08.14 |
AutoHotKey(오토핫키) 설명서 Gui,Add,UpDown (0) | 2014.08.14 |
AutoHotKey(오토핫키) 설명서 Gui,Add,TreeView (0) | 2014.08.14 |