NETLink`
NETLink`

FormStartPosition

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
    Automaticthe form has the Windows default location
    Manualthe 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.