Returns the point that represents the upper-left corner of the SpellCheckDialog form in screen coordinates.

Introduced: 9.0.

Syntax

public System.Drawing.Point Location { get; }
Public ReadOnly Property Location() As System.Drawing.Point

Limitations

Read only.

Remarks

The property returns System.Drawing.Point.Empty, if the dialog was not shown yet.