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

Method DisableItem

source/script_menu.cpp:893–896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

891}
892
893ResultType UserMenu::DisableItem(UserMenuItem *aMenuItem)
894{
895 return SetItemState(aMenuItem, MFS_DISABLED, MFS_DISABLED);
896}
897
898ResultType UserMenu::ToggleEnableItem(UserMenuItem *aMenuItem)
899{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected