make spell checker available to the grids
This commit is contained in:
parent
b9dd99d394
commit
45a5ea5263
@ -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
|
// Get or Save our context menu
|
||||||
// This is added to the the spell checker's context menu for a mis-spelled word
|
// This is added to the the spell checker's context menu for a mis-spelled word
|
||||||
private static ContextMenuStrip _ThisContextMenuStrip;
|
private static ContextMenuStrip _ThisContextMenuStrip;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user