Keyoti RapidSpell WPF API Docs
CreateErrorAdorner Method (start, end, u, c)
APIKeyoti.RapidSpell.WpfWpfTextBoxAdapterCreateErrorAdorner(Int32, Int32, UnderlineStyle, Color)
Keyoti RapidSpell WPF
Create an adorner.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public override ErrorAdornerBase CreateErrorAdorner(
	int start,
	int end,
	UnderlineStyle u,
	Color c
)
public override ErrorAdornerBase CreateErrorAdorner(
	int start,
	int end,
	UnderlineStyle u,
	Color c
)
Public Overrides Function CreateErrorAdorner ( 
	start As Integer,
	end As Integer,
	u As UnderlineStyle,
	c As Color
) As ErrorAdornerBase
Public Overrides Function CreateErrorAdorner ( 
	start As Integer,
	end As Integer,
	u As UnderlineStyle,
	c As Color
) As ErrorAdornerBase
public:
virtual ErrorAdornerBase^ CreateErrorAdorner(
	int start, 
	int end, 
	UnderlineStyle u, 
	Color c
) override
public:
virtual ErrorAdornerBase^ CreateErrorAdorner(
	int start, 
	int end, 
	UnderlineStyle u, 
	Color c
) override
abstract CreateErrorAdorner : 
        start : int * 
        end : int * 
        u : UnderlineStyle * 
        c : Color -> ErrorAdornerBase 
override CreateErrorAdorner : 
        start : int * 
        end : int * 
        u : UnderlineStyle * 
        c : Color -> ErrorAdornerBase 
abstract CreateErrorAdorner : 
        start : int * 
        end : int * 
        u : UnderlineStyle * 
        c : Color -> ErrorAdornerBase 
override CreateErrorAdorner : 
        start : int * 
        end : int * 
        u : UnderlineStyle * 
        c : Color -> ErrorAdornerBase 
Parameters
start (Int32)
end (Int32)
u (UnderlineStyle)
c (Color)
Return Value

Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214