Method UncheckItems
UncheckItems()
Unchecks all child menu items by setting their Checked property to false.
public virtual void UncheckItems()
Remarks
Iterates through the items collection and clears the checked state
of each item.
If the Items collection is not initialized, the method exits
without performing any action.