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

Gets or sets the starting position of the form at run time.

Syntax

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

Property Value

A System.Windows.Forms.FormStartPosition that represents the starting position of the form.

Exceptions

ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe value specified is outside the range of valid values.

Requirements

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

See Also