private void contextMenuIcon_Opening(object sender, CancelEventArgs e)
{
    contextMenuIcon.Show(Cursor.Position, ToolStripDropDownDirection.AboveRight);
}

相关文章: