is an option to DoNETModal, DoNETModeless, ShowNETWindow, and ShowNETConsole that controls the onscreen location of the form when it first appears.
Details and Options
   
     
   See Also
 Tech Notes
 NETLink`
   NETLink`
  FormStartPosition
is an option to DoNETModal, DoNETModeless, ShowNETWindow, and ShowNETConsole that controls the onscreen location of the form when it first appears.
Details and Options
- To use FormStartPosition, you first need to load .NET/Link using Needs["NETLink`"].
- Possible values are:
- 
      
      Center (default) the form is centered on the screen Automatic the form has the Windows default location Manual the location is set manually using, for example, the form's Location property 
- This option only controls the location of the form when it is first made visible.