MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / UncheckItem

Method UncheckItem

source/script_menu.cpp:878–881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

876}
877
878ResultType UserMenu::UncheckItem(UserMenuItem *aMenuItem)
879{
880 return SetItemState(aMenuItem, MFS_UNCHECKED, MFS_CHECKED);
881}
882
883ResultType UserMenu::ToggleCheckItem(UserMenuItem *aMenuItem)
884{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected