TextBox..::..Select Method

Selects the specified start.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public void Select(
	int start,
	int end
)
Public Sub Select ( _
	start As Integer, _
	end As Integer _
)
public:
void Select(
	int^ start, 
	int^ end
)

Parameters

start
Type: Int32
The start.
end
Type: Int32
The end.