Problem
Missing more things for better usage if possible
Proposed Solution
ContextMenu.SetDisable(item as integer, state as boolean)
ContextMenu.SetIcon(item as integer, p as picture) # if systemOS can't
ContextMenu.SetChecked(item as integer, check as boolean)
ContextMenu.IsChecked(item as integer) as boolean
ContextMenu.SetShortcut(item as integer, text as String)
Example Workflow
Alternatives Considered
Who Would This Help?