Fixed populating change list tab for single unit sites

Refresh Context Menu when keyboard is used to activate it.
This commit is contained in:
Rich
2013-01-09 20:34:07 +00:00
parent 888db4bade
commit dd6285f4a4
2 changed files with 26 additions and 19 deletions

View File

@@ -1785,6 +1785,9 @@ namespace Volian.Controls.Library
private bool _SendBackSpace = false;
void StepRTB_KeyDown(object sender, KeyEventArgs e)
{
// added jcb 20130103 to support set ro from word doc with annotation when right click menu is opened by keyboard
if (e.KeyCode == Keys.Apps)
OnSetMenu(this, new StepRTBMenuEventArgs("OpenContextMenu"));
if (e.Control)
{
IsControlChar = true;