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

Gets or sets the size of the client area of the form.

Syntax

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

Property Value

A System.Drawing.Size that represents the size of the form's client area.

Requirements

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

See Also