Keyoti RapidSpell WPF API Docs
RemoveUnderline Method (start, end, u, c)
APIKeyoti.RapidSpell.WpfWpfTextBoxBaseUtilityAdapterRemoveUnderline(Int32, Int32, UnderlineStyle, Color)
Keyoti RapidSpell WPF
Removes an existing underline
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual void RemoveUnderline(
	int start,
	int end,
	UnderlineStyle u,
	Color c
)
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 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
)
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 
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: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214