dbicCalendar Send comments on this topic.
Location Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class : Location Property

Gets or sets the System.Drawing.Point that represents the upper-left corner of the System.Windows.Forms.Form in screen coordinates.

Syntax

Visual Basic (Declaration) 
Public Property Location As Point
C# 
public Point Location {get; set;}

Property Value

The System.Drawing.Point that represents the upper-left corner of the System.Windows.Forms.Form in screen coordinates.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also