dbicMonth Send comments on this topic.
FormBorderStyle Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentDialog Class : FormBorderStyle Property

Gets or sets the border style of the form.

Syntax

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

Property Value

A System.Windows.Forms.FormBorderStyle that represents the style of border to display for the form. The default is FormBorderStyle.Sizable.

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