I did a close review of one form that was working and the one that wasn't. The missing code was:
private void tlmActions_ItemClicked(object sender, MicroFour.StrataFrame.UI.Windows.Forms.ThemedLinkMenuClickEventArgs e)
{
((ActionLinkMenuItem)e.Item).OnClick();
}
Works like a charm, now! Thanks!!