Styles must be None or any combination of the following:
ThickFrame Caption Border DlgFrame ClientEdge DlgModalFrame StaticEdge WindowEdge
SetWinFrame affects the window that was targeted with TargetWin, SendWin, etc. SetWinFrame calls the operating system function SetWindowLong.
The following hotkey removes the window frame from World of Warcraft.
<Hotkey F1> <TargetWin "World of Warcraft"> <SetWinFrame None>
The following hotkey restores the window frame to World of Warcraft.
<Hotkey F2> <TargetWin "World of Warcraft"> <SetWinFrame Caption Border>
The following hotkey toggles the window frame off and on:
<Hotkey F3> <Toggle> <TargetWin "World of Warcraft"> <SetWinFrame None> <Toggle> <TargetWin "World of Warcraft"> <SetWinFrame Caption Border>