Keyoti RapidSpell Desktop .NET API Docs
RemoveUnderline Method (start, end, u, c)
APIKeyoti.RapidSpellTextBoxUtilityAdapterRemoveUnderline(Int32, Int32, UnderlineStyle, Color)
Keyoti RapidSpell Desktop .NET
Remove underline text, from start index to end index.
Declaration Syntax
C#Visual BasicVisual C++F#
public virtual void RemoveUnderline(
	int start,
	int end,
	UnderlineStyle u,
	Color c
)
Public Overridable Sub RemoveUnderline ( 
	start As Integer,
	end As Integer,
	u As UnderlineStyle,
	c As Color
)
public:
virtual void RemoveUnderline(
	int start, 
	int end, 
	UnderlineStyle u, 
	Color c
)
abstract RemoveUnderline : 
        start : int * 
        end : int * 
        u : UnderlineStyle * 
        c : Color -> unit 
override RemoveUnderline : 
        start : int * 
        end : int * 
        u : UnderlineStyle * 
        c : Color -> unit 
Parameters
start (Int32)
end (Int32)
u (UnderlineStyle)
c (Color)

Assembly: Keyoti.RapidSpell.NET2 (Module: Keyoti.RapidSpell.NET2.dll) Version: 4.6.1.204