[]
Determines the control on the form that gets input focus when the form is shown.
[TypeConverter(typeof(FocusControlConverter))]
public Control FocusControl { get; set; }
<TypeConverter(GetType(FocusControlConverter))>
Public Property FocusControl As Control