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

Method CheckItem

source/script_menu.cpp:873–876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

871}
872
873ResultType UserMenu::CheckItem(UserMenuItem *aMenuItem)
874{
875 return SetItemState(aMenuItem, MFS_CHECKED, MFS_CHECKED);
876}
877
878ResultType UserMenu::UncheckItem(UserMenuItem *aMenuItem)
879{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected