Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey
/ Dispose
Method
Dispose
source/script_menu.cpp:336–342 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
334
335
336
void UserMenu::Dispose()
337
{
338
DestroyHandle();
339
DeleteAllItems();
340
if (mBrush) // Free the brush used for the menu's background color.
341
DeleteObject(mBrush);
342
}
343
344
345
Callers
1
ScriptDeleteMenu
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected