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

Method ToggleCheckItem

source/script_menu.cpp:883–886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881}
882
883ResultType UserMenu::ToggleCheckItem(UserMenuItem *aMenuItem)
884{
885 return SetItemState(aMenuItem, (aMenuItem->mMenuState & MFS_CHECKED) ^ MFS_CHECKED, MFS_CHECKED);
886}
887
888ResultType UserMenu::EnableItem(UserMenuItem *aMenuItem)
889{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected