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

Method EnableItem

source/script_menu.cpp:888–891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

886}
887
888ResultType UserMenu::EnableItem(UserMenuItem *aMenuItem)
889{
890 return SetItemState(aMenuItem, MFS_ENABLED, MFS_DISABLED);
891}
892
893ResultType UserMenu::DisableItem(UserMenuItem *aMenuItem)
894{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected