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#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual bool RemoveUnderline(
	int start,
	int end,
	UnderlineStyle u,
	Color c
)
public virtual bool RemoveUnderline(
	int start,
	int end,
	UnderlineStyle u,
	Color c
)
Public Overridable Function RemoveUnderline ( 
	start As Integer,
	end As Integer,
	u As UnderlineStyle,
	c As Color
) As Boolean
Public Overridable Function RemoveUnderline ( 
	start As Integer,
	end As Integer,
	u As UnderlineStyle,
	c As Color
) As Boolean
public:
virtual bool RemoveUnderline(
	int start, 
	int end, 
	UnderlineStyle u, 
	Color c
)
public:
virtual bool RemoveUnderline(
	int start, 
	int end, 
	UnderlineStyle u, 
	Color c
)
abstract RemoveUnderline : 
        start : int * 
        end : int * 
        u : UnderlineStyle * 
        c : Color -> bool 
override RemoveUnderline : 
        start : int * 
        end : int * 
        u : UnderlineStyle * 
        c : Color -> bool 
abstract RemoveUnderline : 
        start : int * 
        end : int * 
        u : UnderlineStyle * 
        c : Color -> bool 
override RemoveUnderline : 
        start : int * 
        end : int * 
        u : UnderlineStyle * 
        c : Color -> bool 
Parameters
start (Int32)
end (Int32)
u (UnderlineStyle)
c (Color)
Return Value

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