Keyoti RapidSpell WPF API Docs
Select Method (from, to)
APIKeyoti.RapidSpell.WpfWpfTextBoxAdapterSelect(Int32, Int32)
Keyoti RapidSpell WPF
Selects a region
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public void Select(
	int from,
	int to
)
public void Select(
	int from,
	int to
)
Public Sub Select ( 
	from As Integer,
	to As Integer
)
Public Sub Select ( 
	from As Integer,
	to As Integer
)
public:
virtual void Select(
	int from, 
	int to
) sealed
public:
virtual void Select(
	int from, 
	int to
) sealed
abstract Select : 
        from : int * 
        to : int -> unit 
override Select : 
        from : int * 
        to : int -> unit 
abstract Select : 
        from : int * 
        to : int -> unit 
override Select : 
        from : int * 
        to : int -> unit 
Parameters
from (Int32)
to (Int32)

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