From 45a5ea52633e1c767497eff07d675c7377ed73c2 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 7 Jun 2011 19:07:05 +0000 Subject: [PATCH] make spell checker available to the grids --- PROMS/Volian.Controls.Library/StepRTB.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PROMS/Volian.Controls.Library/StepRTB.cs b/PROMS/Volian.Controls.Library/StepRTB.cs index 80748ba1..94b9e427 100644 --- a/PROMS/Volian.Controls.Library/StepRTB.cs +++ b/PROMS/Volian.Controls.Library/StepRTB.cs @@ -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;