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

Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.

Syntax

Visual Basic (Declaration) 
Public Overridable Property Dock As DockStyle
C# 
public virtual DockStyle Dock {get; set;}

Property Value

One of the System.Windows.Forms.DockStyle values. The default is System.Windows.Forms.DockStyle.None.

Exceptions

ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe value assigned is not one of the System.Windows.Forms.DockStyle values.

Requirements

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

See Also