make spell checker available to the grids

This commit is contained in:
John Jenko 2011-06-07 19:07:05 +00:00
parent b9dd99d394
commit 45a5ea5263

View File

@ -2747,6 +2747,12 @@ namespace Volian.Controls.Library
}
}
// the grid uses this to reference the same instance of the spell checker
public C1.Win.C1SpellChecker.C1SpellChecker SpellCheckerInstance
{
get { return C1SpellChecker2; }
}
// Get or Save our context menu
// This is added to the the spell checker's context menu for a mis-spelled word
private static ContextMenuStrip _ThisContextMenuStrip;