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

Method ToggleEnableItem

source/script_menu.cpp:898–901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

896}
897
898ResultType UserMenu::ToggleEnableItem(UserMenuItem *aMenuItem)
899{
900 return SetItemState(aMenuItem, (aMenuItem->mMenuState & MFS_DISABLED) ^ MFS_DISABLED, MFS_DISABLED);
901}
902
903
904

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected