make spell checker available to the grids
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user