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

Gets or sets the style of the size grip to display in the lower-right corner of the form.

Syntax

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

Property Value

A System.Windows.Forms.SizeGripStyle that represents the style of the size grip to display. The default is System.Windows.Forms.SizeGripStyle.Auto

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