Keyoti RapidSpell Desktop .NET API Docs
PaintSpellingErrorGlyph Method (g, bounds, foreBrush, alignToRight)
APIKeyoti.RapidSpell.GridDataGridAYTTextBoxColumnPaintSpellingErrorGlyph(Graphics, Rectangle, Brush, Boolean)
Keyoti RapidSpell Desktop .NET
Paints spelling error glyph onto cell (appears as a small red 'e' by default), override this method to paint a different glyph - there is no requirement to call the base/MyBase method.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
protected void PaintSpellingErrorGlyph(
	Graphics g,
	Rectangle bounds,
	Brush foreBrush,
	bool alignToRight
)
protected void PaintSpellingErrorGlyph(
	Graphics g,
	Rectangle bounds,
	Brush foreBrush,
	bool alignToRight
)
Protected Sub PaintSpellingErrorGlyph ( 
	g As Graphics,
	bounds As Rectangle,
	foreBrush As Brush,
	alignToRight As Boolean
)
Protected Sub PaintSpellingErrorGlyph ( 
	g As Graphics,
	bounds As Rectangle,
	foreBrush As Brush,
	alignToRight As Boolean
)
protected:
void PaintSpellingErrorGlyph(
	Graphics^ g, 
	Rectangle bounds, 
	Brush^ foreBrush, 
	bool alignToRight
)
protected:
void PaintSpellingErrorGlyph(
	Graphics^ g, 
	Rectangle bounds, 
	Brush^ foreBrush, 
	bool alignToRight
)
member PaintSpellingErrorGlyph : 
        g : Graphics * 
        bounds : Rectangle * 
        foreBrush : Brush * 
        alignToRight : bool -> unit 
member PaintSpellingErrorGlyph : 
        g : Graphics * 
        bounds : Rectangle * 
        foreBrush : Brush * 
        alignToRight : bool -> unit 
Parameters
g (Graphics)
bounds (Rectangle)
foreBrush (Brush)
alignToRight (Boolean)
Remarks
Eg. g.DrawString("e", new Font("Verdana", 7), new SolidBrush(Color.Red),bounds.Right-9,bounds.Y-5);

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412