Windows.UI.Xaml.Controls.TextBox.Select C# (CSharp) Method

Select() public method

public Select ( [ start, [ length ) : void
start [
length [
return void
		public extern void Select([In] int start, [In] int length);
		public extern void SelectAll();