description: Learn how to control the insertion point in a Windows Forms TextBox control by setting the SelectionStart property to an appropriate value. # How to: Control the Insertion Point in a ...
# How to: Control the Insertion Point in a Windows Forms TextBox Control When a Windows Forms <xref:System.Windows.Forms.TextBox> control first receives the focus, the default insertion within the ...