Keyoti RapidSpell Desktop .NET API Docs
UnderlineEventArgs Constructor (start, end, u, c)
APIKeyoti.RapidSpellUnderlineEventArgsUnderlineEventArgs(Int32, Int32, UnderlineStyle, Color)
Keyoti RapidSpell Desktop .NET
New instance.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public UnderlineEventArgs(
	int start,
	int end,
	UnderlineStyle u,
	Color c
)
public UnderlineEventArgs(
	int start,
	int end,
	UnderlineStyle u,
	Color c
)
Public Sub New ( 
	start As Integer,
	end As Integer,
	u As UnderlineStyle,
	c As Color
)
Public Sub New ( 
	start As Integer,
	end As Integer,
	u As UnderlineStyle,
	c As Color
)
public:
UnderlineEventArgs(
	int start, 
	int end, 
	UnderlineStyle u, 
	Color c
)
public:
UnderlineEventArgs(
	int start, 
	int end, 
	UnderlineStyle u, 
	Color c
)
new : 
        start : int * 
        end : int * 
        u : UnderlineStyle * 
        c : Color -> UnderlineEventArgs
new : 
        start : int * 
        end : int * 
        u : UnderlineStyle * 
        c : Color -> UnderlineEventArgs
Parameters
start (Int32)
end (Int32)
u (UnderlineStyle)
c (Color)

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