/// <summary> /// Make a selection at the start of the box. Subclasses override. /// </summary> public override InsertionPoint SelectAtStart() { if (FirstBox == null) { return(null); } return(FirstBox.SelectAtStart()); }
private void KeyBinding_Changed(object sender, System.EventArgs e) { FirstBox.Focus(); }